1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/django/core
2018-03-16 10:54:34 +01:00
..
cache Quoted field names in cache db backend SQL. 2018-03-13 22:46:41 -04:00
checks Removed unnecessary setdefault() from CheckRegistry.register(). 2018-02-26 08:54:55 -05:00
files Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE. 2018-03-12 09:12:44 -04:00
handlers Fixed imports per isort 4.3.1. 2018-02-02 14:44:07 -05:00
mail Fixed hanging indentation in various code. 2018-03-16 10:54:34 +01:00
management Fixed #29133 -- Fixed call_command() crash if a required option is passed in options. 2018-03-02 12:25:08 -05:00
serializers Fixed #24607 -- Serialized natural keys in multi-table inheritance models. 2018-02-12 21:15:04 -05:00
servers
__init__.py
exceptions.py
paginator.py Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation warnings. 2018-02-05 11:42:47 -05:00
signals.py
signing.py Refs #27795 -- Replaced force_bytes() usage in django.core.signing. 2018-02-07 12:47:34 -05:00
validators.py
wsgi.py