summaryrefslogtreecommitdiff
path: root/www/py-django
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-10-08 07:58:17 +0000
committeradam <adam@pkgsrc.org>2015-10-08 07:58:17 +0000
commit39b1f0f201d04ddb66075a5aad25d0116ca971d1 (patch)
treeb78128036c842e05329752789d2de3e31cfe0029 /www/py-django
parent14c37097d9954b2d19f731fd1fdf2351a021f112 (diff)
downloadpkgsrc-39b1f0f201d04ddb66075a5aad25d0116ca971d1.tar.gz
Changes 1.8.5:
Made the development server’s autoreload more robust. Fixed AssertionError in some delete queries with a model containing a field that is both a foreign and primary key. Fixed AssertionError in some complex queries. Fixed a migrations crash with GenericForeignKey. Made translation.override() clear the overridden language when a translation isn’t initially active. Fixed crash when using a value in ModelAdmin.list_display that clashed with a reverse field on the model. Fixed autocompletion for options of non-argparse management commands. Alphabetized ordering of imports in from django.db import migrations, models statement in newly created migrations. Fixed migrations crash on MySQL when adding a text or a blob field with an unhashable default. Changed Count queries to execute COUNT(*) instead of COUNT('*') as versions of Django before 1.8 did. This may fix a performance regression on some databases. Fixed custom queryset chaining with values() and values_list(). Moved the unsaved model instance assignment data loss check on reverse relations to Model.save(). Readded inline foreign keys to form instances when validating model formsets. Allowed using ORM write methods after disabling autocommit with set_autocommit(False). Fixed the manage.py test --keepdb option on Oracle. Fixed incorrect queries with multiple many-to-many fields on a model with the same ‘to’ model and with related_name set to ‘+’. Fixed pickling a SimpleLazyObject wrapping a mode
Diffstat (limited to 'www/py-django')
-rw-r--r--www/py-django/Makefile4
-rw-r--r--www/py-django/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index e573801811c..449e317f554 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2015/08/24 10:45:22 adam Exp $
+# $NetBSD: Makefile,v 1.65 2015/10/08 07:58:17 adam Exp $
-DISTNAME= Django-1.8.4
+DISTNAME= Django-1.8.5
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 f7c34eb7105..981813c96bc 100644
--- a/www/py-django/distinfo
+++ b/www/py-django/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2015/08/24 10:45:22 adam Exp $
+$NetBSD: distinfo,v 1.47 2015/10/08 07:58:17 adam Exp $
-SHA1 (Django-1.8.4.tar.gz) = 6399d89b84a09e70c0cdadb10b558172c3e182e3
-RMD160 (Django-1.8.4.tar.gz) = da036bbd6eb5658bfca249073419ab34b0a59099
-Size (Django-1.8.4.tar.gz) = 7265101 bytes
+SHA1 (Django-1.8.5.tar.gz) = 86a0d2ab3c1a78b7d631aedbd97b2716aec493e8
+RMD160 (Django-1.8.5.tar.gz) = 844abe2bd2200078a8698a210e0800315f88de14
+Size (Django-1.8.5.tar.gz) = 7270297 bytes