aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-02Merge branch 'fixes/2013' of git://github.com/gregmuellegger/django-rest-fram...Tom Christie
2014-12-02Raise assertion error if calling .save() on a serializer with errors. Closes ...Tom Christie
2014-12-02Document Field.fail(). Closes #2147.Tom Christie
2014-12-02Promote 'many_init' to public API. Closes #2152.Tom Christie
2014-12-02Merge pull request #2173 from jpadilla/masterTom Christie
2014-12-02Merge pull request #2161 from NextHub/masterTom Christie
2014-12-02Merge branch 'master' of github.com:tomchristie/django-rest-frameworkTymur Maryokhin
2014-12-01Consolidate Django and test requirementsJosé Padilla
2014-12-01Fix requirements. Closes #2170.Tom Christie
2014-12-01Merge pull request #2167 from jpadilla/patch-1Xavier Ordoquy
2014-12-01Change allow_none to allow_nullJosé Padilla
2014-12-01Add missing 'validators.py' link. Closes #2166.Tom Christie
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-01Add 3.0 announcementTom Christie
2014-11-29Fixed typosTymur Maryokhin
2014-11-29Moved non-conflicting modelsTymur Maryokhin
2014-11-29Removed unused modelsTymur Maryokhin
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
2014-11-28Merge pull request #2143 from linovia/bugfix/1850Tom Christie
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
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
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