1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/django/core
2007-02-26 17:33:27 +00:00
..
cache Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. 2007-02-11 23:50:35 +00:00
handlers Fixed #3187 -- Django will now look for the root URLconf as an attribute of the request object, if available. This lets middleware override the urlconf as needed. Thanks, Fredrik Lundh. 2006-12-26 14:40:33 +00:00
serializers Fixed #3390: the serializer can now contain forward references. Thanks, Russ. 2007-02-26 17:33:27 +00:00
servers Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in case of error. Thanks, Jared Kuolt 2006-12-07 03:04:22 +00:00
__init__.py
context_processors.py Fixed #2418 -- Fixed obsolete method call in PermLookupDict.__repr__. Thanks, 2006-09-23 08:35:10 +00:00
exceptions.py
handler.py
mail.py Fixed #3488: send_mail no longer uses settings in function default arguments. Thanks to Per Jonsson for the patch. 2007-02-25 16:29:09 +00:00
management.py Fixed #3390: the serializer can now contain forward references. Thanks, Russ. 2007-02-26 17:33:27 +00:00
paginator.py Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages with only a few items. Thanks, SmileyChris. 2006-11-07 04:44:27 +00:00
signals.py
template_loader.py
urlresolvers.py Teeny weeny optimization to RegexURLPattern.resolve() 2007-02-25 22:31:31 +00:00
validators.py Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEquals validator. Thanks, Steven Armstrong 2007-02-25 17:16:38 +00:00
xheaders.py Fixed bug in [3786]. django/core/xheaders.py no longer assumes request.user exists 2006-11-23 04:34:45 +00:00