index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
generics.py
Age
Commit message (
Expand
)
Author
2014-09-23
Correctly propagate cloned_request for OPTIONS
José Padilla
2014-08-20
Deprecate .model attribute on views
Tom Christie
2014-08-19
Resolve linting issues
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-08-19
Merge master
Tom Christie
2014-08-18
Copy filter_backends class attribute before returning it.
Tom Christie
2014-08-18
Merge pull request #1711 from kdazzle/ModelViewSet-queryset-static-property
Tom Christie
2014-07-28
Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset`
Kyle
2014-06-23
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-05-26
Add the allow_add_remove parameter to the get_serializer method
khamaileon
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-01-25
Fix typo in docstring for post_delete hook.
Rodolfo Henrique Carvalho
2013-12-13
Merge branch 'master' into 2.4.0
Tom Christie
2013-12-03
Adds pre_delete and post_delete hooks on
Pablo Recio
2013-10-24
Added get_filter_backends method
Yamila Moreno
2013-10-22
Merge pull request #1187 from ross/paginator_def_val
Tom Christie
2013-10-21
retract the default page stuff.
Ross McFarland
2013-10-21
Added . Closes #1188.
Tom Christie
2013-10-19
paginator should validate page and provide default
Ross McFarland
2013-10-04
support args on get_object_or_404
Henry Clifford
2013-09-25
Merge master
Tom Christie
2013-09-03
Added test for OPTIONS before object creation from a PUT
Edmond Wong
2013-08-30
Allow OPTIONS to retrieve PUT field metadata on empty objects
Edmond Wong
2013-08-30
Merge master
Tom Christie
2013-08-28
Tweak MAX_PAGINATE_BY behavior in edge case.
Tom Christie
2013-08-27
fix for python3
Alexander Akhmetov
2013-08-26
Added max_paginate_by parameter
Alexander Akhmetov
2013-08-21
Merge master
Tom Christie
2013-08-21
If page size query param <= 0, just use default page size.
Tom Christie
2013-08-21
If page size query param <= 0, just use default page size.
Tom Christie
2013-06-27
pending deprecations -> deprecated
Tom Christie
2013-06-12
Typo
inglesp
2013-06-05
Remove ConfigurationError in favor of Django's ImproperlyConfigured
Tom Christie
2013-05-28
Raise 404 on incorrect lookup type in URL, not 500. Closes #890.
Tom Christie
2013-05-24
Clean up OPTIONS implementation
Tom Christie
2013-05-07
Support for multiple filter classes
Tom Christie
2013-05-07
allow_empty -> pending deprecation in preference of overridden get_queryset.
Tom Christie
2013-04-30
Drop out attribute
Tom Christie
2013-04-29
Tweaks for preferring .queryset over .model
Tom Christie
2013-04-29
fields shortcut on views
Tom Christie
2013-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...
Tom Christie
2013-04-25
Simplify paginate_queryset method
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-04-24
Various clean up and lots of docs
Tom Christie
2013-04-23
Merge remove-django-generics
Tom Christie
2013-04-13
Allow overriding get_object to work correctly. Fixes #784
Tom Christie
2013-04-11
Simplify get_object
Tom Christie
2013-04-09
Cleaning up around bits of API that will be pending deprecation
Tom Christie
2013-04-09
Cleaning up around bits of API that will be pending deprecation
Tom Christie
2013-04-09
Cleaning up get_object and get_queryset
Tom Christie
[next]