Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e858bb4
workaround "'PKOnlyObject' object has no attribute" error
n2ygk Oct 11, 2018
0880575
add new Course and Term models to reproduce "'PKOnlyObject' object ha…
n2ygk Oct 13, 2018
a948813
use RelatedMixin.override_pk_only_optimization=True to prevent Attrib…
n2ygk Oct 13, 2018
8c78bc7
default override_pk_only_optimization True
n2ygk Oct 13, 2018
d645f81
tox, flake8, isort, make test exception a passing test
n2ygk Oct 13, 2018
5dc8e45
Merge remote-tracking branch 'upstream/master' into related_disable_p…
n2ygk Oct 13, 2018
f02c7c4
Merge remote-tracking branch 'upstream/master' into related_disable_p…
n2ygk Oct 15, 2018
d0debda
add drf39 and drfmaster tests (#498)
n2ygk Oct 23, 2018
00fb5dc
Adjust to new flake8 3.6.0 version (#501)
sliverc Oct 24, 2018
b3eed32
Avoid patch on `RelationshipView` deleting relationship instance when…
Alig1493 Oct 25, 2018
860a096
Use pytest instead of py.test (#502)
sliverc Oct 25, 2018
a4d063f
Use pyupio to manage development dependencies (#503)
sliverc Oct 25, 2018
56b5fd7
Initial Update (#506)
pyup-bot Oct 26, 2018
1ce84f8
Adjust depreaction warning to state to move to JSON_API_FORMAT_FIELD_…
sliverc Oct 26, 2018
7d14537
Update pytest from 3.9.2 to 3.9.3 (#508)
pyup-bot Oct 29, 2018
274cb79
Update sphinx from 1.8.1 to 1.8.2 (#511)
pyup-bot Nov 11, 2018
0f09a6e
Update pytest-factoryboy from 2.0.1 to 2.0.2 (#510)
pyup-bot Nov 11, 2018
7cdcff7
Update pytest from 3.9.3 to 3.10.1 (#512)
pyup-bot Nov 12, 2018
7ec8e42
Test support of DRF HyperlinkedIdentityField (#497)
Alig1493 Nov 12, 2018
4d7a655
workaround "'PKOnlyObject' object has no attribute" error
n2ygk Oct 11, 2018
a3ac0d2
add new Course and Term models to reproduce "'PKOnlyObject' object ha…
n2ygk Oct 13, 2018
509edfa
use RelatedMixin.override_pk_only_optimization=True to prevent Attrib…
n2ygk Oct 13, 2018
875b56b
default override_pk_only_optimization True
n2ygk Oct 13, 2018
2262aa6
tox, flake8, isort, make test exception a passing test
n2ygk Oct 13, 2018
dc5d860
Merge branch 'related_disable_pk_only' of github.com:n2ygk/django-res…
n2ygk Nov 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use RelatedMixin.override_pk_only_optimization=True to prevent Attrib…
…uteError exception.
  • Loading branch information
n2ygk committed Oct 13, 2018
commit a948813cbb7ecebd134460e0df6f36157c54f17e
Loading