django1/django/core
Ian Foote 9f3c691259 [1.7.x] Added missing spaces to implicitly joined strings
Backport of 4c39c270af from master
2014-06-30 07:12:52 -04:00
..
cache [1.7.x] Fixed #22845 -- Correctly handled memcached default timeout value. 2014-06-16 16:35:24 -04:00
checks [1.7.x] Added missing spaces to implicitly joined strings 2014-06-30 07:12:52 -04:00
files [1.7.x] Made the vendored NamedTemporaryFile work as a context manager. Refs #22680. 2014-06-12 14:15:31 -04:00
handlers [1.7.x] Fixed #22680 -- I/O operation on closed file. 2014-06-11 09:03:11 +02:00
mail [1.7.x] Fixed several typos in Django 2014-05-29 07:53:02 -04:00
management [1.7.x] Fixed #22487: Don't flush out data from before normal TestCases 2014-06-23 20:25:52 -07:00
serializers [1.7.x] Fixed several typos in Django 2014-05-29 07:53:02 -04:00
servers [1.7.x] Fixed several typos in Django 2014-05-29 07:53:02 -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 [1.7.x] Fixed #8033 -- Explained app registry error during translation setup 2014-06-23 09:37:38 +02: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 [1.7.x] Corrected many style guide violations that the newest version of flake8 catches 2014-04-21 07:50:43 -04:00
urlresolvers.py [1.7.x] Fixed #22486 -- Restored the ability to reverse views created using functools.partial. 2014-04-23 08:49:53 -04:00
validators.py [1.7.x] Fixed #22579 -- Corrected validation for email to reject trailing slash 2014-05-16 15:19:21 +02:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00