summaryrefslogtreecommitdiff
path: root/django/core/management/commands
AgeCommit message (Expand)Author
2013-03-16Fix #20058: Make compilemessages use stdout instead of stderr.Baptiste Mispelon
2013-03-11Fixed a refactoring error in ba5138b1.Aymeric Augustin
2013-03-11Fixed loaddata command, broken in the previous merge.Aymeric Augustin
2013-03-11Used commit_on_success_unless_managed in loaddata.Aymeric Augustin
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-03-11Made transaction.managed a no-op and deprecated it.Aymeric Augustin
2013-03-10Made (make|compile)messages check for availability of gettext commands.Ramiro Morales
2013-03-01Removed unused options copy in flushClaude Paroz
2013-02-26Move management helper function to new utils module.Ramiro Morales
2013-02-26Don't use os.system() in compilemessages.Ramiro Morales
2013-02-24Add sqldropindexes to manageTomasz Rybak
2013-02-03Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales
2013-02-02Fixed #14305 -- Switched inspectdb to create unmanaged models.Ramiro Morales
2013-02-01Avoided ambiguous output when runserver port is already in use.Aymeric Augustin
2013-01-31Fixed dict randomization issue in inspectdbClaude Paroz
2013-01-31Fixed #19341 -- Detected NullBooleanField when introspecting modelsClaude Paroz
2013-01-31Added introspection tests for most of Django model fieldsClaude Paroz
2013-01-28Fixed #19676 -- Supported 'self' foreign keys in inspectdb.Aymeric Augustin
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-24Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...Ramiro Morales
2013-01-24Fixed #19125 -- The startproject command should validate the name earlierClaude Paroz
2013-01-19Fix in makemessages refactoring plus UI tweaks.Ramiro Morales
2013-01-19Refactored makemessages commandClaude Paroz
2013-01-17Made (make|compile)messages commands accept multiple locales at once.Craig Blaszczyk
2013-01-16Modified makemessages so it creates .pot files once per invocation.Ramiro Morales
2013-01-16Fixed #17008 -- Added makemessages option to not remove .pot files.Ramiro Morales
2012-12-31Fixed #17078 -- Made shell use std IPython startup.Ramiro Morales
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-12-18Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-17Refactor loaddata for readability.Ramiro Morales
2012-10-27Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-10-26Merge branch 'master' into schema-alterationAndrew Godwin
2012-10-10Fixed error output from runserverClaude Paroz
2012-10-01Cleaned up loaddata command options help textPreston Holmes
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-22Remove weird syncdb managed thing - no longer needed.Andrew Godwin
2012-09-17More schema test fixingAndrew Godwin
2012-09-10Fixed #18611 -- Display current date/time when running runserverMike Grouchy
2012-08-29[py3] Ported the 'shell' management command.Aymeric Augustin
2012-08-23Fixed #18843 -- Replaced more special chars in column names (inspectdb)Claude Paroz
2012-08-23Fixed #12460 -- Improved inspectdb handling of special field namesClaude Paroz
2012-08-21Fixed #18196 -- Improved loaddata error messages.Claude Paroz
2012-08-21Merge walk and find_files in makemessages commandClaude Paroz
2012-08-18[py3] Removed gratuitous use of map/lambdaAymeric Augustin
2012-08-14[py3] Replace filter/lambda by list comprehensionsAymeric Augustin
2012-08-13Removed binary flag to open files for writing text contentClaude Paroz
2012-08-08[py3] Fixed compilemessages testsClaude Paroz