django-rest-framework/tests/browsable_api
Tom Christie 994e1ba927 Django 1.10 support. (#4158)
* Added TEMPLATES setting to tests
* Remove deprecated view-string in URL conf
* Replace 'urls = ...' in test classes with override_settings('ROOT_URLCONF=...')
* Refactor UsingURLPatterns to use override_settings(ROOT_URLCONF=...) style
* Get model managers and names in a version-compatible manner.
* Apply override_settings to a TestCase, not a mixin class
* Use '.callback' property instead of private attributes when inspecting urlpatterns
* Pass 'user' to template explicitly
* Correct sorting of import statements.
* Remove unused TEMPLATE_LOADERS setting, in favor of TEMPLATES.
* Remove code style issue
* BaseFilter test requires a concrete model
* Resolve tox.ini issues
* Resolve isort differences between local and tox environments
2016-06-01 15:31:00 +01:00
..
__init__.py Remove Login Dropdown when Auth Views are not registered. 2014-09-02 14:53:37 +02:00
auth_urls.py Sort imports with isort 2015-06-25 16:55:51 -04:00
no_auth_urls.py Sort imports with isort 2015-06-25 16:55:51 -04:00
test_browsable_api.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
test_browsable_nested_api.py Fix warnings when running tests (#4047) 2016-04-11 14:13:11 +01:00
views.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00