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
2015-01-16
More pagination tests & cleanup
Tom Christie
2015-01-15
Tweaks, and add pagination controls for offset/limit.
Tom Christie
2015-01-13
API tweaks and pagination documentation
Tom Christie
2015-01-09
First pass at 3.1 pagination API
Tom Christie
2015-01-08
remove unused import
Craig Blaszczyk
2015-01-07
restore Django 404
Craig Blaszczyk
2015-01-07
prefer single quotes in source and double quotes in user visible strings; add...
Craig Blaszczyk
2015-01-07
use double quotes in user messages
Craig Blaszczyk
2015-01-07
use double quotes for user visible strings; end user visible strings in full ...
Craig Blaszczyk
2015-01-07
remove hardcoded page number
Craig Blaszczyk
2015-01-07
switch to using format strings in error messages; raise NotFound when paginat...
Craig Blaszczyk
2015-01-02
update error messages for language and consistency
Craig Blaszczyk
2015-01-02
fix spelling & grammar errors
Craig Blaszczyk
2014-12-17
Serializer API restrictions.
Tom Christie
2014-10-01
Use six.text_type instead of str everywhere
Tom Christie
2014-09-26
request.data attribute
Tom Christie
2014-09-24
OPTIONS support
Tom Christie
2014-09-12
Clean up relational fields queryset usage
Tom Christie
2014-09-11
no longer tightly coupled to private queryset API
Tom Christie
2014-09-11
no longer tightly coupled to private queryset API
Tom Christie
2014-09-05
Workin on
Tom Christie
2014-08-29
First pass
Tom Christie
2014-08-29
Remove unused imports.
Tom Christie
2014-08-29
`get_paginate_by` no longer takes optional `.queryset`
Tom Christie
2014-08-29
Remove deprecated generic views.
Tom Christie
2014-08-29
Minor tidy up.
Tom Christie
2014-08-29
Remove `.model` usage in tests.
Tom Christie
2014-08-29
Remove `page_size` argument.
Tom Christie
2014-08-29
Remove `pk_url_field`, `slug_url_field`, `slug_field`.
Tom Christie
2014-08-29
Remove `allow_empty`.
Tom Christie
2014-08-29
Remove `filter_backend`.
Tom Christie
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
[next]