You don't identify yourself
| 04, June 2010 | ![]() |
Filtering choices in Django's ModelForm | Example, how to filter values in the drop down, based on row level permissions. |
| 30, November 2009 | ![]() |
How to parse CSS colors? | Python function to parse CSS colors |
| 02, June 2009 | ![]() |
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 | ![]() |
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 | ![]() |
ElementTree accessor | Simple element tree accessor with examples of code. |