django1/django/core
Anssi Kääriäinen 9f76ea1eaa Fixed #21375 -- related_name='+' clashed with other '+' names 2013-11-02 21:18:35 +02:00
..
cache Start attacking E231 violations 2013-10-24 10:30:03 -07:00
checks Refs #21197 -- Clarified upgrade check message. 2013-10-08 10:00:39 +08:00
files Fixed #21219 -- Added a way to set different permission for static files. 2013-10-24 17:40:01 -04:00
handlers Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
mail Undelete the login() call inadvertantly removed in 4e0a2fe59c 2013-10-25 11:23:19 +02:00
management Fixed #21375 -- related_name='+' clashed with other '+' names 2013-11-02 21:18:35 +02:00
serializers Fixed all the E203 violations 2013-10-26 18:27:42 -07: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 all the E203 violations 2013-10-26 18:27:42 -07:00
validators.py Fixed #12027 -- Fixed EmailValidator to reject a trailing dot. 2013-10-23 12:22:14 -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