django1/django/core
Ramiro Morales f73d04dda9 Removed 'cleanup' management command as per deprecation TL. 2013-06-28 21:48:16 -03:00
..
cache Fixed #9595 -- Allow non-expiring cache timeouts. 2013-05-18 15:39:42 +02:00
checks Fixed #20653 -- Renamed checksetup management command. 2013-06-25 09:37:54 +08:00
files Fixed #20486 -- Ensure that file_move_safe raises an error if the destination already exists. 2013-06-20 18:55:27 +08:00
handlers Fixed missing initializations in WSGIRequest. Refs #20619 2013-06-26 14:36:25 +07:00
mail Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
management Removed 'cleanup' management command as per deprecation TL. 2013-06-28 21:48:16 -03:00
serializers Removed several unused imports. 2013-06-19 17:18:40 +02:00
servers Fixed #18336 -- Doubled request_queue_size. 2013-04-28 10:47:07 +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 [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02: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 #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
urlresolvers.py Fixed #17076 -- When reversing a URL fails, inform the user which patterns were tried. 2013-06-14 10:26:30 +01:00
validators.py Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -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