aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/utils
AgeCommit message (Expand)Author
2014-11-13required=False for nullable relationshipsTom Christie
2014-11-13Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-13Model fields with .blank or .null now map to required=False. Closes #2017. Cl...Tom Christie
2014-11-12Update html.pyTom Christie
2014-11-12Update html.pyTom Christie
2014-11-07.copy() for serializer .data and .errors dictionariesTom Christie
2014-11-07Minor tweaksTom Christie
2014-11-07Serializer cleanupTom Christie
2014-11-06Tests & fixes for list serializationTom Christie
2014-11-06Drop usage of SortedDict. Closes #2027.Tom Christie
2014-10-31Lazy loading of fields and validators. Closes #1963.Tom Christie
2014-10-09Merge pull request #1920 from thedrow/topic/encoder-improvementsTom Christie
2014-10-08More gradual deprecationTom Christie
2014-10-07Enforce uniqueness validation for relational fieldsTom Christie
2014-10-02First pass on incorperating the form rendering into the browsable APITom Christie
2014-10-02The encoder now returns tuples instead of lists.Omer Katz
2014-10-01First pass at HTML form renderingTom Christie
2014-10-01Deal with lazy strings in serializer reprsTom Christie
2014-10-01Use six.text_type instead of str everywhereTom Christie
2014-09-29Uniqueness validationTom Christie
2014-09-24OPTIONS supportTom Christie
2014-09-23NullBooleanFieldTom Christie
2014-09-23Tests for field choicesTom Christie
2014-09-18First pass on ManyRelationTom Christie
2014-09-18get_base_field() refactorTom Christie
2014-09-15Drop label from serializer fields when not neededTom Christie
2014-09-12Tidy up JSONEncoderTom Christie
2014-09-12MethodField -> SerializerMethodFieldTom Christie
2014-09-11NotImplemented stubs for Field, and DecimalField improvementsTom Christie
2014-09-11Nice manager representations on serializer classesTom Christie
2014-09-11Improve memory address removal for serializer representationsTom Christie
2014-09-11Improve memory address removal for serializer representationsTom Christie
2014-09-11Merge masterTom Christie
2014-09-10Compat fixesTom Christie
2014-09-09Fleshing out serializer fieldsTom Christie
2014-09-05Use force_text from compatJosé Padilla
2014-09-05Merge remote-tracking branch 'poswald/view-description-as-promise' into view-...José Padilla
2014-09-02Add relations and get tests runningTom Christie
2014-08-29First passTom Christie
2014-08-19Resolve python3 linting issueTom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-08-19replace unicode call with force_textPaul Oswald
2014-07-29evaluate content at function startPaul Oswald
2014-07-28Evaluate content before passing to regex.subPaul Oswald
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-04-11Fix dict_keys equality test for python 3.Ian Leith
2014-01-17Encode django QuerySets to lists and not dicts in JSONEncoderMathieu Pillard
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
2013-12-09Fix compat issues for #1231Tom Christie
2013-11-21Fix issue #1231: JSONEncoder doesn't handle dict-like objectsMalcolm Box