django1/django/core
Marti Raudsepp fda55c71a8 Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table.
MigrationRecorder now assumes that if the django_migrations table
doesn't exist, then no migrations are applied.

Reverted documentation change from refs #23808.
2017-06-19 13:04:57 -04:00
..
cache Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
checks Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
files Fixed #26651 -- Kept original file suffix in TemporaryUploadedFile name 2017-06-05 18:55:44 +02:00
handlers Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
mail Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
management Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table. 2017-06-19 13:04:57 -04:00
serializers Replaced Model._get_pk_val() with pk property. 2017-06-05 15:20:34 -04:00
servers Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol 2017-02-23 09:04:53 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
exceptions.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
paginator.py Fixed #28284 -- Prevented Paginator's unordered object list warning from evaluating a QuerySet. 2017-06-13 08:13:17 -04:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Clarified HMAC usage in signing.dumps() docstring. 2017-02-28 09:35:41 -05:00
validators.py Fixed #28165 -- Ignored case in FileExtensionValidator's allowed_extensions. 2017-06-07 16:53:36 -04:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00