summaryrefslogtreecommitdiff
path: root/www/py-django
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-03 11:10:41 +0000
committeradam <adam@pkgsrc.org>2017-07-03 11:10:41 +0000
commitb9edb202f965ce50cb389a31c1cd20ff19cce9d7 (patch)
tree35caf028c5476befd3cb4ead4c5f285a7e3610ca /www/py-django
parent2f6c0d33e3f44fa3816ffdbb0b86c420dae689c4 (diff)
downloadpkgsrc-b9edb202f965ce50cb389a31c1cd20ff19cce9d7.tar.gz
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 (limited to 'www/py-django')
-rw-r--r--www/py-django/Makefile4
-rw-r--r--www/py-django/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index 472b590a08b..0f0ec634944 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -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 --git a/www/py-django/distinfo b/www/py-django/distinfo
index d8f1ddfa3cf..763379ff4a8 100644
--- a/www/py-django/distinfo
+++ b/www/py-django/distinfo
@@ -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