Path to this page:
Subject: CVS commit: pkgsrc/www/py-django
From: Adam Ciarcinski
Date: 2016-01-03 11:56:29
Message id: 20160103105629.ACC9DFBB5@cvs.NetBSD.org
Log Message:
Changes 1.8.8:
Fixed incorrect unique_together field name generation by inspectdb.
Corrected __len query lookup on ArrayField for empty arrays.
Restored the ability to use custom formats from formats.py with \
django.utils.formats.get_format() and the date template filter.
Fixed a state bug when migrating a SeparateDatabaseAndState operation backwards.
Fixed missing varchar/text_pattern_ops index on CharField and TextField \
respectively when using AlterField on PostgreSQL.
Fixed a state bug when using an AlterModelManagers operation.
Fixed a regression which prevented using a language not in Djangoâs default \
language list (LANGUAGES).
django.views.decorators.cache.never_cache() now sends more persuasive headers \
(added no-cache, no-store, must-revalidate to Cache-Control) to better prevent \
caching. This fixes a problem where a page refresh in Firefox cleared the \
selected entries in the adminâs filter_horizontal and filter_vertical \
widgets, which could result in inadvertent data loss if a user didnât \
notice that and then submitted the form.
Fixed a regression in the admin which ignored line breaks in read-only fields \
instead of converting them to <br>.
Made loaddata skip disabling and enabling database constraints when it \
doesnât load any fixtures.
Fixed a crash in QuerySet.values()/values_list() after an annotate() and \
order_by() when values()/values_list() includes a field not in the order_by()
Files: