diff options
author | adam <adam@pkgsrc.org> | 2017-03-12 18:45:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-03-12 18:45:33 +0000 |
commit | 6a250d7cf96550a406666b0b3efe5c99b4a34981 (patch) | |
tree | 20de09f2385c5e6e142ff806f6979e0106705f39 /www | |
parent | 8ea45af348aa68ac52c34a7993935c843b988d76 (diff) | |
download | pkgsrc-6a250d7cf96550a406666b0b3efe5c99b4a34981.tar.gz |
Changes 1.10.6:
Bugfixes:
* Fixed ClearableFileInput’s “Clear” checkbox on model form fields where the model field has a default.
* Fixed RequestDataTooBig and TooManyFieldsSent exceptions crashing rather than generating a bad request response.
* Fixed a crash on Oracle and PostgreSQL when subtracting DurationField or IntegerField from DateField.
* Fixed query expression date subtraction accuracy on PostgreSQL for differences larger than a month.
* Fixed a GDALException raised by GDALClose on GDAL ≥ 2.0.
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 a81b5d0a2a8..95db28e4e9c 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2017/01/07 19:05:46 adam Exp $ +# $NetBSD: Makefile,v 1.83 2017/03/12 18:45:33 adam Exp $ -DISTNAME= Django-1.10.5 +DISTNAME= Django-1.10.6 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 c5c53227257..1199ce3811f 100644 --- a/www/py-django/distinfo +++ b/www/py-django/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.63 2017/01/07 19:05:46 adam Exp $ +$NetBSD: distinfo,v 1.64 2017/03/12 18:45:33 adam Exp $ -SHA1 (Django-1.10.5.tar.gz) = 07b638e6039ef9b04bd59f0e94f000b3889dde91 -RMD160 (Django-1.10.5.tar.gz) = 90173ca13c9476e0b6eb61f3a9021bd1af4561b2 -SHA512 (Django-1.10.5.tar.gz) = 75f0b213a94ce7f83a096456976f91683b2fa1fbdd65fe343a5cd356687fa4af50133eacf0f76ac7ee067d4f388be268ca388a673bd216a3ebf1afa09dd6a341 -Size (Django-1.10.5.tar.gz) = 7734715 bytes +SHA1 (Django-1.10.6.tar.gz) = fd39b2134bafbd5b4af4500a948158abf3961e2b +RMD160 (Django-1.10.6.tar.gz) = d99102bea5bc04bce8df383b72259eae96915465 +SHA512 (Django-1.10.6.tar.gz) = 1a841a508ad79834790bab2e2b8499352678271e1284515e63dab7a636951bfadd89ce1713bfe018613f89f87c31010a9e41bc364092907f762b21e6d088cf1f +Size (Django-1.10.6.tar.gz) = 7734864 bytes |