django-rest-framework/rest_framework
Petros Moisiadis c63ea01f4f Support User model in Django 1.4 that has not a USERNAME_FIELD attribute
Support User model in Django 1.4 that has not a USERNAME_FIELD attribute.
2015-05-19 19:05:50 +03:00
..
authtoken
locale
static/rest_framework
templates/rest_framework
templatetags
utils
__init__.py Bump version to 3.1.2 2015-05-13 09:44:15 +02:00
authentication.py Support User model in Django 1.4 that has not a USERNAME_FIELD attribute 2015-05-19 19:05:50 +03:00
compat.py Compatibility code for getting user model 2015-05-19 17:57:27 +03:00
decorators.py
exceptions.py
fields.py Use simpler dict.get() rather than try/except 2015-05-16 01:01:27 +10:00
filters.py
generics.py
metadata.py
mixins.py
models.py
negotiation.py Check AcceptHeaderVersioning with content negotiation in place 2015-04-23 14:19:39 +02:00
pagination.py
parsers.py
permissions.py Allow DjangoObjectPermissions to use views that define get_queryset 2015-05-13 14:26:44 +02:00
relations.py
renderers.py
request.py
response.py
reverse.py
routers.py
serializers.py Merge pull request #2798 from Boomerangz/depth-should-reduce 2015-04-27 16:22:22 +01:00
settings.py
status.py
test.py
throttling.py
urlpatterns.py
urls.py
validators.py
versioning.py
views.py Remove mention of Django's built-in ValidationError in docstring 2015-04-24 15:37:42 +02:00
viewsets.py