summaryrefslogtreecommitdiff
path: root/django/core/management/commands/createcachetable.py
AgeCommit message (Expand)Author
2008-06-30Make sure we only create the minimum number of table indexes for MySQL.Malcolm Tredinnick
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-08-20Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty
2007-08-16Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty