1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/django/core
Malcolm Tredinnick d8fdf4d7ac Fixed #9399 -- Added StopFutureHandlers to export list in file handling.
Thanks, George Vilches.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-08 09:31:30 +00:00
..
cache The database cache wasn't correctly handling expired keys. Fixed now. 2009-03-02 03:15:27 +00:00
files Fixed #9399 -- Added StopFutureHandlers to export list in file handling. 2009-03-08 09:31:30 +00:00
handlers
management Fixed #10381 -- Fixed some a machine-dependent test failure after r9921. 2009-03-04 04:53:15 +00:00
serializers Fixed #10240 -- Restored YAML serialization with Decimal objects that broke with r9823. Thanks Alex Gaynor for the report. 2009-02-12 02:54:39 +00:00
servers
__init__.py
context_processors.py
exceptions.py
mail.py Fixed #9214: EmailMessage now respects the From header instead of blindly using from_email. Thanks, Tai Lee. 2009-02-16 20:47:39 +00:00
paginator.py
signals.py
template_loader.py
urlresolvers.py In urlconfs, include() may now be used on an iterable of patterns instead of just a module string. Refs #6470 -- making the admin use a urlconf is much easier with this work done. Thanks, Alex Gaynor. 2009-01-10 22:54:20 +00:00
xheaders.py