aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-01Merge pull request #2167 from jpadilla/patch-1Xavier Ordoquy
Change allow_none to allow_null in 3.0 announcement
2014-12-01Change allow_none to allow_nullJosé Padilla
2014-12-01Add missing 'validators.py' link. Closes #2166.Tom Christie
2014-12-01Use httpie for tutorialsphalt
2014-12-01Minor 3.0 announcment tweaksTom Christie
2014-12-01Minor validtors tweak3.0.0Tom Christie
2014-12-01More descriptive docstring on ModelSerializerTom Christie
2014-12-01Support Django's core ValidationError for backwards compat. Refs #2145.Tom Christie
2014-12-01Merge branch 'master' of github.com:tomchristie/django-rest-frameworkCarlton Gibson
2014-12-01Add 3.0 announcementTom Christie
2014-11-29Fixed typosTymur Maryokhin
2014-11-29Moved non-conflicting modelsTymur Maryokhin
2014-11-29Remove XML support from coreJosé Padilla
2014-11-29Remove JSONP support from coreJosé Padilla
2014-11-29Removed unused modelsTymur Maryokhin
2014-11-29Remove YAML support from coreJosé Padilla
2014-11-28Set user on wrapped requestMartin Maillard
2014-11-28Merge branch 'version-3.1' into oauth_as_packageJosé Padilla
Conflicts: requirements-test.txt rest_framework/compat.py tests/settings.py tox.ini
2014-11-28Minor tweaks to contributing docsTom Christie
2014-11-28@api_view defaults to allowing GETTom Christie
2014-11-28Use ImproperlyConfigured when model meta lookup failsTom Christie
2014-11-28Merge pull request #2086 from beck/doug/blow-up-with-bad-modelsTom Christie
Ensure _resolve_model does not return None
2014-11-28Merge pull request #2143 from linovia/bugfix/1850Tom Christie
Bugfix for #1850
2014-11-28Finalizing 3.0 release notesTom Christie
2014-11-28Add 2.x notes and linksTom Christie
2014-11-28Merge pull request #2153 from maryokhin/patch-1Carlton Gibson
Update token auth view. Closes #2151.
2014-11-28Docs. Sponsor call-out.Tom Christie
2014-11-28Drop defunct testsTom Christie
2014-11-28Add 'built with MkDocs' footerTom Christie
2014-11-28Drop google_analytics config since it's in the base template anyways.Tom Christie
2014-11-28Docs. Minor tweaks.Tom Christie
2014-11-28Removed unused importTymur Maryokhin
2014-11-28Update token auth view. Closes #2151.Tymur Maryokhin
2014-11-28Docs on nested creates/updates and suchlikeTom Christie
2014-11-28Merge branch '3.0-docs'Tom Christie
2014-11-28Moar docs. Amazing.Tom Christie
2014-11-27Notes on removal of Field.validate() and Serializer.transform_<field_name>Tom Christie
2014-11-27Drop Field.validateTom Christie
2014-11-27Drop transform_<field_name>Tom Christie
2014-11-27Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-27Fix for nested attribute lookups where one is a callableTom Christie
2014-11-27Merge pull request #2149 from jpadilla/masterTom Christie
Update to latest minor Django versions
2014-11-27Update to latest minor Django versionsJosé Padilla
2014-11-27Fix sponsor images for mkdocsTom Christie
2014-11-27Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-27Support callable attributes in dotted source. Closes #2142.Tom Christie
2014-11-273.0 serializer docsTom Christie
2014-11-27Merge pull request #2144 from jpadilla/patch-2Tom Christie
Remove Third party packages section
2014-11-26Remove Third party packages sectionJosé Padilla
Information about Third party packages is already covered under the Third Party Resources topic
2014-11-26Be nicer with __closable_objects.Xavier Ordoquy