Path to this page:
Subject: CVS commit: pkgsrc/www/py-django
From: Adam Ciarcinski
Date: 2015-11-06 09:38:29
Message id: 20151106083829.3801198@cvs.netbsd.org
Log Message:
Django 1.8.6 adds official support for Python 3.5 and fixes several bugs in 1.8.5:
Fixed a regression causing ModelChoiceField to ignore prefetch_related() on its \
queryset.
Allowed âmode=memoryâ in SQLite test database name if supported.
Fixed system check crash on ForeignKey to abstract model.
Fixed incorrect queries when you have multiple ManyToManyFields on different \
models that have the same field name, point to the same model, and have their \
reverse relations disabled.
Allowed filtering over a RawSQL annotation.
Made the Concat database function idempotent on SQLite.
Avoided a confusing stack trace when starting runserver with an invalid \
INSTALLED_APPS setting.
Made deferred models use their proxied modelâs _meta.apps for caching and \
retrieval. This prevents any models generated in data migrations using \
QuerySet.defer() from leaking to test and application code.
Fixed a typo in the name of the strictly_above PostGIS lookup.
Fixed crash with contrib.postgres.forms.SplitArrayField and IntegerField on \
invalid value.
Added a helpful error message when Django and South migrations exist in the same \
directory.
Fixed a regression in URLValidator that allowed URLs with consecutive dots in \
the domain section (like http://example..com/) to pass.
Fixed a crash with GenericRelation and BaseModelAdmin.to_field_allowed.
Files: