November 2005 archive
-
"OR" query support
We've added "OR" query support to the Django database API.
Read more -
How to contribute to Django
If you're interested in helping with Django, or just want to know how development works, we've got you covered.
Read more -
Simpler URLconfs
We've made it even easier to specify the URLs of your Django app.
Read more -
Week in review
Here are the highlights of Django improvements this week.
Read more -
Serving static files
A commonly asked question is how to serve static files with Django. Here's the answer, finally documented.
Read more -
Django presentation made available
Check out Simon's presentation from last week's London Web Frameworks Evening.
Read more -
Pretty template error pages
Django now has pretty error pages for template syntax errors.
Read more -
Django at PyCon
The upcoming Python conference will feature two Django presentations.
Read more -
Week in review
This week saw our first official release and a host of improvements. Here are the highlights of what happened.
Read more -
Extra security for passwords
We've added extra security to the stored passwords in Django's authentication system.
Read more