Hello community, here is the log from the commit of package python-Django for openSUSE:Factory checked in at 2016-02-11 12:32:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Django (Old) and /work/SRC/openSUSE:Factory/.python-Django.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Django" Changes: -------- --- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes 2015-12-09 22:30:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 2016-02-11 12:32:41.000000000 +0100 @@ -1,0 +2,92 @@ +Tue Feb 2 09:21:43 UTC 2016 - [email protected] + +- Update to 1.9.2 + Security issue + * User with "change" but not "add" permission can create objects for + ModelAdmin's with save_as=True + Backwards incompatible change + * .py-tpl files rewritten in project/app templates + Bugfixes + * Fixed a regression in ConditionalGetMiddleware causing + If-None-Match checks to always return HTTP 200 (#26024). + * Fixed a regression that caused the "user-tools" items to display + on the admin's logout page (#26035). + * Fixed a crash in the translations system when the current language + has no translations (#26046). + * Fixed a regression that caused the incorrect day to be selected + when opening the admin calendar widget for timezones from GMT+0100 + to GMT+1200 (#24980). + * Fixed a regression in the admin's edit related model popup that + caused an escaped value to be displayed in the select dropdown of + the parent window (#25997). + * Fixed a regression in 1.8.8 causing incorrect index handling in + migrations on PostgreSQL when adding db_index=True or unique=True + to a CharField or TextField that already had the other specified, + or when removing one of them from a field that had both, or when + adding unique=True to a field already listed in unique_together + (#26034). + * Fixed a regression where defining a relation on an abstract + model's field using a string model name without an app_label no + longer resolved that reference to the abstract model's app if + using that model in another application (#25858). + * Fixed a crash when destroying an existing test database on MySQL + or PostgreSQL (#26096). + * Fixed CSRF cookie check on POST requests when + USE_X_FORWARDED_PORT=True (#26094). + * Fixed a QuerySet.order_by() crash when ordering by a relational + field of a ManyToManyField through model (#26092). + * Fixed a regression that caused an exception when making database + queries on SQLite with more than 2000 parameters when DEBUG is + True on distributions that increase the SQLITE_MAX_VARIABLE_NUMBER + compile-time limit to over 2000, such as Debian (#26063). + * Fixed a crash when using a reverse OneToOneField in + ModelAdmin.readonly_fields (#26060). + * Fixed a crash when calling the migrate command in a test case with + the available_apps attribute pointing to an application with + migrations disabled using the MIGRATION_MODULES setting (#26135). + * Restored the ability for testing and debugging tools to determine + the template from which a node came from, even during template + inheritance or inclusion. Prior to Django 1.9, debugging tools + could access the template origin from the node via + Node.token.source[0]. This was an undocumented, private API. The + origin is now available directly on each node using the + Node.origin attribute (#25848). + * Fixed a regression in Django 1.8.5 that broke copying a + SimpleLazyObject with copy.copy() (#26122). + * Always included geometry_field in the GeoJSON serializer output + regardless of the fields parameter (#26138). + * Fixed the contrib.gis map widgets when using + USE_THOUSAND_SEPARATOR=True (#20415). + * Made invalid forms display the initial of values of their disabled + fields (#26129). + +------------------------------------------------------------------- +Wed Jan 27 15:25:25 UTC 2016 - [email protected] + +- Update to 1.9.1 + Bugfixes + * Fixed BaseCache.get_or_set() with the DummyCache backend (#25840). + * Fixed a regression in FormMixin causing forms to be validated + twice (#25548, #26018). + * Fixed a system check crash with nested ArrayFields (#25867). + * Fixed a state bug when migrating a SeparateDatabaseAndState + operation backwards (#25896). + * Fixed a regression in CommonMiddleware causing If-None-Match + checks to always return HTTP 200 (#25900). + * Fixed missing varchar/text_pattern_ops index on CharField and + TextField respectively when using AlterField on PostgreSQL + (#25412). + * Fixed admin’s delete confirmation page’s summary counts of related + objects (#25883). + * Added from __future__ import unicode_literals to the default + apps.py created by startapp on Python 2 (#25909). Add this line to + your own apps.py files created using Django 1.9 if you want your + migrations to work on both Python 2 and Python 3. + * Prevented QuerySet.delete() from crashing on MySQL when querying + across relations. + * Fixed evaluation of zero-length slices of QuerySet.values() + (#25894). + * ... + * https://docs.djangoproject.com/en/1.9/releases/1.9.1/ + +------------------------------------------------------------------- Old: ---- Django-1.9.tar.gz Django-1.9.tar.gz.asc New: ---- Django-1.9.2.tar.gz Django-1.9.2.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Django.spec ++++++ --- /var/tmp/diff_new_pack.FK7N5t/_old 2016-02-11 12:32:42.000000000 +0100 +++ /var/tmp/diff_new_pack.FK7N5t/_new 2016-02-11 12:32:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Django # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,7 +17,7 @@ Name: python-Django -Version: 1.9 +Version: 1.9.2 Release: 0 Summary: A high-level Python Web framework License: BSD-3-Clause ++++++ Django-1.9.tar.gz -> Django-1.9.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-Django/Django-1.9.tar.gz /work/SRC/openSUSE:Factory/.python-Django.new/Django-1.9.2.tar.gz differ: char 5, line 1 ++++++ Django-1.9.tar.gz.asc -> Django-1.9.2.tar.gz.asc ++++++ --- /work/SRC/openSUSE:Factory/python-Django/Django-1.9.tar.gz.asc 2015-12-09 22:30:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-Django.new/Django-1.9.2.tar.gz.asc 2016-02-11 12:32:41.000000000 +0100 @@ -2,7 +2,7 @@ Hash: SHA256 This file contains MD5, SHA1, and SHA256 checksums for the source-code -tarball and wheel files of Django 1.9, released December 1, 2015. +tarball and wheel files of Django 1.9.2, released February 1, 2016. To use this file, you will need a working install of PGP or other compatible public-key encryption software. You will also need to have @@ -24,40 +24,40 @@ Release packages: ================= -https://www.djangoproject.com/m/releases/1.9/Django-1.9.tar.gz -https://www.djangoproject.com/m/releases/1.9/Django-1.9-py2.py3-none-any.whl +https://www.djangoproject.com/m/releases/1.9/Django-1.9.2.tar.gz +https://www.djangoproject.com/m/releases/1.9/Django-1.9.2-py2.py3-none-any.whl MD5 checksums: ============== -f98b94b9911b397ea3794a05079cbc78 Django-1.9-py2.py3-none-any.whl -110389cf89196334182295165852e082 Django-1.9.tar.gz +72317fd693fe1c95b6192d25d8fcd323 Django-1.9.2-py2.py3-none-any.whl +ee90280973d435a1a6aa01b453b50cd1 Django-1.9.2.tar.gz SHA1 checksums: =============== -4a4cfb5798db65905c6d7a995321078c1227fa7f Django-1.9-py2.py3-none-any.whl -2bbf1ce45a030069b3a695db4b16d17783b86175 Django-1.9.tar.gz +9fd1d27833f0fc3109b417922dbbe387abd7c724 Django-1.9.2-py2.py3-none-any.whl +3b761b2ba6a098572e39545251caef565bba3d5f Django-1.9.2.tar.gz SHA256 checksums: ================= -e66d58bfeed3a5eb44f2af6d5f1b6a85d656c4180ebba63b692e58d29db2a716 Django-1.9-py2.py3-none-any.whl -05fe4b19a8778d4b48bbf1f4dfca3106881fea7982664553e7f7f861606f7c66 Django-1.9.tar.gz +cc2ee91769af012654ae4904b6704f2fa0cc6b283675869c2f2ed879eaba11e8 Django-1.9.2-py2.py3-none-any.whl +7a233322eeb35da5fd8315f9e5dd48f2171de43ca2cfb11b138607daa4bf8a2f Django-1.9.2.tar.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 -iQIcBAEBCAAGBQJWXjFoAAoJEB6Kvcdz7eJS0KYP/jS1L7OKG9khmpbDp/aLRxk4 -Byrwd1HQev7zGQkh8E1NWXi409fCk1/+lwxvq9Puay1CM5tMK6WmcUOU9++Hp5an -TwWYxfhdMbJmG1GkgGsC2CkytFAvLwsUzluKuLXrXy5WsrM4U5VaRQTNolkah+sE -4EWxUtRT8coClZ7zkkK5MCPs0JFux43JrRB2PQQLbroLTIYP7Z/MprEJ5E9V4CLj -qOxoq2O/4Jjj6kD4xSO+/Xz8vxhYB+IhgKyw/eEpYCdpGYHymArF31DAVAhFIUE6 -MGf7GhbXU7fSH22rIxyz8W6J66OI3bu0gs7Ne7mdzQgKzQWJPrMeGf5jewYRtaNA -04oO7ulmPBo6aMFF/Tj5JAE8vwNfZHMOR33Ad10TUIWvf/RoS4emiB3trMkgMm0Y -A3w0rawl6PaSe5d99HnC8/OXNJdA/StxeorVdySB+1Pce8Mja87UyXl8jlx5rmv+ -1xV7VZQxO2grEdTMLQez5OXg7ejE/IC31+O5ydr6DZJTbSOi8U7VrdZpN8glhY6W -AyUsRprfiLxXoCAZ3J9IabpB5ZGckC533efKUL/fRQCBm1ca3V+jBJqrQISqRKR0 -jEWw+GuZ7Q3lfs+5a+5uA84VEvDJI9wAUs8rdjs9h76/XqXBazPQtxO2uggg/EAS -SlnxRArJrcoWQ3ijImna -=yD6S +iQIcBAEBCAAGBQJWr5GIAAoJEB6Kvcdz7eJSkIYP/1YkC2VfkucQJTQjERmCH1S4 +EadRBshFDkmrGQInwTJ/F35XVlAATGT75MvjIQpPlNoYIpRZXpEU7sqcICY7pmNO +Und1ShCtPUnPzUpE5GL7e2yEoJHGWUwfP73ro9+uQQDDDFD6oe29d4X8zNQEQZpU +fl59rAbXo/dGsJQiSPwZstf6+B6ciiIoBsS8fMXzXWUHmq0QpfbIWegmWNVe5qFj +Ot3glje/HGofzGzFbUa9WgaPFDA30COdbvzeP0zoj71C1FsMVXtvrl4avpPxYG70 +tvOwmSKu72CfrpSm1fRAFDYINB6W+1+0S7nLwvOmdSvKX9k1LUQ70mxwGVmaHMiB +XSA7R59bJYM61y08KI8PQN6bkaLv0nIBkQG/eRP41yY/XbVFQ4SkNCJVvG7JZPzs +Op/D+ev3ao2qP8V3l2PYmhWtMoFgNstDFBRHe5IwiTuGHfxq8SMGfWSwPO26p/kU +fwN3HLWFBx752THRF1TjFFnA2DU5FFdqUjVVQDZsEli+5hJO61mguEdgKAXQ2dHU +bXZyIXySyzWTMjmmw/P948Qc+d3K8rGgBcCUVk8MToe0/ljqAMlrL3eYA1q26QBS +T7fA3ja6ypMyeT9s7701zoLzQ4RSF9I8bl+4RnvSVwCutx/VrCJ2GKIssxo8qqT0 +xTN+usqGuNs3yAOfYEen +=HrIA -----END PGP SIGNATURE-----
