1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/django/core
2010-02-11 12:10:11 +00:00
..
cache Fixed #12189 -- Corrected rollback behavior in database cache backend. Thanks to Lakin Wecker for the report. 2010-02-11 12:10:11 +00:00
files Fixed non-standard introspection support in LazyObject. 2009-10-19 21:48:06 +00:00
handlers Fixed #6094 again -- fixed broken unit tests. Thanks, isagalaev 2010-01-10 18:48:08 +00:00
mail Modified the way EMAIL_BACKEND is specified to make it consistent with the new "use the class name" policy for backends. 2010-01-04 12:05:04 +00:00
management Fixed #11869 - Prevent deadlocks when calling gettext utilities on Windows. Also fixes #12783. Thanks Ramiro Morales and soulburner. 2010-02-05 00:44:56 +00:00
serializers Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
servers Added color configuration for HTTP 304, since it doesn't require as much attention as other 3XX codes. 2010-01-23 17:26:56 +00:00
__init__.py
context_processors.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
exceptions.py Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. 2010-01-12 02:29:45 +00:00
paginator.py
signals.py
template_loader.py
urlresolvers.py Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
validators.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
xheaders.py Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev 2010-01-10 16:51:13 +00:00