miracle2k / djutils

My personal collection of small Django utilities and extensions.

Clone this repository (size: 392.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/miracle2k/djutils/

Shortlog (showing r162:beddfd57f6d5 (tip) → r138:6049e368f937)

Age Author Message A M D «
3 weeks Michael Elsdoerfer Removed the nose test runner. I recommend using django-nose instead. 1
4 weeks Michael Elsdoerfer nose test runner: Support a keep_db mode in which the test database is not… 1
4 weeks Michael Elsdoerfer Added reference to South ticket. 1
4 weeks Michael Elsdoerfer Added South support to all our custom fields. Some minor whitespace cleaups alon… 3
2 months miracle2k miracle2k Ignore files created by a setuptools build. 1
2 months miracle2k miracle2k Added basic setup.py. 1
2 months miracle2k miracle2k Updated the login view to support 'redirect_to_referrer', and introduced a custo… 2
3 months Michael Elsdoerfer DateField was broken for default date formats, didn't return the cleaned value. 1
3 months Michael Elsdoerfer Bring back Python 2.5 support. 1
3 months miracle2k miracle2k Minor change how parser arguments are applied so that 'parse_kwargs' may… 1
3 months miracle2k miracle2k Added Date and DateTime form fields that parse the input using the… 2
4 months miracle2k miracle2k Added a variant of urlargs specifically for setting a paginator argument. 2
5 months miracle2k miracle2k Put xextends variables at their proper location in the context stack. 1
5 months miracle2k miracle2k Allow filters in Django xextends and xinclude tags. I thought this had worked… 2
5 months miracle2k miracle2k Got rid of unnecessary floating point math; Thanks to 'konstantin' for the… 1
6 months miracle2k miracle2k Twill moved to the django-test-utils project. 1
11 months miracle2k miracle2k JsonResponse for some reason was not a HttpResponse subclass. Because the Gzip… 1
11 months miracle2k miracle2k Fixed SyntaxError, and added simple, but actually important usage instructions. 1
11 months miracle2k miracle2k Moved the contact form to a separate project (a fork of the original… 1
12 months miracle2k miracle2k Added setup_django method from pyutils. It's a better fit here. The method… 1
12 months miracle2k miracle2k Ignore PyDev/Eclipse project files. 1
12 months miracle2k miracle2k Support verbose names in enum_as_choices. 1
12 months miracle2k miracle2k Added quota upload handler. 1
13 months miracle2k miracle2k Support custom template loader in contact form. 1
13 months miracle2k miracle2k Added Jinja2/Coffin-version of fuzzydate filter. 1