1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/django
2005-12-07 06:02:09 +00:00
..
bin Moved all logic from django-admin.py into django.core.management, into a new execute_from_command_line() function, so it can be called from other scripts. Also improved createproject to disallow 'django' and 'test' as project names. 2005-12-06 05:17:52 +00:00
conf fixes #1011 - updated 'es' translation for JavaScript 2005-12-06 23:18:12 +00:00
contrib Fixed #985 -- Fixed admin docs behavior if docutils isn't installed. Thanks, Tim Keating 2005-12-07 05:11:19 +00:00
core Fixed #1009 -- Fixed small typo in HasAllowableSize validator. Thanks, bsoltani 2005-12-07 05:13:18 +00:00
middleware Changed CommonMiddleware so it doesn't assume HTTP_HOST is set. 2005-12-05 15:25:55 +00:00
models
parts Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also caught docutils ImportError in a more controlled way 2005-11-27 17:20:43 +00:00
templatetags Fixed #911 -- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions. 2005-11-26 22:46:31 +00:00
utils added infrastructure code for later javascript translating (currently not active) 2005-12-04 12:06:16 +00:00
views Added 'It worked' page, in a empty_urlconf() view in views/debug.py. It's called if the URLconf is empty. 2005-12-07 06:02:09 +00:00
__init__.py