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
Age
Commit message (
Expand
)
Author
2015-01-27
Clone the versioning_scheme when necessary. Fixes #2477
Brandon Cazander
2015-01-26
Set a version attribute on cloned requests if necessary.
Brandon Cazander
2015-01-24
Use enhanced request when cloning requests for checking permissions on other ...
Brandon Cazander
2015-01-23
Add 1.8 support
Tom Christie
2015-01-23
Merge master
Tom Christie
2015-01-23
More sensible response caching.
Tom Christie
2015-01-23
More graceful handling of malformed Content-Disposition
Tom Christie
2015-01-23
Work around meta API differences
Tom Christie
2015-01-22
Add paging controls
Tom Christie
2015-01-22
Cursor pagination now works with OrderingFilter
Tom Christie
2015-01-22
Support ordering attribute either on view or on pagination class for CursorPa...
Tom Christie
2015-01-22
Support for tuple ordering in cursor pagination
Tom Christie
2015-01-22
Python 3 fixes for cursor pagination
Tom Christie
2015-01-22
Fix for python 3
Tom Christie
2015-01-22
Tidy up cursor tests and make more comprehensive
Tom Christie
2015-01-22
Tests for reverse pagination
Tom Christie
2015-01-22
Add support for reverse cursors
Tom Christie
2015-01-21
Merge branch 'version-3.1' into cursor-pagination
Tom Christie
2015-01-21
Owned by import *
Xavier Ordoquy
2015-01-21
Workaround Django issue 24198.
Xavier Ordoquy
2015-01-21
Do not render HTML output for hidden fields. Closes #2410.
Tom Christie
2015-01-21
Make ReturnDict cachable. Closes #2360.
Tom Christie
2015-01-21
Merge master
Tom Christie
2015-01-21
Allow missing fields option for inherited serializers. Closes #2388.
Tom Christie
2015-01-19
Merge branch 'version-3.1' into cursor-pagination
Tom Christie
2015-01-19
NotImplemented -> NotImplementedError
Tom Christie
2015-01-19
Merge master
Tom Christie
2015-01-19
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2015-01-19
NotImplemented -> NotImplementedError
Tom Christie
2015-01-19
Drop trailing whitespace on indented JSON output. Closes #2429.
Tom Christie
2015-01-19
NotImplemented is not an exception
Alexander Dutton
2015-01-19
ReturnDict and ReturnList repr as standard dict/list. Closes #2421.
Tom Christie
2015-01-19
Handle UUID objects in JSONEncoder. Closes #2433.
Tom Christie
2015-01-19
Fix timedelta JSON serialization on Python 2.6.
Fabien Bochu
2015-01-19
Add offset support for cursor pagination
Tom Christie
2015-01-17
Cleaning up cursor implementation
Tom Christie
2015-01-17
First pass at cursor pagination
Tom Christie
2015-01-16
Fix compat issues
Tom Christie
2015-01-16
More pagination tests & cleanup
Tom Christie
2015-01-15
Tests for LimitOffsetPagination
Tom Christie
2015-01-15
Flake 8 fixes
Tom Christie
2015-01-15
Tweaks, and add pagination controls for offset/limit.
Tom Christie
2015-01-14
Tweaks
Tom Christie
2015-01-14
Include pagination control in browsable API
Tom Christie
2015-01-14
Include paragraph around view description in browable API
Tom Christie
2015-01-14
Include paragraph around view description in browable API
Tom Christie
2015-01-14
Preserve ordering on relationship drop-down choices. Closes #2408.
Tom Christie
2015-01-13
API tweaks and pagination documentation
Tom Christie
2015-01-12
Merge pull request #2399 from askholme/master
Tom Christie
2015-01-12
Fix error when NUM_PROXIES is greater than one
José Padilla
[next]