aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/compat.py
AgeCommit message (Expand)Author
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