Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 4199D63B902 for ; Mon, 19 Oct 2009 11:31:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E687763B154; Mon, 19 Oct 2009 11:31:06 +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 ED35B63B109 for ; Mon, 19 Oct 2009 11:31:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D8B50175DA; Mon, 19 Oct 2009 11:31:05 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 19 Oct 2009 11:31:05 +0000 From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/www/py-django To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20091019113105.D8B50175DA@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: joerg Date: Mon Oct 19 11:31:05 UTC 2009 Modified Files: pkgsrc/www/py-django: Makefile PLIST distinfo Removed Files: pkgsrc/www/py-django/patches: patch-ab Log Message: Update to Django 1.1: - Support for aggregates and query expression in the ORM - Suport for unamanged models and proxy models - Support for deffered fields - Mark individual fields as editable in the admin; support for custom actions - Better support for Last-Modified/ETag - Improved GIS support - {% for %} now has an {% empty %} to simplify handling empty lists - Various smaller improvements To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-django/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-django/PLIST \ pkgsrc/www/py-django/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/www/py-django/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.