django1/django/core
Raffaele Salmaso 1435cfbe8d Fixed #23302 -- Added --name/-n option to makemigrations command 2014-09-02 21:09:18 -04:00
..
cache Fixed #22845 -- Correctly handled memcached default timeout value. 2014-06-16 16:34:00 -04:00
checks Add missing spaces to implicitly joined strings 2014-06-29 22:56:21 +01:00
files Clarified a comment in django.core.files.temp. 2014-08-29 07:27:15 -04:00
handlers Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal. 2014-08-29 10:12:03 -04:00
mail Fixed several typos in Django 2014-05-28 17:39:14 -07:00
management Fixed #23302 -- Added --name/-n option to makemigrations command 2014-09-02 21:09:18 -04:00
serializers Fixed several typos in Django 2014-05-28 17:39:14 -07:00
servers Fixed #21773 -- made daemon threads default in the development server. 2014-06-05 12:26:24 -04:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py Converted sql_queries into a lazily evaluated list. 2014-08-30 13:27:56 +02:00
exceptions.py Fixed #22915 -- Document backward incompatible changes in the ValidationError constructor. 2014-07-04 17:05:31 +07: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 #21483 -- Added WSGI environ to kwargs sent to request_started signal. 2014-08-29 10:12:03 -04:00
signing.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
urlresolvers.py Prevented reverse() from generating URLs pointing to other hosts. 2014-08-20 14:39:40 -04:00
validators.py Fixed #16617 -- Added 'value' to BaseValidator params. 2014-07-26 10:03:00 -04:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00