index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
relations.py
Age
Commit message (
Expand
)
Author
2014-08-19
Resolve linting issues
Tom Christie
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-04-09
Adds test that blank option is added when required=False on RelatedFields
Carlton Gibson
2014-03-04
Merge pull request #1442 from Anton-Shutik/master
Tom Christie
2014-02-28
RelatedField.get_default_value: return empty list if self.many==True
Anton Shutik
2014-02-27
Allow 'None' to pass as a null value in RelatedFields
Dustin Farris
2014-02-27
RelatedField default value handling fixed
Anton Shutik
2014-01-09
Removed useless try/except
Xavier Ordoquy
2013-09-25
Merge master
Tom Christie
2013-08-31
Handle case where obj=None in PKRelatedField.field_to_native()
Yuri Prezument
2013-08-30
Merge master
Tom Christie
2013-08-23
Cleanup and dealing with empty form data.
Tom Christie
2013-08-23
Tweaks to display nested data in empty serializers
Tom Christie
2013-06-27
pending deprecations -> deprecated
Tom Christie
2013-06-27
Remove deprecated code
Tom Christie
2013-06-04
Test cases and fix for plain-list relationships (ie not queryset) Closes #878.
Tom Christie
2013-06-02
view_name argument to HyperlinkedModelSerializer is now properly enforced. C...
Tom Christie
2013-05-31
HyperlinkedModelSerializer lookup_field option should apply to HyperlinkedIde...
Tom Christie
2013-05-29
Added get_url hook to HyperlinkedIdentityField in line with HyperlinedRelated...
Tom Christie
2013-05-28
Backwards compatible approach to HyperlinkedIdentityField URLs. Closes #892
Tom Christie
2013-05-18
Merge pull request #860 from andymckay/master
Tom Christie
2013-05-18
startswith can take a tuple
Andy McKay
2013-05-18
Display an empty label into related fields if it isn't required
Pablo Recio
2013-05-18
Merge remote-tracking branch 'upstream/master'
Craig de Stigter
2013-05-16
HyperlinkedIdentityField uses `lookup_field` kwarg.
Andy Freeland
2013-05-05
lookup_field on hyperlink serializers
Tom Christie
2013-05-02
introduce lookup_field and add pendingdeprecationwarnings
Tom Christie
2013-05-01
lookup_field on hyperlinked fields, and overriddable hyperlinked fields. Clo...
Tom Christie
2013-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-03-10
Fixed #720
Bouke Haarsma
2013-03-01
fix function names and dotted lookups for use in PrimaryKeyRelatedField.field...
Craig de Stigter
2013-02-12
Relational fields use same field_to_native logic as regular fields.
Tom Christie
2013-02-12
Raise warnings if 'request' not in context for hyperlinked fields.
Tom Christie
2013-02-06
Try the correct NoReverseMatch location.
Marc Tamlyn
2013-02-06
Purge naked excepts.
Marc Tamlyn
2013-02-04
Cleanup imports
Tom Christie
2013-02-04
remove broken import
Tom Christie
2013-02-04
Merge branch 'py3k' into 2.2
Tom Christie
2013-02-01
3.2, 3.3 compat
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-30
Add dprecation warnings
Tom Christie
2013-01-30
Tweak empty list implementation
Tom Christie
2013-01-30
Merge branch 'master' into many-fields
Tom Christie
2013-01-30
Use many=True style for pk relations.
Tom Christie
2013-01-29
Fix processing of ManyToManyField when it is empty
Fernando Rocha
2013-01-18
Starting migration from ManyField to Field(many=True)
Tom Christie
2013-01-18
Raise Validation Errors when relationships receive incorrect types. Fixes #590.
Tom Christie
2013-01-16
Drop bits of relations_slug tests which don't mirror existing tests.
Tom Christie
2013-01-08
Merge remote-tracking branch 'upstream/master' into null-one-to-one
Mark Aaron Shirley
[next]