pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django Changes 1.11.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/726b5436433c
branches:  trunk
changeset: 364646:726b5436433c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 03 11:10:41 2017 +0000

description:
Changes 1.11.3:

Bugfixes

Removed an incorrect deprecation warning about a missing renderer argument if a Widget.render() method accepts **kwargs.
Fixed a regression causing Model.__init__() to crash if a field has an instance only descriptor.
Fixed an incorrect DisallowedModelAdminLookup exception when using a nested reverse relation in list_filter.
Fixed admin?s FieldListFilter.get_queryset() crash on invalid input.
Fixed invalid HTML for a required AdminFileWidget.
Fixed model initialization to set the name of class-based model indexes for models that only inherit models.Model.
Fixed crash in admin?s inlines when a model has an inherited non-editable primary key.
Fixed QuerySet.union(), intersection(), and difference() when combining with an EmptyQuerySet.
Prevented Paginator?s unordered object list warning from evaluating a QuerySet.
Fixed the value of redirect_field_name in LoginView?s template context. It?s now an empty string (as it is for the original function-based login() view) if the corresponding parameter isn?t sent in a 
request (in particular, when the login page is accessed directly).
Prevented attribute values in the django/forms/widgets/attrs.html template from being localized so that numeric attributes (e.g. max and min) of NumberInput work correctly.
Removed casting of the option value to a string in the template context of the CheckboxSelectMultiple, NullBooleanSelect, RadioSelect, SelectMultiple, and Select widgets. In Django 1.11.1, casting 
was added in Python to avoid localization of numeric values in Django templates, but this made some use cases more difficult. Casting is now done in the template using the |stringformat:'s' filter.
Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False.
Fixed UnboundLocalError crash in RenameField with nonexistent field.
Fixed a regression preventing a model field?s limit_choices_to from being evaluated when a ModelForm is instantiated.

diffstat:

 www/py-django/Makefile |   4 ++--
 www/py-django/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 67fa6f7b1a0b -r 726b5436433c www/py-django/Makefile
--- a/www/py-django/Makefile    Mon Jul 03 11:08:29 2017 +0000
+++ b/www/py-django/Makefile    Mon Jul 03 11:10:41 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2017/06/02 07:19:55 adam Exp $
+# $NetBSD: Makefile,v 1.87 2017/07/03 11:10:41 adam Exp $
 
-DISTNAME=      Django-1.11.2
+DISTNAME=      Django-1.11.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r 67fa6f7b1a0b -r 726b5436433c www/py-django/distinfo
--- a/www/py-django/distinfo    Mon Jul 03 11:08:29 2017 +0000
+++ b/www/py-django/distinfo    Mon Jul 03 11:10:41 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.67 2017/06/02 07:19:55 adam Exp $
+$NetBSD: distinfo,v 1.68 2017/07/03 11:10:41 adam Exp $
 
-SHA1 (Django-1.11.2.tar.gz) = 842b70232e0a2e8fe14de6701f83e5f310cd192e
-RMD160 (Django-1.11.2.tar.gz) = 4c649e6ab6b591ca2398555e0f9cafbba63d3c95
-SHA512 (Django-1.11.2.tar.gz) = 0f1187fd03064b966241d6ed1a869d6f155af2598a7b9c8b2f902585265cb6df7236817e5f14907c362ce7420d08e881ff9461f14d673485be3b3e5c3d980e8e
-Size (Django-1.11.2.tar.gz) = 7865109 bytes
+SHA1 (Django-1.11.3.tar.gz) = 30f691c39fa47eed966f0a449c739d05ee74389e
+RMD160 (Django-1.11.3.tar.gz) = 9d03cd112869d9e3c11c7d1f4d7616aec002e9cb
+SHA512 (Django-1.11.3.tar.gz) = d016da12757ca724c8914f67d52dd30d83785fa082704479b85e5a673e2d2b799988ac233404bfb1ace3477d92087b228aeca388261aa7dc15f19904a69e540f
+Size (Django-1.11.3.tar.gz) = 7872014 bytes



Home | Main Index | Thread Index | Old Index