aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/generic-views.md
AgeCommit message (Expand)Author
2015-04-07more sp fixesBrett Koonce
2015-03-29`query_params` in favor of `QUERY_PARAMS`José Padilla
2015-03-07Remove docs for 3.0 bannersJosé Padilla
2015-03-07Fix permissions on markdown filesJosé Padilla
2015-03-04Clean up pagination attributesTom Christie
2015-01-29Removed deprecated '.model' docsTymur Maryokhin
2014-12-28Add import notes in docs. Closes #2357Tom Christie
2014-11-28Add 2.x notes and linksTom Christie
2014-11-26Call out removal of pre_save/post_save more stronglyTom Christie
2014-11-26perform_create, perform_update, perform_destroy hooksTom Christie
2014-11-25Merge masterTom Christie
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-11-25Add missing period.Tom Christie
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