aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/serializers.py
AgeCommit message (Expand)Author
2015-02-17Fixes for latest pep8 updates. Refs #2563.Tom Christie
2015-02-09Merge masterTom Christie
2015-02-06Minor internal API cleanpuTom Christie
2015-02-06Minor cleanups/improvements to ModelSerializer APITom Christie
2015-02-06Upgrade pending deprecations to deprecationsTom Christie
2015-02-05Fix possible nested array fieldsJosé Padilla
2015-02-04Add child to ListField when using ArrayFieldJosé Padilla
2015-02-02Fixed missing whitespace in error string.Jason Yan
2015-02-02Fixed typos in docstrings.Omer Katz
2015-02-01Add support for Django 1.8’s ArrayFieldJosé Padilla
2015-01-30Fix AttributeError on renamed _field_mappingJosé Padilla
2015-01-30Merge masterTom Christie
2015-01-23Added DictField and support for HStoreField.Tom Christie
2015-01-23Added UUIDField.Tom Christie
2015-01-23Add 1.8 supportTom Christie
2015-01-21Owned by import *Xavier Ordoquy
2015-01-21Workaround Django issue 24198.Xavier Ordoquy
2015-01-21Merge masterTom Christie
2015-01-21Allow missing fields option for inherited serializers. Closes #2388.Tom Christie
2015-01-09Merge pull request #2373 from jakul/document-translations-3.1Tom Christie
2015-01-07swap backticks for double quotesCraig Blaszczyk
2015-01-07prefer single quotes in source and double quotes in user visible strings; add...Craig Blaszczyk
2015-01-07use double quotes for user visible strings; end user visible strings in full ...Craig Blaszczyk
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2015-01-05Udpate docstringTom Christie
2015-01-05Update docstringTom Christie
2015-01-05required=False allows omission of value for output. Closes #2342Tom Christie
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19Copy validators lists on instantiation.Tom Christie
2014-12-19build_*_field methodsTom Christie
2014-12-19build_field, build_final_kwargsTom Christie
2014-12-19Merge branch 'version-3.1' into model-serializer-apiTom Christie
2014-12-19depth should reduce by one on each nesting level. Closes #2287.Tom Christie
2014-12-19Clean upTom Christie
2014-12-19get_uniqueness_field_options first passTom Christie
2014-12-19get_extra_kwargsTom Christie
2014-12-19get_field_names, get_default_field_namesTom Christie
2014-12-19Merge branch 'version-3.1' into model-serializer-apiTom Christie
2014-12-19get_unique_together_validators and get_unique_for_date_validatorsTom Christie
2014-12-18Assert fields in `exclude` are model fieldsTymur Maryokhin
2014-12-17Serializer API restrictions.Tom Christie
2014-12-15Use unicode internally everywhere for 'repr'Tom Christie
2014-12-13Improve check for nested writesTom Christie
2014-12-10Fix trailing spaceJ. Iván Alegre
2014-12-10Remove unnecessary hasattr all and add comment for nested relationshipsJ. Iván Alegre
2014-12-09Take in care that input data in serializer can be a ManagerJ. Iván Alegre
2014-12-09Update serializers.pyJulio Iván Alegre
2014-12-09Add allow_blank for ChoiceField #2184José Padilla
2014-12-08Added ListSerializer.validate(). Closes #2168.Tom Christie
2014-12-07Fix missing validated_data in `raise_errors_on_nested_writes` (#2221)Xavier Ordoquy