django1/django
Malcolm Tredinnick d2a8bc5b40 Fixed #10681 -- Work around (by ignoring) invalid ETag headers.
This is a hack to work around problems in the Real World. Apparently, Opera
9.64 has been observed sending malformed headers. We now compromise our high
principles and simply ignore such bad behaviour.

Patch from Ivan Sagalaev.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-03 06:59:34 +00:00
..
bin Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report 2009-03-14 05:18:02 +00:00
conf Updated Polish translation 2009-03-31 07:54:48 +00:00
contrib Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`. 2009-04-02 16:50:44 +00:00
core Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set. While I was there, I fixed #10599 by re-raising the original error message, which is almost always a better idea. Thanks, Eric 2009-04-01 22:46:46 +00:00
db Fixed #9779: added support for relation detection to inspectdb under SQLite. Thanks, gabbott and ramiro. 2009-04-02 05:02:39 +00:00
dispatch Fixed #8285: signal handlers that aren't functions work under DEBUG. This slightly loosens the sanity check, but things that are valid under production shouldn't fail under debug. 2008-08-25 18:24:05 +00:00
forms Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman. 2009-04-02 00:01:15 +00:00
http Fixed #10184: QueryDicts with multiple values can now be safely pickled. Thanks, Alex Gaynor. 2009-03-31 05:14:13 +00:00
middleware Fixed #9199 -- We were erroneously only prepending "www" to the domain if we 2008-10-07 08:22:50 +00:00
shortcuts Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect shortcut. See the docs at topics/http/shortcuts for details. 2009-03-21 13:09:13 +00:00
template Fixed #9520: make the date filter fail silently for non-date values. Thanks, Andrew Badr and Eric Holscher. 2009-04-02 05:20:25 +00:00
templatetags Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
test Fixed #10676 -- Make transaction nop routine used during testing accept any args/kwargs it might be called with. Thanks seanl. 2009-03-31 13:04:28 +00:00
utils Fixed #10016: the cache middleware no longer vomits when handed long URLs. Thanks, Matt Croydon. 2009-04-01 18:19:32 +00:00
views Fixed #10681 -- Work around (by ignoring) invalid ETag headers. 2009-04-03 06:59:34 +00:00
__init__.py Bumped version for 1.1 beta. 2009-03-24 00:24:32 +00:00