| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
parameterize identity field serializer class to allow for easier subclassing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When trailing slash is false, the lookup regex should not consume '.'
characters. Fixes #1057.
|
|
|
|
|
|
|
|
|
|
PATCH requests should not be able to create objects.
|
|
|
|
into aburgel-fix_937
|
|
Closes #1055.
|
|
Closes #1028.
|
|
git://github.com/willkg/django-rest-framework
|
|
|
|
|
|
|
|
into chrispaolini-master
|
|
Updated the tests to use the default view_name and view_description
functions in the formatter through the default in settings.
|
|
Forgot to update the default view name/description functions to the new
setup.
|
|
Now supports each View having its own name and description function and
overriding the global default.
|
|
Updated the setting to have a default function.
|
|
This tests setting required=True on a BooleanField.
Test for issue #1004.
|
|
|
|
|
|
|
|
Added settings and additions to formatting.py
|
|
Fixed cut n pasted get_ordering docstring for ya bro.
|
|
Here's a little cleanup for ya, brah!
|
|
don't set X-Throttle-Wait-Second header if throttle wait is None
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Spelling correction on read_only_fields err msg
|
|
just spotted extras
|
|
|
|
|
|
|