forked from pool/python-Django
Accepting request 527627 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/527627 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=33
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 21:53:53 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- update to version 1.11.5
|
||||
* CVE-2017-12794: Possible XSS in traceback section of technical 500 debug page
|
||||
* Fixed GEOS version parsing if the version has a commit hash at the end (new
|
||||
in GEOS 3.6.2) (:ticket:`28441`).
|
||||
* Added compatibility for ``cx_Oracle`` 6 (:ticket:`28498`).
|
||||
* Fixed select widget rendering when option values are tuples (:ticket:`28502`).
|
||||
* Django 1.11 inadvertently changed the sequence and trigger naming scheme on
|
||||
Oracle. This causes errors on INSERTs for some tables if
|
||||
``'use_returning_into': False`` is in the ``OPTIONS`` part of ``DATABASES``.
|
||||
The pre-1.11 naming scheme is now restored. Unfortunately, it necessarily
|
||||
requires an update to Oracle tables created with Django 1.11.[1-4]. Use the
|
||||
upgrade script in :ticket:`28451` comment 8 to update sequence and trigger
|
||||
names to use the pre-1.11 naming scheme.
|
||||
* Added POST request support to ``LogoutView``, for equivalence with the
|
||||
function-based ``logout()`` view (:ticket:`28513`).
|
||||
* Omitted ``pages_per_range`` from ``BrinIndex.deconstruct()`` if it's ``None``
|
||||
(:ticket:`25809`).
|
||||
* Fixed a regression where ``SelectDateWidget`` localized the years in the
|
||||
select box (:ticket:`28530`).
|
||||
* Fixed a regression in 1.11.4 where ``runserver`` crashed with non-Unicode
|
||||
system encodings on Python 2 + Windows (:ticket:`28487`).
|
||||
* Fixed a regression in Django 1.10 where changes to a ``ManyToManyField``
|
||||
weren't logged in the admin change history (:ticket:`27998`) and prevented
|
||||
``ManyToManyField`` initial data in model forms from being affected by
|
||||
subsequent model changes (:ticket:`28543`).
|
||||
* Fixed non-deterministic results or an ``AssertionError`` crash in some
|
||||
queries with multiple joins (:ticket:`26522`).
|
||||
* Fixed a regression in ``contrib.auth``'s ``login()`` and ``logout()`` views
|
||||
where they ignored positional arguments (:ticket:`28550`).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 12:51:56 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
@@ -488,7 +521,7 @@ Wed Jan 27 15:25:25 UTC 2016 - aplanas@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 15:14:05 UTC 2015 - aplanas@suse.com
|
||||
|
||||
- update to 1.9
|
||||
- update to 1.9 (CVE-2016-7401, CVE-2015-8213)
|
||||
* https://docs.djangoproject.com/en/1.9/releases/1.9/
|
||||
* Performing actions after a transaction commit
|
||||
* Password validation
|
||||
|
||||
Reference in New Issue
Block a user