Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 6D50963B8C3 for ; Sun, 8 Jan 2012 07:48:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D062514A41E; Sun, 8 Jan 2012 07:48:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1599314A41A for ; Sun, 8 Jan 2012 07:48:36 +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 zFli2-izJ3r6 for ; Sun, 8 Jan 2012 07:48:35 +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 8618014A3F7 for ; Sun, 8 Jan 2012 07:48:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 00A03175DD; Sun, 8 Jan 2012 07:48:36 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 8 Jan 2012 07:48:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-mptt To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20120108074837.00A03175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sun Jan 8 07:48:36 UTC 2012 Update of /cvsroot/pkgsrc/www/py-django-mptt In directory ivanova.netbsd.org:/tmp/cvs-serv15065 Log Message: Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances. MPTT is a technique for storing hierarchical data in a database. The aim is to make retrieval operations very efficient. The trade-off for this efficiency is that performing inserts and moving items around the tree is more involved, as there's some extra work required to keep the tree structure in a good state at all times. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/www/py-django-mptt/DESCR N pkgsrc/www/py-django-mptt/distinfo N pkgsrc/www/py-django-mptt/Makefile N pkgsrc/www/py-django-mptt/PLIST No conflicts created by this import