Accepting request 812886 from devel:languages:python:django

- Update to 2.14.2
 * Fixed: Django version (3.0) with docs and quickstart.
 * Fixed: Dashboard with metaclass.
 * Fixed: Missing variable in RelatedObjectLookups.
 * Fixed: Sortables with tuples when using StackedInlines.
 * Improved: Removed six dependency.
 * Improved: Changed bodyclass in order to allow adding more attributes.

OBS-URL: https://build.opensuse.org/request/show/812886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-grappelli?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2020-06-09 22:51:28 +00:00 committed by Git OBS Bridge
commit 5202521e1e
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22606ef9e767f50daa8cceeff3c5415b73508ebd385749520b57f382668eab6a
size 1756929

3
2.14.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:783bcc18d6b2b0017931474b2dcd1e3980d416dfcbe31be4d3b242f3430d39d2
size 1757181

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 9 11:11:56 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- Update to 2.14.2
* Fixed: Django version (3.0) with docs and quickstart.
* Fixed: Dashboard with metaclass.
* Fixed: Missing variable in RelatedObjectLookups.
* Fixed: Sortables with tuples when using StackedInlines.
* Improved: Removed six dependency.
* Improved: Changed bodyclass in order to allow adding more attributes.
-------------------------------------------------------------------
Thu Feb 20 08:15:15 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-grappelli
Version: 2.14.1
Version: 2.14.2
Release: 0
Summary: A skin for the Django Admin-Interface
License: BSD-2-Clause AND LGPL-2.1-or-later