..
cache
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
checks
Fixed #20653 -- Renamed checksetup management command.
2013-06-25 09:37:54 +08:00
files
Fixed #13721 -- Added UploadedFile.content_type_extra.
2013-07-11 09:11:59 -04:00
handlers
Fixed missing initializations in WSGIRequest. Refs #20619
2013-06-26 14:36:25 +07:00
mail
Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()
2013-07-29 09:53:47 -04:00
management
Added support for IPython.start_ipython in shell
2013-07-30 10:22:41 -07:00
serializers
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
servers
Deprecated django.utils.importlib
2013-07-29 17:10:22 +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 #20687 -- Added documentation for django.core.signing API.
2013-07-03 10:36:21 -04:00
urlresolvers.py
Deprecated django.utils.importlib
2013-07-29 17:10:22 +02:00
validators.py
Fixed an email validation regression
2013-07-21 21:11:32 +02: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