1
0
forked from pool/python-Django

Accepting request 622355 from devel:languages:python:django

OBS-URL: https://build.opensuse.org/request/show/622355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=39
This commit is contained in:
2018-07-13 08:22:31 +00:00
committed by Git OBS Bridge
parent 8d11c3b7c1
commit e6fa74722d
7 changed files with 217 additions and 116 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Jul 2 13:15:55 UTC 2018 - aplanas@suse.com
- update to version 2.0.7:
* Fixed admin changelist crash when using a query expression without
asc() or desc() in the pages ordering (#29428).
* Fixed admin check crash when using a query expression in
ModelAdmin.ordering (#29428).
* Fixed __regex and __iregex lookups with MySQL 8 (#29451).
* Fixed migrations crash with namespace packages on Python 3.7
(#28814).
- update to version 2.0.6
* Fixed a regression that broke custom template filters that use
decorators (#29400).
* Fixed detection of custom URL converters in included patterns
(#29415).
* Fixed a regression that added an unnecessary subquery to the GROUP
BY clause on MySQL when using a RawSQL annotation (#29416).
* Fixed WKBWriter.write() and write_hex() for empty polygons on GEOS
3.6.1+ (#29460).
* Fixed a regression in Django 1.10 that could result in large
memory usage when making edits using ModelAdmin.list_editable
(#28462).
- update to version 2.0.5
* Corrected the import paths that inspectdb generates for
django.contrib.postgres fields (#29307).
* Fixed a regression in Django 1.11.8 where altering a field with a
unique constraint may drop and rebuild more foreign keys than
necessary (#29193).
* Fixed crashes in django.contrib.admindocs when a view is a
callable object, such as django.contrib.syndication.views.Feed
(#29296).
* Fixed a regression in Django 1.11.12 where QuerySet.values() or
values_list() after combining an annotated and unannotated
queryset with union(), difference(), or intersection() crashed due
to mismatching columns (#29286).
-------------------------------------------------------------------
Sat Apr 7 19:21:18 UTC 2018 - tbechtold@suse.com