| Age | Commit message (Collapse) | Author |
|
|
|
a tuple or list. Fixes #490.
Refactored `if self.opt.fields` out of the for loop.
Updated and cleaned up the validation-tests.
|
|
Call model's .full_clean() method, eg. to validate uniqueness
|
|
Fix for #460
|
|
https://github.com/tomchristie/django-rest-framework into #431
|
|
|
|
|
|
|
|
|
|
|
|
unique-test
|
|
|
|
Fixed some tests that were failing due to extra strict validation.
|
|
|
|
Conflicts:
docs/topics/release-notes.md
|
|
|
|
Serializer method field
|
|
|
|
|
|
|
|
|
|
on basic ModelFields
|
|
Fixed test_modelserializer_max_length_exceeded
|
|
|
|
|
|
|
|
returning as expected
|
|
dictionaries as data are returned as expected and
not turned into string representations
|
|
|
|
Thanks to @Roarster.
|
|
their value is omitted.
|
|
|
|
|
|
|
|
|
|
|
|
field is specified as readonly in the serializer
|
|
|
|
|
|
acceptable default value
|
|
|
|
|
|
BrowseableAPIRenderer
|
|
make model fields with a default value be not required
|
|
|
|
appropriate (fixes test)
|
|
|
|
|
|
being either a DeserializedObject or a model instance
|
|
|