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
Age
Commit message (
Expand
)
Author
2012-11-09
Merge pull request #383 from tomchristie/filtering
Tom Christie
2012-11-09
Updated filteing docs.
Tom Christie
2012-11-08
Make default FILTER_BACKEND = None
Tom Christie
2012-11-08
Add media_type to example file parser
Tom Christie
2012-11-07
Add filtering into documentation
Tom Christie
2012-11-07
Make filtering optional, and pluggable.
Tom Christie
2012-11-06
fixed typo
Stephan Groß
2012-11-06
fixed typo in html status code
Stephan Groß
2012-11-06
Add pk_url_kwarg to hyperlinked fields
Tom Christie
2012-11-06
added slug support for HyperlinkedIdentityField
Stephan Groß
2012-11-06
Support for HTML error templates. Fixes #319.
Tom Christie
2012-11-05
Tweaks
Tom Christie
2012-11-05
Tweak related field docs now that queryset is no longer required.
Tom Christie
2012-11-05
Merge pull request #347 from minddust/master
Tom Christie
2012-11-05
added docs
Stephan Groß
2012-11-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
2012-11-01
Tweaks fields docs, and fix 2.0.1 version.
2.0.1
Tom Christie
2012-10-31
Fixing documentation on auth/throttling guides
Otto Yiu
2012-10-31
added missing semicolon
Stephan Groß
2012-10-29
fixed api_view decorator useage
Stephan Groß
2012-10-29
remove empty rows
Stephan Groß
2012-10-29
fix api_view decorator useage
Stephan Groß
2012-10-29
add missing whitespace
Stephan Groß
2012-10-29
fixed missplaced semicolon
Stephan Groß
2012-10-29
fixed missplaced semicolon
Stephan Groß
2012-10-29
fixed missplaced semicolon
Stephan Groß
2012-10-29
add missing semicolon
Stephan Groß
2012-10-29
add missing "`" for code formatting
Stephan Groß
2012-10-29
fixed api_view decorator useage
Stephan Groß
2012-10-28
nested -> depth
Tom Christie
2012-10-28
readonly -> read_only
Tom Christie
2012-10-28
Merge pull request #332 from tomchristie/tutorial-refactor
Tom Christie
2012-10-28
Improve fields docs
Tom Christie
2012-10-28
Merge pull request #330 from tomchristie/tutorial-refactor
Tom Christie
2012-10-28
TemplateHTMLRenderer, StaticHTMLRenderer
Tom Christie
2012-10-27
Add AllowAny permission
Tom Christie
2012-10-27
2.0 Announcement
Tom Christie
2012-10-27
Tweaks
Tom Christie
2012-10-27
Documentation for function-based view decorators
Jamie Matthews
2012-10-26
Use context dict in HTMLRenderer
Tom Christie
2012-10-26
Fix incorrect method signature in docs
Tom Christie
2012-10-25
Fix section headings in generic views docs
Jamie Matthews
2012-10-25
Update generic view documentation
Jamie Matthews
2012-10-24
Fix typo reported by @diviei
Tom Christie
2012-10-24
Clean up internal names and documentation
Jamie Matthews
2012-10-24
Add cross-field validate method
Jamie Matthews
2012-10-24
Switch from clean_<fieldname> to validate_<fieldname>, clarify documentation
Jamie Matthews
2012-10-24
Implement per-field validation on Serializers
Jamie Matthews
2012-10-22
Update docs/api-guide/fields.md
Marko Tibold
2012-10-22
Merge field changes: .default and .widget
Tom Christie
[next]