summaryrefslogtreecommitdiff
path: root/www/py-django
AgeCommit message (Collapse)AuthorFilesLines
2010-02-11Add an option for the oracle backend.joerg3-4/+29
2010-02-10Use pgsql as option name for consistency with other packages.joerg3-38/+38
2010-02-10Retire psycopg1 option and rename psycopg2 to postgresql, making itjoerg3-48/+39
the default. Bump revision.
2009-10-19Update to Django 1.1:joerg4-77/+185
- 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
2009-10-13Django 1.0.4:joerg2-6/+6
Fix a regular expression used by the form validation code to not trigger pathologoical performance cases for certain inputs.
2009-07-29Update to Django 1.0.3:joerg5-35/+21
- various bugfix - correctly validate file names for the admin media when using the development server
2009-07-14No need for a C compiler.joerg1-1/+3
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-274/+1
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+3
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-04-14Fix sqlite option for Python 2.5 and higher, we always want to use thejoerg3-4/+30
newer external py-sqlite package for that. Bump revision.
2009-01-30Also remove some more directories on deinstall.joerg1-1/+5
2009-01-29Fix PLIST. No idea how that slipped through testing.joerg2-4/+14
2008-12-17Update to Django 1.0.2:joerg2-7/+7
- various bugfixes - improved documentation and i18n
2008-09-21Remove PYBINMODULE, it doesn't apply.joerg1-2/+1
2008-09-04Update Django to newly released version 1.0, fixing a cross-site requesttonnerre4-185/+1356
forgery vulnerability described in http://www.djangoproject.com/weblog/2008/sep/02/security/ .
2008-05-20Fix a CSS issue in the login page of the admin module. Bump revision.joerg3-2/+24
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-78/+72
through PLIST_SUBST to the plist module.
2007-11-01Update to Django 0.96.1: Fix a DOS in the i18n layer.joerg2-8/+7
2007-08-11Add the variations of the plist for the various options back.joerg2-34/+67
Bump revision.
2007-08-09Update to Django 0.96:joerg6-1161/+1217
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.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-02-20Don't use the same conditional twice, works better if both versionsjoerg1-2/+2
are actually checked...
2007-02-19Fix installation when only psycopg2 support is requested, the postgresjoerg5-1116/+1142
code is shared with psycopg1. Include a small patch to make keyword mistakes in query args much more obvious (from django svn). Other users might be as stupid as the maintainer. Bump revision.
2007-01-25Update Django to 0.95.1. Changes:joerg3-1117/+1116
* A patch for a small security vulnerability in the script Django's internationalization system uses to compile translation files. * A fix for a bug in Django's authentication middleware which could cause apparent "caching" of a logged-in user. * A patch which disables debugging mode in the flup FastCGI package Django uses to launch its FastCGI server, which prevents tracebacks from bubbling up during production use.
2006-11-14Switch django and flup to use the new location of py-setuptools.joerg1-2/+6
Skip easy-install.pyth as it gets modified. Mark explicitly as not supporting DESTDIR, as setuptools doesn't like it right now.
2006-11-03Forgotten files: register/unregister egg.joerg2-0/+14
2006-11-03Require newer py24-setuptools and register/unregister egg.joerg1-2/+6
2006-09-17Point directly to media server as MASTER_SITE to catch up with thejoerg1-2/+2
layout changes.
2006-09-11Import Django 0.95 from pkgsrc-wip:joerg5-0/+1192
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.