aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)Author
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
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. Clo...Tom Christie
2013-04-30Merge masterTom Christie
2013-04-30More index docs tweaksTom Christie
2013-04-30Add DjangoModelPermissionsOrAnonReadOnlyTom Christie
2013-04-30More tweaking of index/readmeTom Christie
2013-04-30Docs tweaksTom Christie
2013-04-30Drop out attributeTom Christie
2013-04-29Updated release notesTom Christie
2013-04-29Tweaks for preferring .queryset over .modelTom Christie
2013-04-29fields shortcut on viewsTom Christie
2013-04-29Remove AutoRouter. (Adding shortcut to generic views/viewsets means it's un...Tom Christie
2013-04-29Docs tweaksTom Christie
2013-04-29Added @chenjyw for depth bugfix #802. Thanks!Tom Christie
2013-04-27TypoTom Christie
2013-04-27Update docs on object-level permissions.Tom Christie
2013-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-26Adding 'view or viewset' to docs appropriate.Tom Christie