diff options
author | adam <adam@pkgsrc.org> | 2017-06-02 07:19:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-06-02 07:19:55 +0000 |
commit | 265768913d2ec0335b191d2c78bee737deb76420 (patch) | |
tree | b8d88f4c8348dd4be7fda8fa4c03454f8bcd369e /www | |
parent | 59f1842872328605fa79c0fdd22e3bd370797c74 (diff) | |
download | pkgsrc-265768913d2ec0335b191d2c78bee737deb76420.tar.gz |
Django 1.11.2 release notes
Django 1.11.2 adds a minor feature and fixes several bugs in 1.11.1. Also, the latest string translations from Transifex are incorporated.
Minor feature:
* The new LiveServerTestCase.port attribute reallows the use case of binding to a specific port following the bind to port zero change in Django 1.11.
Bugfixes:
* Added detection for GDAL 2.1 and 2.0, and removed detection for unsupported versions 1.7 and 1.8.
* Changed contrib.gis to raise ImproperlyConfigured rather than GDALException if gdal isn’t installed, to allow third-party apps to catch that exception.
* Fixed django.utils.http.is_safe_url() crash on invalid IPv6 URLs.
* Fixed regression causing pickling of model fields to crash.
* Fixed django.contrib.auth.authenticate() when multiple authentication backends don’t accept a positional request argument.
* Fixed introspection of index field ordering on PostgreSQL.
* Fixed a regression where Model._state.adding wasn’t set correctly on multi-table inheritance parent models after saving a child model.
* Allowed DjangoJSONEncoder to serialize django.utils.deprecation.CallableBool.
* Relaxed the validation added in Django 1.11 of the fields in the defaults argument of QuerySet.get_or_create() and update_or_create() to reallow settable model properties.
* Fixed MultipleObjectMixin.paginate_queryset() crash on Python 2 if the InvalidPage message contains non-ASCII.
* Prevented Subquery from adding an unnecessary CAST which resulted in invalid SQL.
* Corrected detection of GDAL 2.1 on Windows.
* Made date-based generic views return a 404 rather than crash when given an out of range date.
* Fixed a regression where file_move_safe() crashed when moving files to a CIFS mount.
* Moved the ImageField file extension validation added in Django 1.11 from the model field to the form field to reallow the use case of storing images without an extension
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django/Makefile | 4 | ||||
-rw-r--r-- | www/py-django/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile index 82d40f250e1..472b590a08b 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.85 2017/05/08 04:58:58 adam Exp $ +# $NetBSD: Makefile,v 1.86 2017/06/02 07:19:55 adam Exp $ -DISTNAME= Django-1.11.1 +DISTNAME= Django-1.11.2 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 b670b51a77e..d8f1ddfa3cf 100644 --- a/www/py-django/distinfo +++ b/www/py-django/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.66 2017/05/08 04:58:58 adam Exp $ +$NetBSD: distinfo,v 1.67 2017/06/02 07:19:55 adam Exp $ -SHA1 (Django-1.11.1.tar.gz) = c12f28ce78926b70241102391d86a92cf07110f1 -RMD160 (Django-1.11.1.tar.gz) = 9c66c59172240f57920c8cfee720311b6dea69e8 -SHA512 (Django-1.11.1.tar.gz) = d0e7e272835a453d010fa449d7affdf3b1572ed009871c6cd156e7f093f15737d8c5f8c80ba6e879d467b278b27c095a3d95d8720d64cc1f891629c0254a7291 -Size (Django-1.11.1.tar.gz) = 7857868 bytes +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 |