./www/py-django, Django, a high-level Python Web framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q3, Version: 1.0.4, Package name: py25-django-1.0.4, Maintainer: joerg

Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design. Django was designed to make common Web-development
tasks fast and easy.


Required to run:
[databases/py-psycopg] [www/py-flup]


Package options: psycopg1

Master sites:

SHA1: a8b9f33adb007146b8b57f22f0f38467f0d2693a
RMD160: 9f61455bc4cc0277ddfe4a957863d5995f8c23f3
Filesize: 4969.599 KB

Version history: (Expand)


CVS history: (Expand)


   2009-10-14 11:09:07 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2911 - requested by joerg
py-django: bug-fix update

Revisions pulled up:
- www/py-django/Makefile		1.20
- www/py-django/distinfo		1.11
---
Module Name:	pkgsrc
Committed By:	joerg
Date:		Tue Oct 13 18:19:24 UTC 2009

Modified Files:
	pkgsrc/www/py-django: Makefile distinfo

Log message:
Django 1.0.4:
Fix a regular expression used by the form validation code to not trigger
pathologoical performance cases for certain inputs.