diff options
author | adam <adam@pkgsrc.org> | 2016-02-05 17:39:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-02-05 17:39:40 +0000 |
commit | 08e220d813a52428730688b51124ded644eb8812 (patch) | |
tree | 5fd1953b4899b9650c9b7e40948b7c3843e8dfc6 /www | |
parent | 741b2b1138cc05ff767483c6e55f42a486529cbb (diff) | |
download | pkgsrc-08e220d813a52428730688b51124ded644eb8812.tar.gz |
Changes 1.8.9:
Fixed a regression that caused the “user-tools” items to display on the admin’s logout page.
Fixed a crash in the translations system when the current language has no translations.
Fixed a regression that caused the incorrect day to be selected when opening the admin calendar widget for timezones from GMT+0100 to GMT+1200.
Fixed a regression in 1.8.8 causing incorrect index handling in migrations on PostgreSQL when adding db_index=True or unique=True to a CharField or TextField that already had the other specified, or when removing one of them from a field that had both, or when adding unique=True to a field already listed in unique_together.
Fixed a crash when using an __in lookup inside a Case expression.
Fixed a crash when using a reverse OneToOneField in ModelAdmin.readonly_fields.
Fixed a regression in Django 1.8.5 that broke copying a SimpleLazyObject with copy.copy().
Fixed the contrib.gis map widgets when using USE_THOUSAND_SEPARATOR=True.
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 6ac1c4d05c8..a48a4181089 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2016/01/03 10:56:29 adam Exp $ +# $NetBSD: Makefile,v 1.69 2016/02/05 17:39:40 adam Exp $ -DISTNAME= Django-1.8.8 +DISTNAME= Django-1.8.9 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 a08d0a21ea9..f7335066a9d 100644 --- a/www/py-django/distinfo +++ b/www/py-django/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.51 2016/01/03 10:56:29 adam Exp $ +$NetBSD: distinfo,v 1.52 2016/02/05 17:39:40 adam Exp $ -SHA1 (Django-1.8.8.tar.gz) = 5b7f62aefc0c8c8b44c5a929627af343a179534f -RMD160 (Django-1.8.8.tar.gz) = 938c25d154fdc98831494ff0bc426c339b3f572d -SHA512 (Django-1.8.8.tar.gz) = d7775ffb05840a73a99bf67d234580e135bc3d1b4c033ab3bf557e9bee42001fd309da7a8cf13cb99cac34cef0c4ef954903b5c90d2b4b40d084cfcaf05ba701 -Size (Django-1.8.8.tar.gz) = 7286780 bytes +SHA1 (Django-1.8.9.tar.gz) = 84a53e4aa937de526df448f05a07a029111bb446 +RMD160 (Django-1.8.9.tar.gz) = 7c944c44ca9110224e53a9fdd2f31d79d1a91499 +SHA512 (Django-1.8.9.tar.gz) = 3423d11a6f97ca4518a7105fabfc872783d92f2ce4733739bc6dd7d53c97d7450c7343a8e77c2094ce6342b1647445d2ddef5deb2d3b35b5c0ba4679726f0a48 +Size (Django-1.8.9.tar.gz) = 7288701 bytes |