Path to this page:
Subject: CVS commit: pkgsrc/www/py-django
From: Adam Ciarcinski
Date: 2016-05-07 09:51:52
Message id: 20160507075152.93FDDFBBA@cvs.NetBSD.org
Log Message:
Changes 1.9.6:
Bugfixes:
---------
Added support for relative path redirects to the test client and to \
SimpleTestCase.assertRedirects() because Django 1.9 no longer converts redirects \
to absolute URIs.
Fixed TimeField microseconds round-tripping on MySQL and SQLite.
Prevented makemigrations from generating infinite migrations for a model field \
that references a functools.partial.
Fixed a regression where SessionBase.pop() returned None rather than raising a \
KeyError for nonexistent values.
Fixed a regression causing the cached template loader to crash when using \
template names starting with a dash.
Restored conversion of an empty string to null when saving values of \
GenericIPAddressField on SQLite and MySQL.
Fixed a makemessages regression where temporary .py extensions were leaked in \
source file paths
Files: