-
Notifications
You must be signed in to change notification settings - Fork 300
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
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 8c73d95
Polymorphic ancestors must now be defined in Django's settings
leo-naeka 681b5aa
Adds the following features:
ograycode 96cbab0
Fix example migration and tests
leo-naeka 5c63425
Polymorphic serializers refactor
leo-naeka fddb06b
Basic support of write operations on polymorphic relations
leo-naeka 22829d1
Improve polymorphism documentation
leo-naeka d565334
Improve polymorphic relations and tests.
leo-naeka e840438
Add django-polymorphic as test dependency
leo-naeka 19b0238
Avoid type list comparison in polymorphic tests
leo-naeka 0ddf5ca
Merge remote-tracking branch 'origin/develop' into polymorphism
AstraLuma b8bf612
Flake8
AstraLuma 8fd4617
Flake8
AstraLuma 275793c
Better handle imports?
AstraLuma a26df13
Resolve circular reference
AstraLuma 2278976
Really break up import loop
AstraLuma 8563b65
Missed something in the merge
AstraLuma 4aaeac2
Redo migrations
AstraLuma 030f6c8
Wrong indentation
AstraLuma ca23885
Fix a deprecation
AstraLuma ae759e5
Fix polymorphic type resolution in relations
leo-naeka 37c5ae6
Fix tests among different environments
leo-naeka f36821b
Update tox.ini environment list
leo-naeka 4eec4aa
Add packaging module as requirement for old python versions
leo-naeka bc12e0f
Remove the POLYMORPHIC_ANCESTOR code
leo-naeka 6b4f45b
Fix some typos and little errors
leo-naeka 36f3b6a
Administrivia
AstraLuma 05cdb51
Restore generic relation support
AstraLuma c1afe35
Add Leo to authors
AstraLuma 8ff5465
PEP8
AstraLuma 35c90d4
Merge branch 'develop' into polymorphism
AstraLuma c5599c0
Really bad writing.
AstraLuma 8d94efb
Merge branch 'polymorphism' of github.com:leo-naeka/django-rest-frame…
AstraLuma 89ad607
Editing
AstraLuma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
Matt Layman <http://www.mattlayman.com> | ||
Oliver Sauder <[email protected]> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good! Thanks.