django1/django/core
Marcelo Galigniana 9101adc8ba Removed unused branch in Paginator.validate_number().
Unused since 96cf3656c4.
2022-10-13 12:11:39 +02:00
..
cache Fixed #33826 -- Fixed RedisCache.set_many()/delete_many() crash with an empty list. 2022-07-06 10:45:52 +02:00
checks Refs #32987 -- Relaxed system check for template tag modules with the same name by turning into a warning. 2022-10-03 10:52:21 +02:00
files Fixed #32604 -- Made file upload respect group id when uploading to a temporary file. 2022-04-11 13:32:27 +02:00
handlers Fixed #29186 -- Fixed pickling HttpRequest and subclasses. 2022-09-14 13:04:34 +02:00
mail Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
management Fixed #34068 -- Corrected output of runserver command for "0" IP address. 2022-10-04 10:13:32 +02:00
serializers Fixed #33937 -- Optimized serialization of related m2m fields without natural keys. 2022-09-05 20:23:32 +02:00
servers Refs #25684 -- Removed double newline from request/response output of runserver. 2022-02-14 06:55:34 +01:00
__init__.py
asgi.py Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
exceptions.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
paginator.py Removed unused branch in Paginator.validate_number(). 2022-10-13 12:11:39 +02:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
signing.py Refs #27468 -- Updated django.core.signing docstring. 2022-02-17 10:01:41 +01:00
validators.py Fixed #34014 -- Fixed DecimalValidator validating 0 in positive exponent scientific notation. 2022-09-17 10:02:55 +02:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00