aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-11-07Fix csrf-ajax link. Closes #2045José Padilla
2014-11-07Tweaks to release notesTom Christie
2014-11-07Fixes to release notesTom Christie
2014-11-07Support dotted source on relational fieldsTom Christie
2014-11-07Fix initial data on serializers to reflect writable fieldsTom Christie
2014-11-07Fix up fieldset templates. Closes #2039Tom Christie
2014-11-07Merge branch 'master' into dont-deserialize-twiceTom Christie
2014-11-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-07Fix serializer initial dataTom Christie
2014-11-07Prevent re-running deserialization. Closes #1975.Tom Christie
2014-11-07Add font filesTom Christie
2014-11-07Metadata API should examine child serializer if passed parent ListSerializer....Tom Christie
2014-11-07ModelField fix. Closes #2018.Tom Christie
2014-11-07.copy() for serializer .data and .errors dictionariesTom Christie
2014-11-07Minor tweaksTom Christie
2014-11-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-07Serializer cleanupTom Christie
2014-11-07Merge pull request #2041 from asparagui/minor_spTom Christie
2014-11-06minor spelling tweaksBrett Koonce
2014-11-06Merge pull request #2038 from NextHub/masterTom Christie
2014-11-06Tests & fixes for list serializationTom Christie
2014-11-06Fixed base_url duplication in FileField.use_urlTymur Maryokhin
2014-11-06Drop usage of SortedDict. Closes #2027.Tom Christie
2014-11-06Fix tests for py2/3 compatTom Christie
2014-11-06Fix exception style for py3Tom Christie
2014-11-06More precise assertion error for bulk updateTom Christie
2014-11-06Support for bulk create. Closes #1965.Tom Christie
2014-11-05ModelField should support max_length. Closes #2018.Tom Christie
2014-11-05Pass through kwargs to both Serializer and ListSerializerTom Christie
2014-11-05Minor cleanupTom Christie
2014-11-05Add docs on request.accepted_renderer and .accepted_media_typeTom Christie
2014-11-05Copy accepted_renderer and accepted_media_type when cloing a request. Closes ...Tom Christie
2014-11-05Stronger calling out of 'DjangoObjectPermissionsFilter'. Closes #1934.Tom Christie
2014-11-05Fix failing copy of fields when RegexValidator is used. Closes #1954.Tom Christie
2014-11-05Support None if initial part of dotted lookup returns None. Closes #1223.Tom Christie
2014-11-05Merge pull request #2024 from defrex/masterTom Christie
2014-11-05Merge pull request #2022 from brainwane/patch-1Tom Christie
2014-11-04add glyphicons font filesAron Jones
2014-11-04Updated book link in HATEOAS pageSumana Harihareswara
2014-11-03Merge pull request #2015 from tdavis/patch-1Xavier Ordoquy
2014-11-03Fix typoTom Davis
2014-11-03Call out 'get_value' and 'get_attribute'Tom Christie
2014-11-03Tweaks to validation notesTom Christie
2014-11-03Add notes re view-level and instance-level permissions checks. Closes #1819.Tom Christie
2014-11-03Add docs on Meta inheritance. Closes #1926.Tom Christie
2014-11-03Added NON_FIELD_ERRORS_KEY to serializer docs. Closes #1971.Tom Christie
2014-11-03Add note about 3.0 being merged to masterTom Christie
2014-11-03Merge pull request #1800 from tomchristie/version-3.0Tom Christie
2014-11-03Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...Tom Christie
2014-11-03Py2/3 compat for validation testTom Christie