aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/generic-views.md
AgeCommit message (Collapse)Author
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
Closes #1774.
2014-08-29Docs whitespace fix.Tom Christie
2014-08-29Merge pull request #1784 from tomchristie/remove-model-attributeTom Christie
Deprecate `.model` attribute on views
2014-08-27Update generic-views.mdNathan Hubbell
Small grammar changes.
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
Issue #1707: Add documentation to api-docs.viewsets
2014-07-28Issue #1707 - Add info about queryset property caching to get_queryset() docs.Kyle
Add documentation to the get_queryset() method of generic-views.md regarding the caching of the queryset property.
2014-07-28Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset`Kyle
to the `queryset` property, `get_queryset()`, and do generic-views.md; remove changes to the viewsets.md documentation from my last commit.
2014-05-26Add the allow_add_remove parameter to the get_serializer methodkhamaileon
2014-04-28typoLaurent Bristiel
2014-02-04Fixed a bug backticksRicterZ
fix you may optionally exclude the ``self.check_object_permissions, and simply return the object from the `get_object_or_404` lookup. to you may optionally exclude the `self.check_object_permissions`, and simply return the object from the `get_object_or_404` lookup.
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
Added get_filter_backends method
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' ↵Tom Christie
attributes prefered. Closes #1100
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
Improving documentation about object level permissions #1049
2013-08-21Include import paths throughout docs.Tom Christie
Closes #1051. Thanks to @pydanny for the report.
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