.. |
cache
|
Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gmail.com
|
2007-03-25 23:29:31 +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 #3741 -- Fixed serialization of GenericRelations. Thanks for the report, Alexander Solovyov.
|
2007-03-19 11:57:53 +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
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
context_processors.py
|
Fixed #2418 -- Fixed obsolete method call in PermLookupDict.__repr__. Thanks,
|
2006-09-23 08:35:10 +00:00 |
exceptions.py
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
handler.py
|
Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead.
|
2005-07-18 06:30:26 +00:00 |
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 #3822 -- Changed get_indexes_for_model() in django.core.management to quote index names. Thanks, Robin Breathe
|
2007-03-27 22:35:22 +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
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
template_loader.py
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
urlresolvers.py
|
Teeny weeny optimization to RegexURLPattern.resolve()
|
2007-02-25 22:31:31 +00:00 |
validators.py
|
Fixed #3410 -- Edited a few i18n markups for completeness and to remove some
|
2007-03-12 08:35:15 +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 |