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
/
compat.py
Age
Commit message (
Expand
)
Author
2013-05-18
Move function to compat.
Ryan Kaskel
2013-05-05
Merge branch 'master' into 2.3
Tom Christie
2013-04-30
Catch ImproperlyConfigured exception in compat.py (fixes #803)
Danilo Bargen
2013-04-23
Merge remove-django-generics
Tom Christie
2013-04-10
Fix 1.3 compat issue. Closes #780
Tom Christie
2013-04-09
Minor cleaning up on View
Tom Christie
2013-03-29
Merge pull request #767 from tomchristie/fix-oauth2-token-only
Tom Christie
2013-03-28
Added force_text to compat
glic3rinu
2013-03-28
Remove oauth2-provider backends reference from compat.py
Pierre Dulac
2013-03-12
Clean up TokenHasReadWriteScope slightly
Tom Christie
2013-03-10
Add TokenHasReadWriteScope class for permissions based on scopes
Pierre Dulac
2013-03-07
Merge OAuth2 work.
Tom Christie
2013-03-07
Merge & clean OAuth support
Tom Christie
2013-03-06
Fix import errors
Pierre Dulac
2013-03-01
Improve the `django-oauth2-provider` import block
Pierre Dulac
2013-03-01
Add the OAuth2Authentication class
Pierre Dulac
2013-02-26
Move oauth2 and django-oauth-plus imports to compat and fix some minor issues
swistakm
2013-02-22
defusedxml for security fix.
Tom Christie
2013-02-14
Added a serializer TimeField
Andreas Pelme
2013-02-06
Purge naked excepts.
Marc Tamlyn
2013-02-04
Fix 2.6 compat
Tom Christie
2013-02-01
Py3k cleanup
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2013-01-03
Straight import is enough.
Xavier Ordoquy
2013-01-02
Move the urlparse lib compatibility to the compat file.
Xavier Ordoquy
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-30
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...
Andrew Hankinson
2012-12-19
urls, patterns, include imports move to compat to support incoming 1.3 thru 1...
Tom Christie
2012-12-16
Add 'patch' http method support to the Django View object
Andrew Hankinson
2012-12-11
Fix broken nested fields
Tom Christie
2012-11-23
52 tests passing. Refactored a few string / byte io.
Xavier Ordoquy
2012-11-22
Fixed python2.7 compat issue.
Xavier Ordoquy
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-11-18
fixed migration to support django 1.5
Jonas Liljestrand
2012-11-17
fixed bug
Jonas Liljestrand
2012-11-17
Moved function for getting correct user model to compat.py
Jonas Liljestrand
2012-11-14
fixed some typos
Stephan Groß
2012-11-09
Fixed typo on safe_mode markdown wrapper
glic3rinu
2012-11-07
Make filtering optional, and pluggable.
Tom Christie
2012-10-27
pep8
Tom Christie
2012-09-28
Fix serialization issue with Django 1.3
Tom Christie
2012-09-27
head method on views for Django 1.3. Fixes #228
Tom Christie
2012-09-27
Remove parse_qs from compat, now py2.5 support is dropped
Tom Christie
2012-09-27
Remove RequestFactory from compat (Now 1.2 is not supported)
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie