1
0
forked from pool/python-Django

Accepting request 290359 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/290359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=14
This commit is contained in:
2015-03-12 15:38:59 +00:00
committed by Git OBS Bridge
parent 17b5734b93
commit 17a16ece43
6 changed files with 81 additions and 68 deletions

View File

@@ -1,7 +1,20 @@
-------------------------------------------------------------------
Wed Mar 11 16:18:53 UTC 2015 - aplanas@suse.com
- Update to Djano 1.7.6:
Bugfixes
* Mitigated an XSS attack via properties in
"ModelAdmin.readonly_fields"
* Fixed crash when coercing "ManyRelatedManager" to a string
(#24352).
* Fixed a bug that prevented migrations from adding a foreign key
constraint when converting an existing field to a foreign key
(#24447).
-------------------------------------------------------------------
Fri Feb 27 14:36:46 UTC 2015 - aplanas@suse.com
- Update to Django 1.7.4:
- Update to Django 1.7.5:
Bugfixes
* Reverted a fix that prevented a migration crash when unapplying
contrib.contenttypes's or contrib.auth's first migration (#24075)