1
0
forked from pool/python-Django

Accepting request 283565 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/283565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=12
This commit is contained in:
2015-02-01 11:30:09 +00:00
committed by Git OBS Bridge
parent 4cc7cf9001
commit 778beb31e5
6 changed files with 86 additions and 68 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 30 15:13:10 UTC 2015 - aplanas@suse.com
- Update to Django 1.7.4:
Bugfixes
* Fixed a migration crash when unapplying ``contrib.contenttypes``s
or ``contrib.auth``s first migration (:ticket:`24075`).
* Made the migration's ``RenameModel`` operation rename
``ManyToManyField`` tables (:ticket:`24135`).
* Fixed a migration crash on MySQL when migrating from a
``OneToOneField`` to a ``ForeignKey`` (:ticket:`24163`).
* Prevented the ``static.serve`` view from producing
``ResourceWarning``\s in certain circumstances (security fix
regression, :ticket:`24193`).
* 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 behavior. (:ticket:`24104`).
-------------------------------------------------------------------
Wed Jan 14 07:57:46 UTC 2015 - mcihar@suse.cz