django-rest-framework/rest_framework
Ismael Jiménez Sánchez 99e8b4033e
feat: enforce Decimal type in min_value and max_value arguments of DecimalField (#8972)
* add warning when min_value and max_value are not decimal

* remove redundant module name in log

---------

Co-authored-by: ismaeljs <>
2023-05-09 20:50:29 +06:00
..
authtoken
locale Translations updated from transifex and compiled 2020-10-13 22:05:24 +02:00
management
schemas Replaced OrderedDict with dict (#8964) 2023-04-30 15:20:02 +06:00
static/rest_framework
templates/rest_framework
templatetags Replaced OrderedDict with dict (#8964) 2023-04-30 15:20:02 +06:00
utils Replaced OrderedDict with dict (#8964) 2023-04-30 15:20:02 +06:00
__init__.py
apps.py
authentication.py
checks.py
compat.py
decorators.py
documentation.py
exceptions.py
fields.py feat: enforce Decimal type in min_value and max_value arguments of DecimalField (#8972) 2023-05-09 20:50:29 +06:00
filters.py
generics.py
metadata.py Replaced OrderedDict with dict (#8964) 2023-04-30 15:20:02 +06:00
mixins.py
negotiation.py
pagination.py fix: fallback on CursorPagination ordering if unset on the view (#8954) 2023-05-02 06:55:59 +06:00
parsers.py
permissions.py
relations.py Replaced OrderedDict with dict (#8964) 2023-04-30 15:20:02 +06:00
renderers.py Replaced OrderedDict with dict (#8964) 2023-04-30 15:20:02 +06:00
request.py
response.py
reverse.py
routers.py Replaced OrderedDict with dict (#8964) 2023-04-30 15:20:02 +06:00
serializers.py Replaced OrderedDict with dict (#8964) 2023-04-30 15:20:02 +06:00
settings.py
status.py
test.py
throttling.py
urlpatterns.py
urls.py
validators.py
versioning.py
views.py
viewsets.py Replaced OrderedDict with dict (#8964) 2023-04-30 15:20:02 +06:00