aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/compat.py
AgeCommit message (Expand)Author
2013-05-18Move function to compat.Ryan Kaskel
2013-05-05Merge branch 'master' into 2.3Tom Christie
2013-04-30Catch ImproperlyConfigured exception in compat.py (fixes #803)Danilo Bargen
2013-04-23Merge remove-django-genericsTom Christie
2013-04-10Fix 1.3 compat issue. Closes #780Tom Christie
2013-04-09Minor cleaning up on ViewTom Christie
2013-03-29Merge pull request #767 from tomchristie/fix-oauth2-token-onlyTom Christie
2013-03-28Added force_text to compatglic3rinu
2013-03-28Remove oauth2-provider backends reference from compat.pyPierre Dulac
2013-03-12Clean up TokenHasReadWriteScope slightlyTom Christie
2013-03-10Add TokenHasReadWriteScope class for permissions based on scopesPierre Dulac
2013-03-07Merge OAuth2 work.Tom Christie
2013-03-07Merge & clean OAuth supportTom Christie
2013-03-06Fix import errorsPierre Dulac
2013-03-01Improve the `django-oauth2-provider` import blockPierre Dulac
2013-03-01Add the OAuth2Authentication classPierre Dulac
2013-02-26Move oauth2 and django-oauth-plus imports to compat and fix some minor issuesswistakm
2013-02-22defusedxml for security fix.Tom Christie
2013-02-14Added a serializer TimeFieldAndreas Pelme
2013-02-06Purge naked excepts.Marc Tamlyn
2013-02-04Fix 2.6 compatTom Christie
2013-02-01Py3k cleanupTom Christie
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...Tom Christie
2013-01-03Move the various compat things to the compat module.Xavier Ordoquy
2013-01-03Straight import is enough.Xavier Ordoquy
2013-01-02Move the urlparse lib compatibility to the compat file.Xavier Ordoquy
2013-01-02Merge remote-tracking branch 'reference/py3k' into p3kXavier Ordoquy
2012-12-30Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...Andrew Hankinson
2012-12-19urls, patterns, include imports move to compat to support incoming 1.3 thru 1...Tom Christie
2012-12-16Add 'patch' http method support to the Django View objectAndrew Hankinson
2012-12-11Fix broken nested fieldsTom Christie
2012-11-2352 tests passing. Refactored a few string / byte io.Xavier Ordoquy
2012-11-22Fixed python2.7 compat issue.Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-11-18fixed migration to support django 1.5Jonas Liljestrand
2012-11-17fixed bugJonas Liljestrand
2012-11-17Moved function for getting correct user model to compat.pyJonas Liljestrand
2012-11-14fixed some typosStephan Groß
2012-11-09Fixed typo on safe_mode markdown wrapperglic3rinu
2012-11-07Make filtering optional, and pluggable.Tom Christie
2012-10-27pep8Tom Christie
2012-09-28Fix serialization issue with Django 1.3Tom Christie
2012-09-27head method on views for Django 1.3. Fixes #228Tom Christie
2012-09-27Remove parse_qs from compat, now py2.5 support is droppedTom Christie
2012-09-27Remove RequestFactory from compat (Now 1.2 is not supported)Tom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie