diff options
author | adam <adam@pkgsrc.org> | 2013-03-12 20:47:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-03-12 20:47:59 +0000 |
commit | 479600dce39ee3d5675a56ae0f820e7bc6d1df13 (patch) | |
tree | d37cbbd5f4f498b1b5625a4b4eee6a28eaa79c34 /www/py-django/distinfo | |
parent | cdb18ffc7936c29481f55b0cd8519595bb2caf4c (diff) | |
download | pkgsrc-479600dce39ee3d5675a56ae0f820e7bc6d1df13.tar.gz |
Changes 1.5:
Django 1.5 introduces support for a configurable User model. The basic Django User model is still around, of course, but now there's first-class support for specifying your own model and having Django's auth system make use of it.
Django 1.5 is the first Django release with support for Python 3 (specifically, Python 3.2 and newer). Python 3 support is still considered experimental -- largely because it hasn't received as much real-world testing as we'd like -- but a Python 3 porting guide is available if you'd like to give it a try, and we will be considering Python 3 compatibility bugs to be blockers for future releases.
Of course, if you're still comfortable with Python 2, Django continues to offer support for that just as we always have -- though note that the minimum version for Django 1.5 is Python 2.6.5, and Python 2.7.3 or newer is strongly recommended.
Django's documentation has also gotten some pretty significant work; the main documentation page has had a bit of a facelift to make things easier to find, the existing tutorial got some refurbishing, and several new tutorials -- including some more advanced topics, like writing an app you can reuse in multiple projects -- have been added. And the documentation for class-based views has been significantly expanded, which should make this feature a lot easier to understand and take advantage of.
Diffstat (limited to 'www/py-django/distinfo')
-rw-r--r-- | www/py-django/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-django/distinfo b/www/py-django/distinfo index 3c2a16e573c..f92bcbf1ba4 100644 --- a/www/py-django/distinfo +++ b/www/py-django/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2013/02/23 17:00:19 adam Exp $ +$NetBSD: distinfo,v 1.25 2013/03/12 20:47:59 adam Exp $ -SHA1 (Django-1.4.5.tar.gz) = 1bfaa4643c6775fbf394137f1533659be45441e7 -RMD160 (Django-1.4.5.tar.gz) = 62f7e083937fa3b6d4cad591ce42e8f342fdc6e6 -Size (Django-1.4.5.tar.gz) = 7735582 bytes +SHA1 (Django-1.5.tar.gz) = 358dce7db72904c334e3d7ce7eaa0e27a22cfa16 +RMD160 (Django-1.5.tar.gz) = c24d9f48e7d131644fac99256a9bc7082afb1bd8 +Size (Django-1.5.tar.gz) = 8007045 bytes |