aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2013-01-03Version 2.1.152.1.15Tom Christie
2013-01-03Tweak release notes.Tom Christie
2013-01-03Tweak behavior of hyperlinked fields with an explicit format suffix.Tom Christie
2013-01-03Tweak behavior of hyperlinked fields that include an explicit format suffix.Tom Christie
2013-01-03Drop unused private save_m2m flagTom Christie
2013-01-03Fix copyright notice and travis badgeTom Christie
2013-01-03Updated release-notesYuri Prezument
2013-01-02Added @ahankinson, for PATCH support. Thanks!Tom Christie
2013-01-02Added `RetrieveUpdateAPIView`Tom Christie
2013-01-01Update release notesMark Aaron Shirley
2012-12-31Version 2.1.142.1.14Tom Christie
2012-12-31Relation fields move into relations.pyTom Christie
2012-12-30Added @sebastibe. Thanks!Tom Christie
2012-12-29Added @toranb - Thank you!Tom Christie
2012-12-29Updated release notesTom Christie
2012-12-29Update release notesTom Christie
2012-12-29Nested serializers now support nullable relationships, plus test. Fixes #384Tom Christie
2012-12-29Tweak quoteTom Christie
2012-12-28Add .validate() exampleTom Christie
2012-12-28django.contrib.staticfiles no longer needs to be in INSTALLED_APPSTom Christie
2012-12-27Update release notes and documentation for 2.2.0Tom Christie
2012-12-27Added @akinfold for staticfiles changes.Tom Christie
2012-12-23Update docs/topics/release-notes.mdTom Christie
2012-12-21Merge pull request #529 from reinout/reinout-slug-kwargTom Christie
slug_kwarg attribute doesn't work; it should be slug_url_kwarg
2012-12-21slug_kwarg attribute doesn't work; it should be slug_url_kwargReinout van Rees
2012-12-21Version 2.1.122.1.12Tom Christie
2012-12-21Added @treyhunner. Thank you!Tom Christie
2012-12-19Update release notes.Tom Christie
2012-12-19Added @joual - Thanks!Tom Christie
2012-12-19Update release notesTom Christie
2012-12-18Update release notes.Tom Christie
2012-12-17Version 2.1.11Tom Christie
2012-12-17Update contact detailsTom Christie
2012-12-17Version 2.1.102.1.10Tom Christie
2012-12-15Fix model validation exclusions. Fixes #500. Fixes #506.Tom Christie
2012-12-14Added @sunscrapers. Thanks!Tom Christie
2012-12-14Update release notes.Tom Christie
2012-12-14Added @pilt. Thanks!Tom Christie
2012-12-13added RetrieveUpdateAPIViewStephan Groß
2012-12-12Added @cmurtaugh. Thanks!Stephan Groß
2012-12-11Replaced SingleObjectBaseView with SingleObjectAPIViewColin Murtaugh
2012-12-11Version 2.1.92.1.9Tom Christie
2012-12-11Added @gkrappel. Thank you!Tom Christie
2012-12-11Added @annacoder. Thanks!Tom Christie
2012-12-08Version 2.1.82.1.8Tom Christie
2012-12-07Add link to json+hal hypermedia format.Tom Christie
2012-12-07Version 2.1.72.1.7Tom Christie
2012-12-07Added release notesTom Christie
2012-12-06Merge pull request #470 from minddust/fix-#469Tom Christie
fixed #469 - RegexField <--> BrowsableAPI Bug
2012-12-06Added @roberts81. Thanks!Tom Christie