django1/django
Malcolm Tredinnick ab69710de4 Fixed -- Handle auto-escaping correctly for empty columns in admin change
view.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-20 01:37:34 +00:00
..
bin Fixed -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it. 2007-11-19 05:59:58 +00:00
conf Fixed -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it. 2007-11-19 05:59:58 +00:00
contrib Fixed -- Handle auto-escaping correctly for empty columns in admin change 2007-11-20 01:37:34 +00:00
core Fixed -- Use `self.pages` and not `self._pages` in `_get_page_range` so that an exception is not raised if `self.page_range` is accessed before `self.pages`. 2007-11-19 06:10:23 +00:00
db Added the small changes necessary to make creating custom model fields easier. 2007-11-05 13:59:42 +00:00
dispatch Fixed -- Added a Jython workaround for some assumptions in the signal 2007-10-21 18:26:24 +00:00
forms Changed django.forms to remove duplicate code and import from django.oldforms instead 2006-12-22 01:44:34 +00:00
http Fixed -- Changed a few response processing paths to make things harder to get wrong and easier to get right. Previous behaviour wasn't buggy, but it was harder to use than necessary. 2007-11-11 03:55:44 +00:00
middleware Made some stylistic changes in `GZipMiddleware` and added some notes about IE, refs . 2007-11-19 03:41:46 +00:00
newforms Made use of `EMPTY_VALUES` in `ModelChoiceField.clean()`. 2007-11-19 04:07:03 +00:00
oldforms Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed 2007-11-14 12:58:53 +00:00
shortcuts Fixed -- Removed django.shortcuts.load_and_render, which was replaced a long time ago 2007-09-15 04:52:48 +00:00
template Fixed -- Treat string literals in template filter arguments as safe 2007-11-17 12:11:26 +00:00
templatetags Fixed -- Corrected a problem introduced in [6682]. 2007-11-18 03:36:03 +00:00
test Fixed -- Changed a few response processing paths to make things harder to get wrong and easier to get right. Previous behaviour wasn't buggy, but it was harder to use than necessary. 2007-11-11 03:55:44 +00:00
utils Fixed -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it. 2007-11-19 05:59:58 +00:00
views Fixed -- Added autoescaping for source code lines and local variables in 2007-11-20 01:37:16 +00:00
__init__.py Fixed -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00