pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul  3 11:10:41 UTC 2017

Modified Files:
        pkgsrc/www/py-django: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/py-django/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django/Makefile
diff -u pkgsrc/www/py-django/Makefile:1.86 pkgsrc/www/py-django/Makefile:1.87
--- pkgsrc/www/py-django/Makefile:1.86  Fri Jun  2 07:19:55 2017
+++ pkgsrc/www/py-django/Makefile       Mon Jul  3 11:10:41 2017
@@ -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}/

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.67 pkgsrc/www/py-django/distinfo:1.68
--- pkgsrc/www/py-django/distinfo:1.67  Fri Jun  2 07:19:55 2017
+++ pkgsrc/www/py-django/distinfo       Mon Jul  3 11:10:41 2017
@@ -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