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
/
docs
/
api-guide
/
relations.md
Age
Commit message (
Expand
)
Author
2015-03-31
Should use "ordering" in model Meta, not order_by
Alex Tsai
2015-03-07
Remove docs for 3.0 banners
José Padilla
2014-12-23
Documented an optional argument of HyperlinkedIdentityField
Matías Lang
2014-12-15
Closes #2281
José Padilla
2014-11-28
Add 2.x notes and links
Tom Christie
2014-11-26
Tweak to 3.0 relationship docs
Tom Christie
2014-11-26
3.0 docs and tidy-up for serializer relationships
Tom Christie
2014-11-25
Use MkDocs meta.source to render source code links
José Padilla
2014-11-06
minor spelling tweaks
Brett Koonce
2014-01-08
Use www.django-rest-framework.org for docs instead of django-rest-framework.o...
Tom Christie
2013-12-23
Added note on view_name in hyperlinked relationships. Closes #1221
Tom Christie
2013-12-13
Links to drf-nested-routers
Tom Christie
2013-12-08
RelatedField is function of serializer class
taras
2013-10-12
Add missing commas in relations.md
Álvaro Lázaro
2013-09-06
Fix typo
Tom Christie
2013-08-23
Merge branch 'display-nested-data' into html-form-renderer
Tom Christie
2013-08-21
Include import paths throughout docs.
Tom Christie
2013-08-07
Fixed typos in a bunch of docs
Veronica Lynn
2013-07-14
Update nested serialization docs
Mark Aaron Shirley
2013-05-28
Fix md formatting and typos
Stephan Groß
2013-05-28
Fixed typos
Pascal Borreli
2013-05-18
ToMany fields default to read-only if targeting ManyToManyField.
Ryan Kaskel
2013-05-16
HyperlinkedIdentityField uses `lookup_field` kwarg.
Andy Freeland
2013-05-01
lookup_field on hyperlinked fields, and overriddable hyperlinked fields. Clo...
Tom Christie
2013-02-19
Fix typos.
Tom Christie
2013-02-19
Fix typos.
Tom Christie
2013-02-10
Improve relations documentation.
Tom Christie
2013-02-08
Add missing `model =` to serializer classes in docs
Tom Christie
2013-02-07
Docs for related fields, with lots of examples.
Tom Christie
2013-01-28
Drop unneccessary `source=` argument.
Tom Christie
2012-12-31
Relation fields move into relations.py
Tom Christie