django-rest-framework/rest_framework
Tom Christie b3253b4283 Remove .model usage in tests.
Remove the shortcut `.model` view attribute usage from test cases.
2014-08-29 12:35:53 +01:00
..
authtoken Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
static/rest_framework Made all color declarations in bootstrap-tweaks.css consistent 2014-08-22 10:12:52 +02:00
templates/rest_framework Validation errors in the rendered HTML fixed 2014-08-28 10:39:01 +02:00
templatetags Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
utils Resolve python3 linting issue 2014-08-19 14:11:26 +01:00
__init__.py 2.4 Release notes 2014-08-29 10:10:17 +01:00
authentication.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
compat.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
decorators.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
exceptions.py Merge branch 'master' into set-retry-after 2014-08-20 20:04:48 +04:00
fields.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
filters.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
generics.py Remove .model usage in tests. 2014-08-29 12:35:53 +01:00
mixins.py Remove pk_url_field, slug_url_field, slug_field. 2014-08-29 11:29:26 +01:00
models.py Move models.resolve_model to serializers._resolve_model 2014-01-13 11:47:44 -05:00
negotiation.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
pagination.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
parsers.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
permissions.py Deprecate .model in related routers/permissions 2014-08-20 17:15:46 +01:00
relations.py Remove pk_url_field, slug_url_field, slug_field. 2014-08-29 11:29:26 +01:00
renderers.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
request.py Resolve linting issues 2014-08-19 13:54:52 +01:00
response.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
reverse.py Cleanup imports 2013-02-04 20:55:35 +00:00
routers.py Deprecate .model in related routers/permissions 2014-08-20 17:15:46 +01:00
serializers.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
settings.py Remove filter_backend. 2014-08-29 10:48:40 +01:00
status.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
throttling.py Fix cache_throttle typo 2014-08-20 12:32:24 +01:00
urlpatterns.py Merge branch 'master' into 2.4.0 2013-12-13 16:32:34 +00:00
urls.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
views.py Merge branch 'master' into set-retry-after 2014-08-20 20:04:48 +04:00
viewsets.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00