summaryrefslogtreecommitdiff
path: root/django/core/management.py
AgeCommit message (Expand)Author
2007-03-23gis: Merged revisions 4669-4785 via svnmerge from trunk.Jeremy Dunck
2007-03-07gis: Added beginnings of django.contrib.gis.Jeremy Dunck
2007-03-06gis: Merged revisions 4564-4668 via svnmerge fromJeremy Dunck
2007-02-17Added workaround for loading duplicate model classes in management shell. PatchMalcolm Tredinnick
2007-01-25Fixed #3299 -- Added 'site' to the list of INVALID_PROJECT_NAMES and improved...Adrian Holovaty
2006-11-07Fixed #2452: comments can now be put within initial SQL files. Thanks, Pawel...Jacob Kaplan-Moss
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-10-27Fixed #2956 -- Made 'django-admin.py startproject' tolerant of filesystem arr...Adrian Holovaty
2006-10-24Fixed #2932 -- Added more details to the warning message in 'manage.py reset'...Adrian Holovaty
2006-10-09Fixed problem with debug message arguments.Russell Keith-Magee
2006-10-03Modified sql_index function names to match pattern established by initial_dat...Russell Keith-Magee
2006-10-03Refs #1828 -- Added creation of indexes as a step in syncdb. This is an inter...Russell Keith-Magee
2006-10-03Cleaned up and clarified some log messages and docstrings.Russell Keith-Magee
2006-10-03Factored out per-model index generation code.Russell Keith-Magee
2006-10-03Modified the default verbosity to be 1 (normal), and added some syncdb messag...Russell Keith-Magee
2006-10-03Added ability to use --noinput flag for application reset.Russell Keith-Magee
2006-10-03Altered the order of arguments to the test function to match common practice ...Russell Keith-Magee
2006-09-27Fixed Python 2.3 compatibility problem in [3872].Malcolm Tredinnick
2006-09-27Reintroduced the changes from [3855] with more flexible handling of versionMalcolm Tredinnick
2006-09-26Fixed #2827 -- Reverted [3855]Adrian Holovaty
2006-09-26Fixed #2188 -- Raise an error when using long CharFields in combination withMalcolm Tredinnick
2006-09-26Fixed #2783 -- Fixed one-to-one fields to work with any primary key data typeMalcolm Tredinnick
2006-09-25Proofread new django-admin 'adminmedia' option from [3811] and [3812]Adrian Holovaty
2006-09-25Fixed #2729 -- Handle initial SQL with different line-ending styles (WindowsMalcolm Tredinnick
2006-09-24Fixed #2600 -- Added an option to allow serving admin media from a custom pathMalcolm Tredinnick
2006-09-23Fixed #2425 -- Call validate() as part of generating SQL in order to catch aMalcolm Tredinnick
2006-09-22Fixed #2578 -- Give a more accurate error message for admin.list_display_linksMalcolm Tredinnick
2006-09-11Fixed #2689 -- Got 'manage.py diffsettings' working again. Thanks for the pat...Adrian Holovaty
2006-09-07Fixes #2653 -- Modified related field utility methods to return None as the r...Russell Keith-Magee
2006-08-28Fixed verbosity check in installing initial dataJacob Kaplan-Moss
2006-08-27Refs #2333 - Added 'test' target to django-admin script. Includes addition of...Russell Keith-Magee
2006-08-12Fixed #2372 -- manage.py runfcgi no longer ignore LANGUAGE_CODE. Thanks, ludo...Adrian Holovaty
2006-08-11Changed inspectdb to *not* trim trailing 's' from database table name to crea...Adrian Holovaty
2006-08-11Moved the space check from r3549 to before the Python keyword check so thatMalcolm Tredinnick
2006-08-10Fixed #2517 -- Improved inspectdb to handle table column names that contain s...Adrian Holovaty
2006-08-10Fixed #2469 -- Fixed the constraint names in the sqlreset output (again!).Malcolm Tredinnick
2006-08-09Fixed #2469 -- Made the "drop index" constraint names match those we create i...Malcolm Tredinnick
2006-08-09Fixed #2260 -- fixed a problem where some foreign key references were beingMalcolm Tredinnick
2006-08-06Fixed #2491 -- Pass the project directory back from setup_environ so that weMalcolm Tredinnick
2006-08-06Moved the environment setup into a method that can be called from other scripts.Malcolm Tredinnick
2006-08-02Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo...Adrian Holovaty
2006-08-01Fixed #2257 -- make constraint names unique across all table/columnMalcolm Tredinnick
2006-07-27Changed output of django-admin.py --version to use a hyphen instead of parent...Adrian Holovaty
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-21Fixed keyboard slip that was accidentally committedRussell Keith-Magee
2006-07-21Cleanup of management.py; replaced uses of 'klass' with 'model', and normaliz...Russell Keith-Magee
2006-07-19Fixed #2257 -- MySQL wants constraint names to be unique per-database, so fixedMalcolm Tredinnick
2006-07-14Added command line flag to disable use of auto-reloader on development server.Russell Keith-Magee
2006-07-14Disable use of terminal colors when django-admin is run on a Pocket PC.Russell Keith-Magee