aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2014-11-03Merge pull request #2011 from fusionbox/announcement_typosTom Christie
2014-11-03Use invalid_data key for error message. Closes #2002.Tom Christie
2014-11-03Fixed some typos in 3.0 release notesRocky Meza
2014-11-03PUT as create docs, and move mixin out to external gistTom Christie
2014-11-03Merge masterTom Christie
2014-11-03Fix URL escaping2.4.4Tom Christie
2014-11-03Version 2.4.4Tom Christie
2014-11-03Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...Tom Christie
2014-11-03Merge branch 'master' into version-3.0Tom Christie
2014-11-03Properly escape URLs when replacing query parameterTom Christie
2014-11-03Proper escaping of URLs when replacing query parameterTom Christie
2014-11-01Merge pull request #2006 from andybak/patch-1Tom Christie
2014-11-01typo fixAndy Baker
2014-10-31Merge masterTom Christie
2014-10-31Merge pull request #1963 from carljm/lazy-fieldsTom Christie
2014-10-31Lazy loading of fields and validators. Closes #1963.Tom Christie
2014-10-31Merge branch 'master' into version-3.0Tom Christie
2014-10-31Merge pull request #1922 from JonesChi/fix_followTom Christie
2014-10-31Guard against malicious string inputs for numbers. Closes #1903.Tom Christie
2014-10-31Merge masterTom Christie
2014-10-31Merge pull request #1785 from gdoermann/masterTom Christie
2014-10-31Merge branch 'master' into version-3.0Tom Christie
2014-10-31Merge masterTom Christie
2014-10-31Update to bootstrap 3. Closes #1085Tom Christie
2014-10-31Fix up validators docsTom Christie
2014-10-31Validator documentation and tweaksTom Christie
2014-10-30Ensure json.dumps(separators=...) works on both 2.x and 3.xTom Christie
2014-10-30Nested serializer testsTom Christie