aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/generics.py
AgeCommit message (Expand)Author
2014-08-29First passTom Christie
2014-08-29Remove unused imports.Tom Christie
2014-08-29`get_paginate_by` no longer takes optional `.queryset`Tom Christie
2014-08-29Remove deprecated generic views.Tom Christie
2014-08-29Minor tidy up.Tom Christie
2014-08-29Remove `.model` usage in tests.Tom Christie
2014-08-29Remove `page_size` argument.Tom Christie
2014-08-29Remove `pk_url_field`, `slug_url_field`, `slug_field`.Tom Christie
2014-08-29Remove `allow_empty`.Tom Christie
2014-08-29Remove `filter_backend`.Tom Christie
2014-08-20Deprecate .model attribute on viewsTom Christie
2014-08-19Resolve linting issuesTom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-08-19Merge masterTom Christie
2014-08-18Copy filter_backends class attribute before returning it.Tom Christie
2014-08-18Merge pull request #1711 from kdazzle/ModelViewSet-queryset-static-propertyTom Christie
2014-07-28Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset`Kyle
2014-06-23Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-05-26Add the allow_add_remove parameter to the get_serializer methodkhamaileon
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-01-25Fix typo in docstring for post_delete hook.Rodolfo Henrique Carvalho
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
2013-12-03Adds pre_delete and post_delete hooks onPablo Recio
2013-10-24Added get_filter_backends methodYamila Moreno
2013-10-22Merge pull request #1187 from ross/paginator_def_valTom Christie
2013-10-21retract the default page stuff.Ross McFarland
2013-10-21Added . Closes #1188.Tom Christie
2013-10-19paginator should validate page and provide defaultRoss McFarland
2013-10-04support args on get_object_or_404Henry Clifford
2013-09-25Merge masterTom Christie
2013-09-03Added test for OPTIONS before object creation from a PUTEdmond Wong
2013-08-30Allow OPTIONS to retrieve PUT field metadata on empty objectsEdmond Wong
2013-08-30Merge masterTom Christie
2013-08-28Tweak MAX_PAGINATE_BY behavior in edge case.Tom Christie
2013-08-27fix for python3Alexander Akhmetov
2013-08-26Added max_paginate_by parameterAlexander Akhmetov
2013-08-21Merge masterTom Christie
2013-08-21If page size query param <= 0, just use default page size.Tom Christie
2013-08-21If page size query param <= 0, just use default page size.Tom Christie
2013-06-27pending deprecations -> deprecatedTom Christie
2013-06-12Typoinglesp
2013-06-05Remove ConfigurationError in favor of Django's ImproperlyConfiguredTom Christie
2013-05-28Raise 404 on incorrect lookup type in URL, not 500. Closes #890.Tom Christie
2013-05-24Clean up OPTIONS implementationTom Christie
2013-05-07Support for multiple filter classesTom Christie
2013-05-07allow_empty -> pending deprecation in preference of overridden get_queryset.Tom Christie
2013-04-30Drop out attributeTom Christie
2013-04-29Tweaks for preferring .queryset over .modelTom Christie
2013-04-29fields shortcut on viewsTom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie