| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
The paginator and its object serializer should share the same context.
|
|
|
|
|
|
|
|
|
|
a tuple or list. Fixes #490.
Refactored `if self.opt.fields` out of the for loop.
Updated and cleaned up the validation-tests.
|
|
|
|
|
|
When incorrect parameters are supplied to the obtain auth token view
400 *is* the correct response.
|
|
|
|
Call model's .full_clean() method, eg. to validate uniqueness
|
|
Fix for #460
|
|
https://github.com/tomchristie/django-rest-framework into #431
|
|
ModelSerializer traverse related
|
|
|
|
|
|
|
|
Add setter to user property on request object
|
|
|
|
|
|
|
|
|
|
unique-test
|
|
|
|
|
|
Fixed some tests that were failing due to extra strict validation.
|
|
|
|
|
|
Conflicts:
docs/topics/release-notes.md
|
|
|
|
Serializer method field
|
|
|
|
|
|
|
|
Added login view for users of TokenAuthentication
|
|
|
|
Conflicts:
docs/topics/credits.md
docs/topics/release-notes.md
|
|
on basic ModelFields
|
|
Max length for modelserializers
|
|
Added a FileField and an ImageField
|
|
|
|
support for custom page size per request
|
|
Fixed test_modelserializer_max_length_exceeded
|
|
|
|
file_and_image_fields
|
|
|