django1/django
Malcolm Tredinnick 00f96de5d6 Tweaked [7082] and [7084] a little bit to also allow comment nodes prior to the extends tag.
This would be little less fiddly if we knew nodelist were always of type
NodeList, but they could be normal lists. Or if we merged successive TextNodes,
instead of appending them. Something to think about going forwards.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-05 23:41:48 +00:00
..
bin Fixed #5978 -- 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 #6531 -- Updated Argentinean Spanish translation from Ramiro Morales. 2008-02-03 04:36:49 +00:00
contrib Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. Good 2008-02-03 07:39:10 +00:00
core Fixed #6305 -- Always emit the got_request_exception signal, even when 2008-02-03 04:06:35 +00:00
db Fixed #5422 -- Added a `raw` parameter to model `pre_save` and `post_save` signals, based on patch from `graham.carlyle@maplecroft.net`. 2008-02-01 17:32:29 +00:00
dispatch Fixed #5664 -- 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 #5956 -- Added a better error description for non-ASCII HTTP headers. Patch from jvloothuis. 2007-12-17 08:05:51 +00:00
middleware Fixed #6480 -- Added application/pdf the list of content types we don't compress when sending to Internet Explorer. Thanks, Bastien Kleineidam. 2008-02-04 01:40:53 +00:00
newforms Fixed #6113 -- Added auto-escaping "safe" marking for the MultiWidget. Thanks, Martin Conte MacDonell. 2008-02-04 02:33:38 +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 #2359 2007-11-14 12:58:53 +00:00
shortcuts Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming. 2007-12-02 18:21:07 +00:00
template Tweaked [7082] and [7084] a little bit to also allow comment nodes prior to the extends tag. 2008-02-05 23:41:48 +00:00
templatetags Fixed #5969 -- Corrected a problem introduced in [6682]. 2007-11-18 03:36:03 +00:00
test Fixed #6479 -- Use settings.SESSION_COOKIE_NAME instead of hard-coded "sessionid" in the test client. Thanks, Bastian Kleineidam. 2008-02-03 01:37:29 +00:00
utils Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter. 2008-02-03 08:54:26 +00:00
views Fixed #6423 -- Don't fall in a hole in the debug screen if somebody raises an old-fashioned string exception. Thanks, guettli. 2008-02-03 02:24:56 +00:00
__init__.py Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00