django/django
Nicola Larosa fe54f06a61 Italian translation update
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-30 07:08:21 +00:00
..
bin
conf Italian translation update 2008-10-30 07:08:21 +00:00
contrib Fixed MySQLGeoField to create spatial indexes again. 2008-10-28 00:39:23 +00:00
core Fixed #9383 -- Don't open a network connection for sending email if there's 2008-10-24 04:38:43 +00:00
db Fixed #9307 -- Added the ability to pickle the Query class used by the Oracle 2008-10-24 09:36:22 +00:00
dispatch
forms Fixed #9462 -- Set the instance in an inline formset correctly so that None does not get passed through to the queryset. Thanks tobias and copelco for the ticket. 2008-10-28 20:01:03 +00:00
http Fixed #8278: fixed QueryDict.update(QueryDict). Thanks, julien. 2008-08-29 16:49:19 +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
template Fixed #8966 -- Changed is_safe for length_is filter to False, since its return value is a boolean, not a string. 2008-10-28 19:00:49 +00:00
templatetags
test Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE 2008-10-07 09:23:40 +00:00
utils Added some better error reporting and path handling when creating template paths. 2008-10-06 06:34:54 +00:00
views Moved the bulk of the shortcut() function in django/views/defaults.py to a new module, django/contrib/contenttypes/views.py. As a result, django/views/defaults.py no longer relies on django.contrib.contenttypes. Of course, the shortcut() function is still available in the former module, for backwards compatibility. See the new FutureBackwardsIncompatibleChanges wiki page. 2008-09-10 05:56:34 +00:00
__init__.py Update django.VERSION in trunk per previous discussion 2008-09-30 17:50:44 +00:00