summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2009-01-19Fixed #9789 -- Handle jython's compiled settings filename correctly.Malcolm Tredinnick
2009-01-17Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4) with so...Karen Tracey
2008-12-14Remove some code in loaddata that bails out of searching for fixture files (o...Karen Tracey
2008-12-01Clean up the imports in loaddata.py to match other code whilst I'm in the nei...Malcolm Tredinnick
2008-12-01Fixed #9723 -- Not all Python distributions contain the bz2 module, so we nee...Malcolm Tredinnick
2008-11-29Fixed #9717 -- Corrected a problem where django-admin.py flush would attempt ...Russell Keith-Magee
2008-11-24Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...Jacob Kaplan-Moss
2008-11-24Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...Jacob Kaplan-Moss
2008-11-24Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...Jacob Kaplan-Moss
2008-11-16Fixed #9455 -- Tiny cleanup to avoid an "undefined variable" warning. The netMalcolm Tredinnick
2008-11-06Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...Russell Keith-Magee
2008-10-06Fixed #9212: Added code to check the xgettext version, and if it is lower tha...Karen Tracey
2008-10-05Fixed #9283 -- Deliberately silence one deprecation warning raised by python ...Malcolm Tredinnick
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-09-22Add some docstrings to the base classes for management commands. Refs #9170.James Bennett
2008-09-17Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of field n...Adrian Holovaty
2008-09-16Fixed #9092 -- Improved validation of app/project names by startapp/startproj...Adrian Holovaty
2008-09-09Fixed #8978 -- We now print a helpful error message for 'manage.py dbshell' i...Adrian Holovaty
2008-08-31Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE whenMalcolm Tredinnick
2008-08-30Fixed #8702 -- Set up the initial locale correctly for the development server.Malcolm Tredinnick
2008-08-29Fixed #8687, a bad variable name in validation. Thanks, vung.Jacob Kaplan-Moss
2008-08-26Fixed #7084 -- Fixed the "makemessages" command to handle line endingsMalcolm Tredinnick
2008-08-25Removed outdated "adminindex" command -- the same behavior is now far easier ...Jacob Kaplan-Moss
2008-08-25Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a tuple.Malcolm Tredinnick
2008-08-23Fixed #7042 -- The management validation command nows alerts users to theMalcolm Tredinnick
2008-08-19Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M...Russell Keith-Magee
2008-08-17Fixed #8239 -- Google App Engine has a restricted "imp" module, which doesn'tMalcolm Tredinnick
2008-08-16Fixed #7285: Improved inspectdb handling of dashes in table and field names. ...Russell Keith-Magee
2008-08-16Fixed #6935: Modified inspectdb to provide better handling for table names wi...Russell Keith-Magee
2008-08-16Fixes #7845: Removed a piece of stale code that was causing ./manage.py reset...Russell Keith-Magee
2008-08-13Refs #8138 -- Added a stealth option to the loaddata command so that the use ...Russell Keith-Magee
2008-08-12Fixed #8246 -- Corrected the handling of settings files. Thanks to AdamG and ...Russell Keith-Magee
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-08-10Fixed #5943 -- Modified django-admin to behave like manage.py if settings are...Russell Keith-Magee
2008-08-08Fixed #8100: Jython, apparently, is now a TTY.Jacob Kaplan-Moss
2008-08-08Fixed #5463 -- Allow alternate file extensions on files that are translated.Malcolm Tredinnick
2008-08-08Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin ...Russell Keith-Magee
2008-08-08Fixed #5825 -- Modified the custom command loader to allow for explicit speci...Russell Keith-Magee
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-07-31Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks...Russell Keith-Magee
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-07-29Fixed #7589 -- Added a way for post-table-creation SQL modifications to be do...Malcolm Tredinnick
2008-07-26Fix #7910 -- Added a missing import used when "django-admin.py compilemessages"Malcolm Tredinnick
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-07-11Fixed #7421 -- Corrected the condition used during syncdb to establish that a...Russell Keith-Magee
2008-07-11Fixed #7597 -- Added code to force the re-opening of the cursor connection, j...Russell Keith-Magee
2008-07-11Fixed #6017 -- Modified the Lax parser to allow --settings and the other core...Russell Keith-Magee
2008-07-06Fixed #7643 -- Fixed an oversight from [7844].Malcolm Tredinnick
2008-07-06Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...Malcolm Tredinnick