..
authentication.md
Add a warning about totally custom login views.
2015-06-01 18:13:40 +01:00
content-negotiation.md
Use MkDocs meta.source to render source code links
2014-11-25 12:44:11 +00:00
exceptions.md
Docs on exception handler context. Closes #2604 .
2015-02-26 13:20:26 +00:00
fields.md
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework into feature/filepathfield
2015-07-18 23:34:07 +03:00
filtering.md
set the filter_backends class variable in the DjangoFilterBackend documentation for clearness
2015-06-08 15:18:30 +02:00
format-suffixes.md
Note on using i18n_patterns with format_suffix_patterns. Closes #2278 .
2014-12-28 12:14:07 +00:00
generic-views.md
Note on ValidationError in perform_create. Closes #2791 .
2015-07-27 13:32:30 +01:00
metadata.md
More docs on configuring a custom metadata class.
2015-07-16 10:19:27 +01:00
pagination.md
Fix link headers in examples, as per RFC5988.
2015-06-24 12:57:23 +01:00
parsers.md
Fix custom parser example
2015-07-05 16:48:33 -04:00
permissions.md
Adding imports to docs
2015-08-06 09:56:09 +01:00
relations.md
Tweaking display_value docs
2015-08-10 16:37:55 +01:00
renderers.md
Docs for AdminRenderer
2015-07-30 14:07:51 +01:00
requests.md
Fix erronous request.files docs, and incorrect request.FILES behavior. Closes #3261 .
2015-08-11 16:21:02 +01:00
responses.md
Use MkDocs meta.source to render source code links
2014-11-25 12:44:11 +00:00
reverse.md
Use MkDocs meta.source to render source code links
2014-11-25 12:44:11 +00:00
routers.md
update info about wq.db.rest router
2015-05-05 13:38:14 -05:00
serializers.md
Added explicit id field in multi update example
2015-08-18 14:47:04 +02:00
settings.md
Prominent notes on deprecation status of pagination settings. Closes #3173 .
2015-07-22 12:36:32 +01:00
status-codes.md
Use MkDocs meta.source to render source code links
2014-11-25 12:44:11 +00:00
testing.md
Fixed import statement in API docs
2015-03-11 10:44:42 +00:00
throttling.md
Use MkDocs meta.source to render source code links
2014-11-25 12:44:11 +00:00
validators.md
Fixed #2900 -- Made example validator class in docs inherit from object
2015-06-30 16:33:01 +01:00
versioning.md
Update docs on ALLOWED_VERSIONS and DEFAULT_VERSION. Closes #2778 .
2015-07-14 15:03:33 +01:00
views.md
@api_view defaults to allowing GET
2014-11-28 15:55:02 +00:00
viewsets.md
Fixed minor typo on viewsets.md
2015-06-16 17:36:11 -03:00