aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/generic-views.md
AgeCommit message (Expand)Author
2014-11-06minor spelling tweaksBrett Koonce
2014-11-03PUT as create docs, and move mixin out to external gistTom Christie
2014-08-29Remove `allow_empty`.Tom Christie
2014-08-29Docs whitespace fix.Tom Christie
2014-08-29Merge pull request #1784 from tomchristie/remove-model-attributeTom Christie
2014-08-27Update generic-views.mdNathan Hubbell
2014-08-26Update generic-views.mdNathan Hubbell
2014-08-21Add .model deprecation to release notesTom Christie
2014-08-18Merge pull request #1711 from kdazzle/ModelViewSet-queryset-static-propertyTom Christie
2014-07-28Issue #1707 - Add info about queryset property caching to get_queryset() docs.Kyle
2014-07-28Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset`Kyle
2014-05-26Add the allow_add_remove parameter to the get_serializer methodkhamaileon
2014-04-28typoLaurent Bristiel
2014-02-04Fixed a bug backticksRicterZ
2014-01-19Drop django-rest-framework-bulk API descriptionsTom Christie
2014-01-18Added docs for bulk views from django-rest-framework-bulk.Miroslav Shubernetskiy
2013-12-03Adds pre_delete and post_delete hooks onPablo Recio
2013-10-24Merge pull request #1199 from yamila-moreno/get-filter-backendsTom Christie
2013-10-24Added get_filter_backends methodYamila Moreno
2013-10-24Typo on generic-views.mdYamila
2013-10-21Added . Closes #1188.Tom Christie
2013-09-12Note on '.model' as default only, with 'serializer_class', and 'queryset' att...Tom Christie
2013-08-29minor spBrett Koonce
2013-08-21Docs tweaking around `check_object_permissions`Tom Christie
2013-08-21Merge pull request #1050 from filipeximenes/masterTom Christie
2013-08-21Include import paths throughout docs.Tom Christie
2013-08-20improving documentation about object level permissions #1049Filipe Ximenes
2013-08-01Add missing comma to generic view example.Ricky Rosario
2013-06-26Fix incorrect exampleTom Christie
2013-06-10Better docs related to lookup_field and hyperlinked serializers. Closes #920.Tom Christie
2013-06-06Never deepcopy validators. Closes #913Tom Christie
2013-05-28Fixed typosPascal Borreli
2013-05-10Fix minor code error in Generic Views documentation - missing `if` statement.Hamish Campbell
2013-05-09Tweak doc text slightlyTom Christie
2013-05-09Added 'Customizing the generic views' section. Closes #816Tom Christie
2013-05-08Update generic-views.mdTom 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-05docs, docs, docsTom Christie
2013-05-02Simplifying bits of docsTom Christie
2013-04-25More viewset/router docsTom Christie
2013-04-24Various clean up and lots of docsTom Christie
2013-04-23Merge remove-django-genericsTom Christie
2013-04-04TweaksTom Christie
2013-03-30Spelling/grammar fixes.Victor Shih
2013-02-06Added a `post_save` hook. Closes #558.Tom Christie
2013-01-02Added `RetrieveUpdateAPIView`Tom Christie
2012-12-21slug_kwarg attribute doesn't work; it should be slug_url_kwargReinout van Rees
2012-12-13added RetrieveUpdateAPIViewStephan Groß
2012-11-18Docs, docs, docs, docs, docs, docsTom Christie