Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 62081A600D for ; Fri, 1 Nov 2013 11:11:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CD0E114A29A; Fri, 1 Nov 2013 11:11:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CDA114A292 for ; Fri, 1 Nov 2013 11:11:26 +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 7taUnAFmd66u for ; Fri, 1 Nov 2013 11:11:23 +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 913BC14A2D1 for ; Fri, 1 Nov 2013 11:11:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5314096; Fri, 1 Nov 2013 11:11:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 1 Nov 2013 11:11:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-south To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20131101111123.5314096@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 1 11:11:23 UTC 2013 Modified Files: pkgsrc/www/py-django-south: Makefile distinfo Log Message: Changes 0.8.2: * An issue with SQLite and default values that caused some migrations to fail has been fixed. * South now recognises more Django MSSQL backends, and no longer fails to alter ForeignKeys that are in composite indexes. * A small issue with the app cache on Django 1.6 has been fixed. * The schemamigration and datamigration commands can now be properly inherited and their templates easily changed. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-south/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-south/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.