aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2013-05-18ToMany fields default to read-only if targeting ManyToManyField.Ryan Kaskel
2013-05-17Fix typo + grammar in viewsets docsJohannes
2013-05-16Update release-notes.mdTom Christie
2013-05-16Added @rouge8 for bugfix #844. Thank you!Tom Christie
2013-05-16HyperlinkedIdentityField uses `lookup_field` kwarg.Andy Freeland
According to the [Serializers API Guide][1], `HyperlinkedIdentityField` takes `lookup_field` as a kwarg like the other related fields and the generic views. However, this was not actually implemented. [1]: http://django-rest-framework.org/api-guide/serializers.html#hyperlinkedmodelserializer
2013-05-16Merge branch 'master' of https://github.com/tomchristie/django-rest-framework2.3.3Tom Christie
2013-05-16Version 2.3.3Tom Christie
2013-05-16Small typo in the ViewSet example.Xavier Ordoquy
2013-05-14Added @jsummerfield for cleanups in #824. Thanks!Tom Christie
2013-05-14Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-14Added @avinash240 for bugfix #822Tom Christie
2013-05-14Updated release notesTom Christie
2013-05-14Added OrderingFilterTom Christie
2013-05-14Added OrderingFilterTom Christie
2013-05-14More docs on SearchFilterTom Christie
2013-05-14Updated release notesTom Christie
2013-05-13Added django-viewsets to credits. Refs #738.Tom Christie
2013-05-10Improve custom filtering exampleTom Christie
2013-05-10Added SearchFilterTom Christie
2013-05-10Docs tweaksTom Christie
2013-05-10Added @hamishcampbell for docs fix #818. Thanks!Tom Christie
2013-05-10Fix minor code error in Generic Views documentation - missing `if` statement.Hamish Campbell
2013-05-09Added GenericViewSet and docs tweakingTom Christie
2013-05-09Tweak doc text slightlyTom Christie
2013-05-09Added 'Customizing the generic views' section. Closes #816Tom Christie
2013-05-08Version 2.3.22.3.2Tom Christie
2013-05-08Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798Tom Christie
2013-05-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-08Add rails in credits sectionTom Christie
2013-05-08Allow None filename on uploaded filesTom Christie
2013-05-08Update generic-views.mdTom Christie
2013-05-08Added @dhepper for typo fixes in #812.Tom Christie
2013-05-07Fixed typos in tutorialDaniel Hepper
2013-05-07Added @eyepulp for fix #810Tom Christie
2013-05-07Remove accidental conflict diffTom Christie
2013-05-07Fix breadcrumb rendering issue2.3.1Tom Christie
2013-05-07Version 2.3.02.3.0Tom Christie
2013-05-07Docs for FileUploadParserTom Christie
2013-05-07Merge pull request #806 from wronglink/masterTom Christie
Added FileUploadParser
2013-05-07Tweak 2.3 release notesTom Christie
2013-05-07Support for multiple filter classesTom Christie
2013-05-07allow_empty -> pending deprecation in preference of overridden get_queryset.Tom Christie
2013-05-05Merge masterTom Christie
2013-05-05docs, docs, docsTom Christie
2013-05-04Docs for FileUploadParserMichael Elovskikh
2013-05-02Update release notesTom Christie
2013-05-02Simplifying bits of docsTom Christie
2013-05-01Example and spelling fixes. Change "browseable" to "browsable" for consistency.Victor Shih
2013-05-01Document lookup_field in release notesTom Christie
2013-05-01lookup_field on hyperlinked fields, and overriddable hyperlinked fields. ↵Tom Christie
Closes #688