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
/
tests
/
test_model_serializer.py
Age
Commit message (
Expand
)
Author
2014-12-19
Final bits of docs for ModelSerializer fields API
model-serializer-api
Tom Christie
2014-12-19
get_field_names, get_default_field_names
Tom Christie
2014-12-05
Test tweaks
Tom Christie
2014-12-02
Minor tweaks for helpful message on Model.objects.create() failure.
Tom Christie
2014-11-15
More helpful error message when default `.create` fails. Closes #2013.
Gregor Müllegger
2014-11-13
Model fields with .blank or .null now map to required=False. Closes #2017. Cl...
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-07
Enforce uniqueness validation for relational fields
Tom Christie
2014-10-03
Minor: fix spelling and grammar, mostly in 3.0 announcement
Craig de Stigter
2014-10-01
First pass at HTML form rendering
Tom Christie
2014-09-23
NullBooleanField
Tom Christie
2014-09-23
Tests for field choices
Tom Christie
2014-09-19
Moar tests
Tom Christie
2014-09-19
Test rejigging
Tom Christie
2014-09-19
Test tweaking
Tom Christie
2014-09-18
Added a model update integration test
Tom Christie
2014-09-18
ModelSerializer.create() to handle many to many by default
Tom Christie
2014-09-18
First pass on ManyRelation
Tom Christie
2014-09-18
Test for custom fields
Tom Christie
2014-09-18
Configuration correctness tests on ModelSerializer
Tom Christie