1
0
forked from pool/python-Django

- Update to 2.2.4:

* CVE-2019-14232 CVE-2019-14233 CVE-2019-14234 CVE-2019-14235
  * Fixed a regression in Django 2.2 when ordering a QuerySet.union(), intersection(), or difference() by a field type present more than once results in the wrong ordering being used (#30628).
  * Fixed a migration crash on PostgreSQL when adding a check constraint with a contains lookup on DateRangeField or DateTimeRangeField, if the right hand side of an expression is the same type (#30621).
  * Fixed a regression in Django 2.2 where auto-reloader crashes if a file path contains nulls characters ('\x00') (#30506).
  * Fixed a regression in Django 2.2 where auto-reloader crashes if a translation directory cannot be resolved (#30647).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=35
This commit is contained in:
Tomáš Chvátal
2019-08-01 11:30:44 +00:00
committed by Git OBS Bridge
parent 1975509111
commit e6d42316c4
6 changed files with 76 additions and 67 deletions

View File

@@ -23,7 +23,7 @@
%define skip_python2 1
Name: python-Django
# We want support LTS versions of Django - odd numbered 2.2 -> 2.4 -> 2.6 -> 3.0 etc
Version: 2.2.3
Version: 2.2.4
Release: 0
Summary: A high-level Python Web framework
License: BSD-3-Clause