summaryrefslogtreecommitdiff
path: root/www/py-django
diff options
context:
space:
mode:
authoradam <adam>2016-01-03 10:56:29 +0000
committeradam <adam>2016-01-03 10:56:29 +0000
commit3b358d563e2da2b87a000e48a08cc4f1198f977d (patch)
tree8f8b97b1ea474e68ab13f99f860316e2eb6cfbd4 /www/py-django
parent34a72d28d567aede283429ba60172bfee8023d70 (diff)
downloadpkgsrc-3b358d563e2da2b87a000e48a08cc4f1198f977d.tar.gz
Changes 1.8.8:
Fixed incorrect unique_together field name generation by inspectdb. Corrected __len query lookup on ArrayField for empty arrays. Restored the ability to use custom formats from formats.py with django.utils.formats.get_format() and the date template filter. Fixed a state bug when migrating a SeparateDatabaseAndState operation backwards. Fixed missing varchar/text_pattern_ops index on CharField and TextField respectively when using AlterField on PostgreSQL. Fixed a state bug when using an AlterModelManagers operation. Fixed a regression which prevented using a language not in Django’s default language list (LANGUAGES). django.views.decorators.cache.never_cache() now sends more persuasive headers (added no-cache, no-store, must-revalidate to Cache-Control) to better prevent caching. This fixes a problem where a page refresh in Firefox cleared the selected entries in the admin’s filter_horizontal and filter_vertical widgets, which could result in inadvertent data loss if a user didn’t notice that and then submitted the form. Fixed a regression in the admin which ignored line breaks in read-only fields instead of converting them to <br>. Made loaddata skip disabling and enabling database constraints when it doesn’t load any fixtures. Fixed a crash in QuerySet.values()/values_list() after an annotate() and order_by() when values()/values_list() includes a field not in the order_by()
Diffstat (limited to 'www/py-django')
-rw-r--r--www/py-django/Makefile4
-rw-r--r--www/py-django/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index bbdfb6feffc..6ac1c4d05c8 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2015/11/26 06:38:59 adam Exp $
+# $NetBSD: Makefile,v 1.68 2016/01/03 10:56:29 adam Exp $
-DISTNAME= Django-1.8.7
+DISTNAME= Django-1.8.8
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 7bb644e7da5..a08d0a21ea9 100644
--- a/www/py-django/distinfo
+++ b/www/py-django/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2015/11/26 06:38:59 adam Exp $
+$NetBSD: distinfo,v 1.51 2016/01/03 10:56:29 adam Exp $
-SHA1 (Django-1.8.7.tar.gz) = 0ad68cb4a631121c715ebe295463bada97d04d74
-RMD160 (Django-1.8.7.tar.gz) = 4124244045cca8920087a9e205a3db2ae6a6c4d6
-SHA512 (Django-1.8.7.tar.gz) = 74b89efd4fd2d19542a30e0fa0648652aa85ea309804afadae1162b1cac3492e599beaf5ea868d67bcef5f016283952dcc869726cbf6f15141f0816a0377b041
-Size (Django-1.8.7.tar.gz) = 7276831 bytes
+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