1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/django
2005-12-09 03:00:57 +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 #1029 - updated 'gl' translation 2005-12-08 15:15:10 +00:00
contrib Fixed #975 -- JavaScript shortcut in raw_id_admin for ManyToManyFields no longer replaces existing values. 2005-12-09 03:00:57 +00:00
core Fixed #1006 -- Fixed error when using ChangeManipulator in a model with raw_id_admin on ForeignKey. Thanks, Gustavo Picon 2005-12-09 02:32:59 +00:00
middleware Changed CommonMiddleware so it doesn't assume HTTP_HOST is set. 2005-12-05 15:25:55 +00:00
models MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separate commit) 2005-11-25 21:20:09 +00:00
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 Fixed #977 -- Fixed timesince() utility. Thanks, pgross@thoughtworks.com 2005-12-09 02:52:27 +00:00
views Fixed #998 -- Fixed edge-case bug in debug view for templates with only one line. Thanks, andy@jadedplanet.net 2005-12-09 02:35:38 +00:00
__init__.py