04, June 2010 Text Filtering choices in Django's ModelForm

Example, how to filter values in the drop down, based on row level permissions.

30, November 2009 Text How to parse CSS colors?

Python function to parse CSS colors

02, June 2009 Text How to make email field optional in django.contrib.comments

Short code snippet which show simple way to make email field optional.

20, May 2009 Link Group by N python generator

Lame and stupid generator to group any iterable's items by N. Just use itertools.izip instead! :)

08, May 2009 Text ElementTree accessor

Simple element tree accessor with examples of code.