Simon Willison’s Weblog

Subscribe

3 items tagged “newformsadmin”

2008

Django 1.0 alpha release notes. The big features are newforms-admin, unicode everywhere, the queryset-refactor ORM improvements and auto-escaping in templates.

# 22nd July 2008, 6:04 am / alpha, autoescaping, django, newformsadmin, orm, python, querysetrefactor, unicode

newforms-admin branch has been merged into trunk. Congrats to Brian Rosner for the merge. django.newforms has been renamed to django.forms as well—1.0 grows ever closer.

# 20th July 2008, 11:17 pm / brian-rosner, django, forms, merge, newformsadmin

Filtering foreign key choices in newforms-admin. A nice introduction to the Django newform-admin branch, including an example of how to easily implement row-level permissions.

# 6th January 2008, 8:31 pm / christian-joergensen, django, newforms, newformsadmin, python