- Support for settings/urls boilerplate for django 1.2 and django 1.3. It defaults to 1.3 when the version isn't 1.2.
0.22
----
- Added support for svn urls with spaces. Thanks to Brad103 (fixes 537718).
- Updated code and buildout to use newest zc.recipe.egg, zc.recipe.testrunner and python-dateutil.
0.21
----
- The admin url is now configured for django 1.1 or higher. Thanks to Sam Charrington (fixes 672220).
- Bootstrap.py updated (fixes 501954).
0.20
----
- The recipe know makes the `django` package know to setuptools during install. This closes 397864. Thanks to Daniel Bruce and Dan Fairs for the patch.
- Fixed 451065 which fixes a problem with the WSGI log file option.
- Added the posibilty to configure more FCGI related settings. Thanks to Vasily Sulatskov for the patch.
0.19.2
------
- The generated WSGI & FCGI scripts are now properly removed when options change (fixes 328182). Thanks to Horst Gutmann for the patch.
- Scripts are now updated when dependencies change. This fixes 44658, thanks to Paul Carduner for the patch.
0.19.1
------
- Applied fix for the change in WSGI script generation. The previous release did not work properly.