AlanCoding
6e5bf0d8f1
fix reported problems associating labels
2018-08-15 14:48:17 -04:00
AlanCoding
f2f300b05e
fix empty associate method names
2018-05-31 11:12:13 -04:00
Pierre Roux
5b080bfb8e
Fix unwanted assignment in ManyToManyField
...
`self.method_name` was set two times in `ManyToManyField.__init__`.
Moreover, the value of `self.method_name` was always `None` before calling `_set_method_names`.
2018-05-15 09:15:49 +02:00
AlanCoding
58aab0af26
use field for many-to-many relationships
2017-11-06 08:36:00 -05:00
AlanCoding
e9821d6db5
remove old version logic not needed in v2 API
2017-09-27 08:28:04 -04:00
AlanCoding
731dc68e3a
Refactor of workflow job streaming in response to PR feedback
...
call method "summary"
make use of standard human formatter
completely swap out and replace stdout method
2017-03-06 12:03:30 -05:00
Ryan Petrello
cf1d6ea2f6
remove the unnecessary lib path and package_dir specification
...
this is breaking usage of `pip install -e .`
2017-03-01 12:18:05 -05:00