summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2012-05-27Fixed #18387 -- Do not call sys.exit during call_command.Claude Paroz
2012-05-26Removed unneeded sys import added in previous commitClaude Paroz
2012-05-26Fixed #5423 -- Made dumpdata output one row at a time.Claude Paroz
2012-05-25Specified when open should use binary mode.Claude Paroz
2012-05-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz
2012-05-15Fixed #18019 -- Use threaded runserver only when database supports it.Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-05-01Skip model validation when models are known good.Anssi Kääriäinen
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Made table_names() output sorted.Anssi Kääriäinen
2012-04-27Updated compilemessages and makemessages management commands to change SVN->G...Adrian Holovaty
2012-04-27Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class ...Claude Paroz
2012-04-26Removed direct print statements from django management commands.Claude Paroz
2012-04-22Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...Alex Gaynor
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-03-31Removed the deprecated reset and sqlreset management commands.Aymeric Augustin
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-29Fixed #17947 -- Fixed language restore after management command even when exc...Claude Paroz
2012-03-21Fixed #17920 -- Actually pass the full path of a newly created project or app...Jannis Leidel
2012-03-10Fixed #17820 -- Fixed more occurrences of redundant handling of management co...Ramiro Morales
2012-03-02Added missing newline to makemessages output. Thanks Florian Apolloner for re...Carl Meyer
2012-02-23Cleanup to use get_random_string consistently.Paul McMillan
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-17Fixed missing periods in django-admin help for startproject from [17432]Adrian Holovaty
2012-02-11Fixed #17676 -- Fixed introspection of column names that start with digit(s).Ramiro Morales
2012-02-09Fixed #10080 -- Slightly extended the fix made in r10401 by also taking comma...Jannis Leidel
2012-02-07Fixed #11745 -- Grouped commands by application in the output of `manage.py h...Aymeric Augustin
2012-02-05Fixed #8317 -- Corrected the inspectdb management command to properly set `pr...Julien Phalip
2012-02-04Made a couple of idiomatic changes in makemessages.Ramiro Morales
2012-02-04Removed hard-coded root tree path in makemessages.Ramiro Morales
2012-02-04Fixed undefined variable name in makemessages command code.Ramiro Morales
2012-02-04Fixed #8291 -- Allowed 'pk' to be used as an ordering option in `Model.Meta`....Julien Phalip
2012-02-04Fixed #17628 -- Extended makemessages command to also ignore directories when...Jannis Leidel
2012-02-04Fixed #17517 -- Added `--name` option to startproject and startapp management...Jannis Leidel
2012-01-19Fixed #17078: properly invoke IPython 0.12.Jacob Kaplan-Moss
2012-01-15Fixed #17468 -- Made sure the project/app template management command tests c...Jannis Leidel
2012-01-14Fixed #17530 - Fixture loading with deferred constraints broken for Postgres ...Luke Plant
2012-01-08Fixed #17300 -- Prevented createcachetable from crashing when the cache table...Aymeric Augustin
2012-01-08Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.Aymeric Augustin
2012-01-04Fixed #17503 -- A destination directory passed to startproject or startapp as...Carl Meyer
2012-01-01Made sure startproject can handle template URLs with trailing slashes.Ramiro Morales
2011-12-29Moved validation of project names to an earlier spot so no directory with inv...Ramiro Morales
2011-12-29Made sure the new project template functionality works when the templateRamiro Morales
2011-12-29Made sure `manage.py help test` works.Ramiro Morales
2011-12-23Refactored the internals of makemessages management command for better readab...Ramiro Morales
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel