django-rest-framework/rest_framework/utils
Tom Christie 9c996d7d2a Clean up existing deprecation warnings. (#4166)
* Add Meta.fields = '__all__' to serializer classes where required.
* Add explicit on_delete=models.CASCADE to ForeignKey fields.
* Use '.remote_field' and '.model' in preference to '.rel' and '.to' when inspecting model fields.
* Use new value_from_object in preference to internal _get_val_from_obj
2016-06-02 14:39:10 +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 Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
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