summaryrefslogtreecommitdiff
path: root/django/core/management/commands
AgeCommit message (Expand)Author
2011-02-12Fixed #8536 -- Made sure the makemessages management command cleans up after ...Jannis Leidel
2011-01-27Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm...Russell Keith-Magee
2011-01-25Fixed #14419 -- Enhanced the help text of the makemessages management command...Ramiro Morales
2011-01-24Fixed 14796 -- Modified order of operations performed on field names by the i...Ramiro Morales
2011-01-21Converted makemessages management command to a NoArgsCommand.Ramiro Morales
2011-01-21Added contrib apps to ignore list when running makemessages in the Djagno sou...Jannis Leidel
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2011-01-15Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...Russell Keith-Magee
2010-12-12Fixed #14187 -- Added support for bpython to shell management command. Thanks...Jannis Leidel
2010-12-12Fixed #12735, #14892 and #11542 -- Fixed support for the latest IPython (deve...Jannis Leidel
2010-12-12Fixed #14268 -- Start the deprecation of the reset and sqlreset management co...Jannis Leidel
2010-12-04Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...Ramiro Morales
2010-11-26Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma...Jannis Leidel
2010-11-17Fixed #10004 and #12320 -- Enabled the makemessages management command to col...Jannis Leidel
2010-11-13Refactored runserver command and moved code related to staticfiles to a subcl...Jannis Leidel
2010-11-13Fixed a few typos introduced in r14533.Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-11-04Fixed #6476 -- Added option to makemessages management command to disable wra...Jannis Leidel
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-10-31When looking for django tables which exist, query for all tables once, not on...Alex Gaynor
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-10Fixed #6073 -- Made compilemessages 18n management command reject PO files wi...Ramiro Morales
2010-10-02Fixed #10215 -- Ensured that there is parity between enter and leave transact...Russell Keith-Magee
2010-09-12Always pass models in post_syncdb signals as a set (not as a listMalcolm Tredinnick
2010-08-30Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...Luke Plant
2010-08-20Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...Russell Keith-Magee
2010-08-07Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee
2010-08-06Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...Russell Keith-Magee
2010-08-05Corrected fix committed in r13466. Refs #14025.Russell Keith-Magee
2010-08-04Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-08-04Fixed #14025 -- Modified flush to adhere to router sync instructions when emm...Russell Keith-Magee
2010-06-21Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to...Russell Keith-Magee
2010-06-05Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...Russell Keith-Magee
2010-04-27Fixed #12286 -- Corrected order of table creation in syncdb so that it doesn'...Russell Keith-Magee
2010-04-19Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...Russell Keith-Magee
2010-04-11Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded"...Russell Keith-Magee
2010-04-09Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...Russell Keith-Magee
2010-04-01Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m change...Russell Keith-Magee
2010-03-31Fixed #13253 -- Updated the help message for dumpdata to indicate that indivi...Russell Keith-Magee
2010-02-26Fixed #12712 -- Corrected a problem with synchronizing that prevented m2m tab...Russell Keith-Magee
2010-02-21Fixed #12655 - diffsettings command now returns the diff instead of printing....Jannis Leidel
2010-02-16Removed Python 2.3 compat code in translation framework.Jannis Leidel
2010-02-16Fixed #6505 - Copy plural forms from Django translation files for newly creat...Jannis Leidel
2010-02-16Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...Jannis Leidel
2010-02-16Fixed #6380 - Follow symlinks when examining source code and templates for tr...Jannis Leidel
2010-02-16Fixed #4695 - Worked around a problem of xgettext ignoring some translation s...Jannis Leidel
2010-02-16Fixed #11284 - Stop forcing the use of the djangojs domain when the ".js" fil...Jannis Leidel
2010-02-11Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to F...Russell Keith-Magee
2010-02-05Fixed #11869 - Prevent deadlocks when calling gettext utilities on Windows. A...Jannis Leidel