1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/django/core
Malcolm Tredinnick 7c33cc7f5e Fixed #7398 -- Allow for custom cache-backends to be used.
Based on a patch from Lau Bech Lauritzen and Brenton Simpson.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-25 18:51:32 +00:00
..
cache Fixed #7398 -- Allow for custom cache-backends to be used. 2008-07-25 18:51:32 +00:00
files Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00
handlers Fixed #7871 -- Added some more bullet-proofing in PATH_INFO determination, 2008-07-21 22:13:56 +00:00
management Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00
serializers Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to SmileyChris, Chris Green, Fredrik Lundh and others for patches and design help 2008-07-18 03:47:27 +00:00
servers Fixed #6647 -- Add some more robustness to the development web server. 2008-06-30 11:32:50 +00:00
__init__.py
context_processors.py Fixed #7072 -- More logical and robust language settings in the i18n context processor. 2008-07-06 05:25:55 +00:00
exceptions.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
mail.py Fixed #7655 -- Added two assertions to mail.py to help people debug a common problem (sending strings instead of lists/tuples for 'to' or 'bcc'). Thanks, guettli 2008-07-08 01:56:01 +00:00
paginator.py Fixed #7307 -- Split InvalidPage exception into two subclasses, PageNotAnInteger and EmptyPage, for granular exception catching. Thanks for the idea, miracle2k 2008-07-08 02:20:48 +00:00
signals.py
template_loader.py
urlresolvers.py Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or 2008-07-21 07:57:10 +00:00
validators.py Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to SmileyChris, Chris Green, Fredrik Lundh and others for patches and design help 2008-07-18 03:47:27 +00:00
xheaders.py Fixed #4933 -- Fixed a typo and reformatted a fairly long line in passing. Thanks, Ludvig Ericson. 2007-08-12 10:29:59 +00:00