django1/django/core
Andrew Godwin c7bf4c27a0 Allow squashing of squashed migrations 2013-11-06 15:27:08 +00:00
..
cache Fixed all E226 violations 2013-11-03 10:08:55 -08:00
checks More attacking E302 violators 2013-11-02 13:12:09 -07:00
files Fixed all E226 violations 2013-11-03 10:08:55 -08:00
handlers Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
mail More attacking E302 violators 2013-11-02 13:12:09 -07:00
management Allow squashing of squashed migrations 2013-11-06 15:27:08 +00:00
serializers More attacking E302 violators 2013-11-02 13:12:09 -07:00
servers More attacking E302 violators 2013-11-02 13:12:09 -07: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 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 all E226 violations 2013-11-03 10:08:55 -08:00
validators.py Fixed all E261 warnings 2013-11-02 18:20:39 -04: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