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
/
serializers.py
Age
Commit message (
Expand
)
Author
2015-02-04
Add child to ListField when using ArrayField
José Padilla
2015-02-01
Add support for Django 1.8’s ArrayField
José Padilla
2015-01-30
Fix AttributeError on renamed _field_mapping
José Padilla
2015-01-30
Merge master
Tom Christie
2015-01-23
Added DictField and support for HStoreField.
Tom Christie
2015-01-23
Added UUIDField.
Tom Christie
2015-01-23
Add 1.8 support
Tom Christie
2015-01-21
Owned by import *
Xavier Ordoquy
2015-01-21
Workaround Django issue 24198.
Xavier Ordoquy
2015-01-21
Merge master
Tom Christie
2015-01-21
Allow missing fields option for inherited serializers. Closes #2388.
Tom Christie
2015-01-09
Merge pull request #2373 from jakul/document-translations-3.1
Tom Christie
2015-01-07
swap backticks for double quotes
Craig Blaszczyk
2015-01-07
prefer single quotes in source and double quotes in user visible strings; add...
Craig Blaszczyk
2015-01-07
use double quotes for user visible strings; end user visible strings in full ...
Craig Blaszczyk
2015-01-05
Merge branch 'master' into version-3.1
Tom Christie
2015-01-05
Udpate docstring
Tom Christie
2015-01-05
Update docstring
Tom Christie
2015-01-05
required=False allows omission of value for output. Closes #2342
Tom Christie
2014-12-19
Final bits of docs for ModelSerializer fields API
model-serializer-api
Tom Christie
2014-12-19
Copy validators lists on instantiation.
Tom Christie
2014-12-19
build_*_field methods
Tom Christie
2014-12-19
build_field, build_final_kwargs
Tom Christie
2014-12-19
Merge branch 'version-3.1' into model-serializer-api
Tom Christie
2014-12-19
depth should reduce by one on each nesting level. Closes #2287.
Tom Christie
2014-12-19
Clean up
Tom Christie
2014-12-19
get_uniqueness_field_options first pass
Tom Christie
2014-12-19
get_extra_kwargs
Tom Christie
2014-12-19
get_field_names, get_default_field_names
Tom Christie
2014-12-19
Merge branch 'version-3.1' into model-serializer-api
Tom Christie
2014-12-19
get_unique_together_validators and get_unique_for_date_validators
Tom Christie
2014-12-18
Assert fields in `exclude` are model fields
Tymur Maryokhin
2014-12-17
Serializer API restrictions.
Tom Christie
2014-12-15
Use unicode internally everywhere for 'repr'
Tom Christie
2014-12-13
Improve check for nested writes
Tom Christie
2014-12-10
Fix trailing space
J. Iván Alegre
2014-12-10
Remove unnecessary hasattr all and add comment for nested relationships
J. Iván Alegre
2014-12-09
Take in care that input data in serializer can be a Manager
J. Iván Alegre
2014-12-09
Update serializers.py
Julio Iván Alegre
2014-12-09
Add allow_blank for ChoiceField #2184
José Padilla
2014-12-08
Added ListSerializer.validate(). Closes #2168.
Tom Christie
2014-12-07
Fix missing validated_data in `raise_errors_on_nested_writes` (#2221)
Xavier Ordoquy
2014-12-05
Test tweaks
Tom Christie
2014-12-05
Merge pull request #2213 from BrickXu/master
Tom Christie
2014-12-05
Minor tweaks
Tom Christie
2014-12-05
Better serializer errors for nested writes. Closes #2202
Tom Christie
2014-12-05
Add validation for fields & exclude type.
BrickXu
2014-12-05
Removed unused imports, pep8 fixes, typo fixes
Tymur Maryokhin
2014-12-03
Merge pull request #2197 from mtschammer/mtschammer-validated_attrs-rename
Tom Christie
2014-12-03
Renamed validated_attrs to validated_data to be more in line with other simil...
Martin Tschammer
[next]