1
0
forked from pool/python-Django

Accepting request 292422 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/292422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=15
This commit is contained in:
2015-03-25 09:00:42 +00:00
committed by Git OBS Bridge
parent 17a16ece43
commit d0fe552a4a
6 changed files with 82 additions and 67 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Mar 23 10:51:37 UTC 2015 - mcihar@suse.cz
- Update to Django 1.7.7:
Security issues:
* Denial-of-service possibility with strip_tags()
* Mitigated possible XSS attack via user-supplied redirect URLs
Bugfixes:
* Fixed renaming of classes in migrations where renaming a subclass would
cause incorrect state to be recorded for objects that referenced the
superclass (#24354).
* Stopped writing migration files in dry run mode when merging migration
conflicts. When makemigrations --merge is called with verbosity=3 the
migration file is written to stdout (:ticket: 24427).
-------------------------------------------------------------------
Wed Mar 11 16:18:53 UTC 2015 - aplanas@suse.com