Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 23A1AA5B2E for ; Fri, 6 Nov 2015 08:38:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B735314A3A4; Fri, 6 Nov 2015 08:38:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 023D314A3A3 for ; Fri, 6 Nov 2015 08:38:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Qf1LfKqlbjnK for ; Fri, 6 Nov 2015 08:38:29 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4CA6214A3A0 for ; Fri, 6 Nov 2015 08:38:29 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3801198; Fri, 6 Nov 2015 08:38:29 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 6 Nov 2015 08:38:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20151106083829.3801198@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Fri Nov 6 08:38:29 UTC 2015 Modified Files: pkgsrc/www/py-django: Makefile PLIST distinfo Log Message: Django 1.8.6 adds official support for Python 3.5 and fixes several bugs in 1.8.5: Fixed a regression causing ModelChoiceField to ignore prefetch_related() on its queryset. Allowed “mode=memory” in SQLite test database name if supported. Fixed system check crash on ForeignKey to abstract model. Fixed incorrect queries when you have multiple ManyToManyFields on different models that have the same field name, point to the same model, and have their reverse relations disabled. Allowed filtering over a RawSQL annotation. Made the Concat database function idempotent on SQLite. Avoided a confusing stack trace when starting runserver with an invalid INSTALLED_APPS setting. Made deferred models use their proxied model’s _meta.apps for caching and retrieval. This prevents any models generated in data migrations using QuerySet.defer() from leaking to test and application code. Fixed a typo in the name of the strictly_above PostGIS lookup. Fixed crash with contrib.postgres.forms.SplitArrayField and IntegerField on invalid value. Added a helpful error message when Django and South migrations exist in the same directory. Fixed a regression in URLValidator that allowed URLs with consecutive dots in the domain section (like http://example..com/) to pass. Fixed a crash with GenericRelation and BaseModelAdmin.to_field_allowed. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/py-django/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/py-django/PLIST cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/py-django/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.