pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django Django 1.11.2 release notes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d78e28ce73f2
branches:  trunk
changeset: 363140:d78e28ce73f2
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 02 07:19:55 2017 +0000

description:
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:

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

diffs (27 lines):

diff -r fc1f1a338d1f -r d78e28ce73f2 www/py-django/Makefile
--- a/www/py-django/Makefile    Fri Jun 02 05:35:53 2017 +0000
+++ b/www/py-django/Makefile    Fri Jun 02 07:19:55 2017 +0000
@@ -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 -r fc1f1a338d1f -r d78e28ce73f2 www/py-django/distinfo
--- a/www/py-django/distinfo    Fri Jun 02 05:35:53 2017 +0000
+++ b/www/py-django/distinfo    Fri Jun 02 07:19:55 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index