django1/django/core
Alasdair Nicol b289fcf1bf Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
..
cache Fixed #21147 -- Avoided time.time precision issue with cache backends. 2013-10-01 13:42:59 -04:00
checks Refs #21197 -- Clarified upgrade check message. 2013-10-08 10:00:39 +08:00
files Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
handlers Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
mail Whitespace cleanup. 2013-10-10 16:49:20 -04:00
management Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
serializers Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
servers Fixed "Address already in use" from liveserver. 2013-09-22 22:02:59 +02:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py Fixed #21266 -- Fixed E201,E202 pep8 warnings. 2013-10-14 18:12:00 -04:00
exceptions.py Removed several unused imports. 2013-06-19 17:18:40 +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 Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
urlresolvers.py Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
validators.py Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
wsgi.py Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. 2011-10-22 04:30:10 +00:00