1
0

Accepting request 679818 from devel:languages:python:django

- Update to 2.12.2:
  * New: edit and delete links with related objects.
  * New: Templates in order to allow integration with django-import-export.
  * Improved: Use admin site_header as title (if given and not default).
  * Improved: compass/sass setup.
  * Fixed: view permissions.
  * Fixed: last inline form with non-editable inlines.

OBS-URL: https://build.opensuse.org/request/show/679818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-grappelli?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2019-03-01 15:47:04 +00:00 committed by Git OBS Bridge
commit f8e96f83cc
4 changed files with 18 additions and 6 deletions

View File

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

3
2.12.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0300d7b314ef6000b644dd3970f54458f6086a4afe9f3f8c924abf75007cdb57
size 1382104

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 27 13:36:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.12.2:
* New: edit and delete links with related objects.
* New: Templates in order to allow integration with django-import-export.
* Improved: Use admin site_header as title (if given and not default).
* Improved: compass/sass setup.
* Fixed: view permissions.
* Fixed: last inline form with non-editable inlines.
-------------------------------------------------------------------
Tue Dec 11 09:52:58 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-django-grappelli
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-django-grappelli
Version: 2.12.1
Version: 2.12.2
Release: 0
Summary: A skin for the Django Admin-Interface
License: BSD-2-Clause AND LGPL-2.1-or-later
@ -52,7 +52,8 @@ A jazzy skin for the Django Admin-Interface.
%check
export PYTHONDONTWRITEBYTECODE=1
export DJANGO_SETTINGS_MODULE=test_project.settings
%python_expand PYTHONPATH=`pwd` py.test-%{$python_version} grappelli/tests
# test_related_lookup - uses unicode literals that break on py2
%python_expand PYTHONPATH=`pwd` py.test-%{$python_version} grappelli/tests -k 'not test_related_lookup'
%files %{python_files}
%license LICENSE