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-11-13
Refactor many
Tom Christie
2014-11-13
Use select inputs for relationships. Closes #2058.
Tom Christie
2014-11-07
Support dotted source on relational fields
Tom Christie
2014-11-05
Pass through kwargs to both Serializer and ListSerializer
Tom Christie
2014-10-16
Performance for PK fields
Tom Christie
2014-10-09
First pass on nested serializers in HTML
Tom Christie
2014-10-08
Limit blank string -> None to just be on relational fields
Tom Christie
2014-10-08
Tweaks
Tom Christie
2014-10-08
Tests for generic relationships
Tom Christie
2014-10-03
Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...
Tom Christie
2014-10-03
Revert accidental stupidity
Tom Christie
2014-10-03
Merge pull request #1921 from koordinates/fix-typos
Tom Christie
2014-10-03
More spelling tweaks
Craig de Stigter
2014-10-03
Minor: fix spelling and grammar, mostly in 3.0 announcement
Craig de Stigter
2014-10-02
Browsable API tweaks
Tom Christie
2014-10-02
First pass on incorperating the form rendering into the browsable API
Tom Christie
2014-10-01
More forms support
Tom Christie
2014-10-01
Use six.text_type instead of str everywhere
Tom Christie
2014-09-25
Clean up bind - no longer needs to be called multiple times in nested fields
Tom Christie
2014-09-18
ModelSerializer.create() to handle many to many by default
Tom Christie
2014-09-18
First pass on ManyRelation
Tom Christie
2014-09-18
get_base_field() refactor
Tom Christie
2014-09-12
Use Resolver404 instead of base Exception
Tom Christie
2014-09-12
Tests for relational fields (not including many=True)
Tom Christie
2014-09-12
Clean up relational fields queryset usage
Tom Christie
2014-09-12
to_internal_value() and to_representation()
Tom Christie
2014-09-03
More test passing
Tom Christie
2014-09-02
Getting tests passing
Tom Christie
2014-09-02
Add relations and get tests running
Tom Christie
2014-08-29
First pass
Tom Christie
2014-08-29
Remove `pk_url_field`, `slug_url_field`, `slug_field`.
Tom Christie
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
[next]