Author Archives: tb

Bitrot

My blog had a little crash, and is being restored from “backup”…

Posted in Uncategorized | Leave a comment

django :: date filter cheat sheet

I don’t seem able to memorize the list of format characters for the date filter, maybe because the documentation lists them in alphabetical order. I’ve created the cheat sheet below with an attempt at semantic grouping… Time seconds s Seconds, … Continue reading

Posted in django | Leave a comment

Django :: looking at newforms

(This is rapidly getting outdated, go read the source at http://code.djangoproject.com/browser/django/trunk/django/newforms for the current state…). Django is getting new form handling code, currently in the module django.newforms but it will migrate to django.forms in a future release. The code is … Continue reading

Posted in django | Leave a comment

Django :: interacting with the browser

All of the Django tutorials that were around when I started learning about it focused very much on the database and models — and Django really does shine in this area. I felt there wasn’t enough documentation on how to … Continue reading

Posted in Uncategorized | Leave a comment