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
/
rest_framework
/
utils
/
field_mapping.py
Age
Commit message (
Expand
)
Author
2015-01-23
Support assignment in ClassLookupDict
Tom Christie
2015-01-05
Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.
Tom Christie
2014-12-28
Only pass max_length for CharField. Closes #2317.
Tom Christie
2014-12-22
fix the way to use textarea rather than input with models.TextField
Remi Paulmier
2014-12-09
Copy model field validators, don't reuse the same list.
Tom Christie
2014-12-09
Add allow_blank for ChoiceField #2184
José Padilla
2014-11-13
required=False for nullable relationships
Tom Christie
2014-11-13
Model fields with .blank or .null now map to required=False. Closes #2017. Cl...
Tom Christie
2014-11-07
Minor tweaks
Tom Christie
2014-10-08
More gradual deprecation
Tom Christie
2014-10-07
Enforce uniqueness validation for relational fields
Tom Christie
2014-10-02
First pass on incorperating the form rendering into the browsable API
Tom Christie
2014-10-01
First pass at HTML form rendering
Tom Christie
2014-09-29
Uniqueness validation
Tom Christie
2014-09-24
OPTIONS support
Tom Christie
2014-09-23
NullBooleanField
Tom Christie
2014-09-23
Tests for field choices
Tom Christie
2014-09-18
get_base_field() refactor
Tom Christie