Skip to content

Support polymorphic models #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Jun 5, 2017
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
dd4d4ec
Support polymorphic models (from django-polymorphic and django-typed-…
leo-naeka Feb 21, 2016
8c73d95
Polymorphic ancestors must now be defined in Django's settings
leo-naeka Mar 14, 2016
681b5aa
Adds the following features:
ograycode May 13, 2016
96cbab0
Fix example migration and tests
leo-naeka May 15, 2016
5c63425
Polymorphic serializers refactor
leo-naeka May 16, 2016
fddb06b
Basic support of write operations on polymorphic relations
leo-naeka May 16, 2016
22829d1
Improve polymorphism documentation
leo-naeka May 17, 2016
d565334
Improve polymorphic relations and tests.
leo-naeka May 17, 2016
e840438
Add django-polymorphic as test dependency
leo-naeka Sep 8, 2016
19b0238
Avoid type list comparison in polymorphic tests
leo-naeka Sep 8, 2016
0ddf5ca
Merge remote-tracking branch 'origin/develop' into polymorphism
AstraLuma May 17, 2017
b8bf612
Flake8
AstraLuma May 17, 2017
8fd4617
Flake8
AstraLuma May 17, 2017
275793c
Better handle imports?
AstraLuma May 17, 2017
a26df13
Resolve circular reference
AstraLuma May 17, 2017
2278976
Really break up import loop
AstraLuma May 17, 2017
8563b65
Missed something in the merge
AstraLuma May 17, 2017
4aaeac2
Redo migrations
AstraLuma May 17, 2017
030f6c8
Wrong indentation
AstraLuma May 17, 2017
ca23885
Fix a deprecation
AstraLuma May 24, 2017
ae759e5
Fix polymorphic type resolution in relations
leo-naeka May 25, 2017
37c5ae6
Fix tests among different environments
leo-naeka May 25, 2017
f36821b
Update tox.ini environment list
leo-naeka May 25, 2017
4eec4aa
Add packaging module as requirement for old python versions
leo-naeka May 25, 2017
bc12e0f
Remove the POLYMORPHIC_ANCESTOR code
leo-naeka May 26, 2017
6b4f45b
Fix some typos and little errors
leo-naeka May 29, 2017
36f3b6a
Administrivia
AstraLuma May 30, 2017
05cdb51
Restore generic relation support
AstraLuma May 30, 2017
c1afe35
Add Leo to authors
AstraLuma May 30, 2017
8ff5465
PEP8
AstraLuma May 30, 2017
35c90d4
Merge branch 'develop' into polymorphism
AstraLuma May 30, 2017
c5599c0
Really bad writing.
AstraLuma May 31, 2017
8d94efb
Merge branch 'polymorphism' of github.com:leo-naeka/django-rest-frame…
AstraLuma May 31, 2017
89ad607
Editing
AstraLuma Jun 1, 2017
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
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Christian Zosel <https://zosel.ch>
Greg Aker <[email protected]>
Jamie Bliss <[email protected]>
Jerel Unruh <[email protected]>
Léo S. <[email protected]>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good! Thanks.

Matt Layman <http://www.mattlayman.com>
Oliver Sauder <[email protected]>