Hello community,
here is the log from the commit of package python-django-grappelli for
openSUSE:Factory checked in at 2015-05-07 09:22:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
and /work/SRC/openSUSE:Factory/.python-django-grappelli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-grappelli"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
2013-10-01 08:27:39.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-grappelli.new/python-django-grappelli.changes
2015-05-07 09:22:21.000000000 +0200
@@ -1,0 +2,41 @@
+Sun May 3 18:35:25 UTC 2015 - [email protected]
+
+- update to version 2.6.4:
+ * Fixed: Prepopulated fields with inlines.
+ * Fixed: Hide row if only hidden fields are given.
+ * Fixed: Background with pulldown handler.
+ * Fixed: Python to JSON Serialization with autocompletes with
+ non-automatic id.
+ * Fixed: Handled LookupError in RelatedLookup view with wrong
+ app_label/model_name.
+ * Fixed: Add link with changelist.
+ * Fixed: Error when constance needs a hidden field.
+ * Fixed: ID generation in the dashboard template app_list.html.
+ * Fixed: Breadcrumb links in the template change_password.html.
+ * Fixed: Use get_username to retrieve username, support custom
+ user models.
+ * Fixed: Sorting with dashboard when verbose_name_plural is not
+ given.
+ * Fixed: Removed site dependencies for admin doc views.
+- additional changes from version 2.6.3:
+ * New: Triggering change when input is changed in autocomplete.
+ * New: Blocks header, navigation, user-tools and
+ context-navigation with base.html.
+ * Fixed: Scrollbars with M2M (with some browsers).
+ * Improved: Removed note about order of STATICFILES_FINDERS from
+ the docs.
+- additional changes from version 2.6.2:
+ * Fixed: Tests with custom User model.
+ * Fixed: Removed _to_field from generic lookups.
+ * Fixed: Used user.pk instead of user.id with dashboard module.
+ * Fixed: Unique appconfig with grappelli.dashboard.
+ * Improved: Grappelli admin title is used for site title as well
+ (if given).
+ * Improved: Added block branding to base.html.
+- additional changes from version 2.6.1:
+ * First release of Grappelli which is compatible with Django 1.7
+- update project URL
+- remove executable bit from text files
+- delete sed call to fix end of line: not needed anymore
+
+-------------------------------------------------------------------
Old:
----
django-grappelli-2.4.6.tar.gz
New:
----
django-grappelli-2.6.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-grappelli.spec ++++++
--- /var/tmp/diff_new_pack.vzfVvt/_old 2015-05-07 09:22:24.000000000 +0200
+++ /var/tmp/diff_new_pack.vzfVvt/_new 2015-05-07 09:22:24.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-grappelli
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -15,10 +15,11 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: python-django-grappelli
-Version: 2.4.6
+Version: 2.6.4
Release: 0
-Url: http://code.google.com/p/django-grappelli/
+Url: http://django-grappelli.readthedocs.org/
Summary: A jazzy skin for the Django Admin-Interface
License: BSD-2-Clause and LGPL-2.1+
Group: Development/Languages/Python
@@ -40,8 +41,8 @@
%prep
%setup -q -n django-grappelli-%{version}
find -name *.orig -o -name .\* -type f -delete
-# Fix wrong-script-end-of-line-encoding.
-find -name 'de*.js' -print0 | xargs -0 sed -i 's|\r||'
+# drop executable bit
+find -type f -executable -print0 | xargs -0 chmod -x
%build
python setup.py build
++++++ django-grappelli-2.4.6.tar.gz -> django-grappelli-2.6.4.tar.gz ++++++
++++ 27126 lines of diff (skipped)