0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django/core
2009-05-12 21:45:03 +00:00
..
cache Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrts. 2009-04-01 17:05:19 +00:00
files Fixed #11055: fixed a regression in [10717] that caused uploaded files to have incorrectly set file pointers. They're now, as before, reset to the beginning upon successful upload. 2009-05-11 10:13:43 +00:00
handlers Reverted [10346] because it effectively breaks USE_I18N by forcing import of translation before settings are ready. 2009-04-01 21:58:38 +00:00
management Fixed #9751: admin scripts now calculate the project directory correctly when the settings module is a directory with an `__init__.py`. Thanks to Eric Holscher. 2009-05-12 21:45:03 +00:00
serializers Fixed #9522 -- Modified handling of values in base serializer so that field subclasses can define their own value_to_string() method for serialization. Thanks to Alex Koshelev for the report and initial patch. 2009-04-13 12:35:49 +00:00
servers Fixed #9659: fixed wsgi.file_wrapper in the builtin server. Thanks, mitsuhiko. 2009-05-07 15:39:06 +00:00
__init__.py
context_processors.py No, really: PermWrapper is not iterable. Fixes #8182. 2008-08-09 15:38:44 +00:00
exceptions.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
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 Removed several deprecated features for 1.0 (refs #7830): 2008-08-02 04:56:11 +00: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
template_loader.py
urlresolvers.py Fixed #10065 -- Corrected an error message when an empty urlpattern object is provided. Thanks to Matthew Flanagan for the patch. 2009-04-04 06:54:56 +00:00
xheaders.py