django-rest-framework/rest_framework/utils
Kevin Brown a772326112 Merged two DecimalValidator tests together
These two tests were previously added in
7d79cf35b7
but we have now discovered that there are not actually two separate
cases, there was just a  bug in the code that made it look that way.

This also removes a redundant check to see if `DecimalValidator` was
defined.
2016-01-04 10:22:17 -05:00
..
__init__.py XML cleanup 2013-02-22 19:46:47 +00:00
breadcrumbs.py Merge master 2015-07-23 15:28:29 +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 Use related_objects api for Django 1.9+ 2015-11-19 13:04:37 +01:00
representation.py Fix smart_repr() to also clean upper-case hex addresses. 2015-11-26 15:48:04 +02:00
serializer_helpers.py Updated NestedBoundField to also handle empty string when rendering its form 2015-11-26 17:07:57 +02:00
urls.py Fix compat issues 2015-01-16 20:30:46 +00:00