django1/django/core
Hajime Nakagami 8f75984c26 Quoted field names in cache db backend SQL.
On Firebird, 'value' is a reserved word and must be quoted.
2018-03-13 22:46:41 -04: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 #29140 -- Fixed EmailMessage crash when body is None. 2018-02-20 09:34:01 -05: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 Fixed #28893 -- Removed unnecessary dict.items() calls. 2017-12-06 17:17:59 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
exceptions.py Removed Python 2 comment in ValidationError. 2017-10-23 08:56:41 -04:00
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 Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Refs #27795 -- Replaced force_bytes() usage in django.core.signing. 2018-02-07 12:47:34 -05:00
validators.py Fixed #29065 -- Made django.core.validators only load Pillow if needed. 2018-01-30 09:42:23 -05:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00