Path to this page:
Subject: CVS commit: pkgsrc/www/py-django
From: Adam Ciarcinski
Date: 2015-01-28 07:41:31
Message id: 20150128064131.1935F98@cvs.netbsd.org
Log Message:
Changes 1.7.4:
* Fixed a migration crash when unapplying contrib.contenttypesâs or \
contrib.authâs first migration.
* Made the migrationâs RenameModel operation rename ManyToManyField tables.
* Fixed a migration crash on MySQL when migrating from a OneToOneField to a \
ForeignKey.
* Prevented the static.serve view from producing ResourceWarnings in certain \
circumstances.
* Fixed schema check for ManyToManyField to look for internal type instead of \
checking class instance, so you can write custom m2m-like fields with the same \
behaviour.
Files: