django1/django/core
Huu Nguyen f7a78f9bba Fixed #22791 -- Invoke interactive questioner only for conflicts in specified apps.
Thanks bendavis78 for the report and Tim Graham for the review.
2014-07-14 11:00:49 -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 Made the vendored NamedTemporaryFile work as a context manager. Refs #22680. 2014-06-12 08:07:34 +07:00
handlers Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised and DEBUG=True 2014-06-24 08:55:36 -04:00
mail Fixed several typos in Django 2014-05-28 17:39:14 -07:00
management Fixed #22791 -- Invoke interactive questioner only for conflicts in specified apps. 2014-07-14 11:00:49 -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 More attacking E302 violators 2013-11-02 13:12:09 -07:00
exceptions.py Fixed #22915 -- Document backward incompatible changes in the ValidationError constructor. 2014-07-04 17:05:31 +07:00
paginator.py Fixed #19938 -- Consumed iterator only once in paginator's Page 2013-05-25 16:27:26 +02:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00: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 Fixed #22223 -- Prevented over-escaping URLs in reverse() 2014-07-09 09:54:34 +02:00
validators.py Corrected domain max length for EmailValidator; refs #20631. 2014-07-04 20:50:28 -04:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00