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
2015-02-05
Fix NamespaceVersioning with hyperlinked serializer fields
Tom Christie
2015-02-02
Provide rest_framework.resolve. Fixes #2489
Brandon Cazander
2015-01-30
Merge master
Tom Christie
2015-01-27
:bug: ManyRelatedField get_value clearing field on partial update
Susan Dreher
2015-01-19
Merge master
Tom Christie
2015-01-14
Preserve ordering on relationship drop-down choices. Closes #2408.
Tom Christie
2015-01-07
prefer single quotes in source and double quotes in user visible strings; add...
Craig Blaszczyk
2015-01-07
use double quotes in user messages
Craig Blaszczyk
2015-01-07
use double quotes for user visible strings; end user visible strings in full ...
Craig Blaszczyk
2014-12-17
str() -> six.text_type(). Closes #2290.
Tom Christie
2014-12-10
Move comment
Tom Christie
2014-12-10
Drop get_iterable()
Tom Christie
2014-12-10
Optimizations play nicely with select_related, prefetch_related
Tom Christie
2014-12-09
Hyperlinked PK optimization. Closes #1872.
Tom Christie
2014-12-08
Added missing translation markers in realtions.py. Closes #2231.
Tom Christie
2014-12-05
Removed unused imports, pep8 fixes, typo fixes
Tymur Maryokhin
2014-12-04
Removed custom urlparse compat
Tymur Maryokhin
2014-12-04
Removed custom StringIO, force_text, smart_text compat
Tymur Maryokhin
2014-11-26
Tweak to 3.0 relationship docs
Tom Christie
2014-11-26
Docstring for 'many_init'
Tom Christie
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
[next]