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:           Fri Jun  2 07:19:56 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.66 -r1.67 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.85 pkgsrc/www/py-django/Makefile:1.86
--- pkgsrc/www/py-django/Makefile:1.85  Mon May  8 04:58:58 2017
+++ pkgsrc/www/py-django/Makefile       Fri Jun  2 07:19:55 2017
@@ -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}/

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.66 pkgsrc/www/py-django/distinfo:1.67
--- pkgsrc/www/py-django/distinfo:1.66  Mon May  8 04:58:58 2017
+++ pkgsrc/www/py-django/distinfo       Fri Jun  2 07:19:55 2017
@@ -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