From 13000e2e784cf835977ae90353c1b25493df84ef1b24fb8ac7673284b2970453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Jun 2020 11:17:29 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python:django/python-django-grappelli?expand=0&rev=14 --- 2.14.1.tar.gz | 3 --- 2.14.2.tar.gz | 3 +++ python-django-grappelli.changes | 11 +++++++++++ python-django-grappelli.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 2.14.1.tar.gz create mode 100644 2.14.2.tar.gz diff --git a/2.14.1.tar.gz b/2.14.1.tar.gz deleted file mode 100644 index ee041f0..0000000 --- a/2.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22606ef9e767f50daa8cceeff3c5415b73508ebd385749520b57f382668eab6a -size 1756929 diff --git a/2.14.2.tar.gz b/2.14.2.tar.gz new file mode 100644 index 0000000..3484de2 --- /dev/null +++ b/2.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783bcc18d6b2b0017931474b2dcd1e3980d416dfcbe31be4d3b242f3430d39d2 +size 1757181 diff --git a/python-django-grappelli.changes b/python-django-grappelli.changes index 4a71ab0..63d57fd 100644 --- a/python-django-grappelli.changes +++ b/python-django-grappelli.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 9 11:11:56 UTC 2020 - Ondřej Súkup + +- 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 diff --git a/python-django-grappelli.spec b/python-django-grappelli.spec index 32576af..90b91f5 100644 --- a/python-django-grappelli.spec +++ b/python-django-grappelli.spec @@ -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