Subject: CVS commit: pkgsrc/www/py-django
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 08/09/2007 14:05:30
Module Name:	pkgsrc
Committed By:	joerg
Date:		Thu Aug  9 14:05:30 UTC 2007

Modified Files:
	pkgsrc/www/py-django: Makefile PLIST distinfo
Removed Files:
	pkgsrc/www/py-django: DEINSTALL INSTALL
	pkgsrc/www/py-django/patches: patch-aa

Log Message:
Update to Django 0.96:

The main goal of the 0.96 release is to cleanup and stabilise the
features from 0.95.

Incompatible changes:
- constraint names changed in some cases, this can effect manage.py
reset on old databases
- some names in manage.py changed
- backslash escaping is done more consistently
- ENABLE_PSYCO is gone

Important changes:
- merge of newforms
- URLconf takes normal callables
- new test framework
- passwords for users can be entered as normal text in the admin
interface, no need to hash manually

In addition: dropped py-setuptools dependency.


To generate a diff of this commit:
cvs rdiff -r1.1 -r0 pkgsrc/www/py-django/DEINSTALL \
    pkgsrc/www/py-django/INSTALL
cvs rdiff -r1.6 -r1.7 pkgsrc/www/py-django/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/py-django/PLIST \
    pkgsrc/www/py-django/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/www/py-django/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.