django-rest-framework/rest_framework/utils
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 XML cleanup 2013-02-22 19:46:47 +00:00
breadcrumbs.py Merge pull request #3273 from olliewalsh/breadcrumbs_view_name 2016-03-23 01:10:13 +01:00
encoders.py Sort imports with isort 2015-06-25 16:55:51 -04:00
field_mapping.py Merged two DecimalValidator tests together 2016-01-04 10:22:17 -05:00
formatting.py Remove Django 1.4 compat code 2015-08-07 00:02:29 +02:00
html.py Fix nested HTML dictionaries. Closes #3314. 2015-09-03 11:23:58 +01:00
humanize_datetime.py Fleshing out serializer fields 2014-09-09 17:46:28 +01:00
mediatypes.py Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
model_meta.py Remove old django checks from tests and compat 2016-02-19 01:47:45 +05:30
representation.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
serializer_helpers.py Fix typos in ReturnDict and ReturnList docstrings 2016-05-16 20:39:13 -04:00
urls.py Fix compat issues 2015-01-16 20:30:46 +00:00