django1/django/core
John Giannelos 8758a63ddb Fixed #24427 -- Stopped writing migration files in dry run mode when merging.
Also added display of migration to stdout when verbosity=3.
2015-03-16 14:04:37 -04:00
..
cache Fixed #12982 -- Added a get_or_set() method to the BaseCache backend. 2015-03-14 20:07:16 +02:00
checks Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check. 2015-02-09 19:16:07 -05:00
files Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
handlers Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URL 2015-03-08 15:48:27 +01:00
mail Fixed #24416 -- Added support for lazy email addresses. 2015-03-13 12:33:49 -04:00
management Fixed #24427 -- Stopped writing migration files in dry run mode when merging. 2015-03-16 14:04:37 -04:00
serializers Fixed #24320 - Used field.value_to_string() in serialization of foreign key. 2015-02-13 12:37:23 -05:00
servers Fixed typo in django.core.servers.basehttp message. 2015-02-19 19:31:49 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
exceptions.py Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
paginator.py Ensured that Paginator.page_range works the same on Python 2 and 3. 2014-08-03 21:10:00 +02:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign(). 2014-11-15 19:36:33 +01:00
urlresolvers.py Fixed #24122 -- Redirected to translated url after setting language 2015-03-13 16:46:40 +01:00
validators.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00