summaryrefslogtreecommitdiff
path: root/django/core/management/commands
AgeCommit message (Expand)Author
2013-10-22[1.6.x] Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales
2013-10-01[1.6.x] Fixed #21209 -- .po file path comments on Windows.Ramiro Morales
2013-09-22[1.6.x] Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-06[1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serialize...Russell Keith-Magee
2013-09-03[1.6.x] Fixed #21026 -- Corrected help for manage.py test command.Carl Meyer
2013-08-20[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
2013-07-30[1.6.x] Added support for IPython.start_ipython in shellMinRK
2013-06-25Fixed #20653 -- Renamed checksetup management command.Russell Keith-Magee
2013-06-22Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...Ramiro Morales
2013-06-14Fixed python 3.2 compat.Florian Apolloner
2013-06-13Added a ``checksetup`` management command for verifying Django compatibility.Daniel Lindsley
2013-06-12Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin
2013-06-10Added a stealth option to flush to allow cascades.Aymeric Augustin
2013-06-09Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.Tim Graham
2013-06-03Fixed loaddata for Django checkouts with non ASCII chars in the name.Florian Apolloner
2013-06-03Fixed small regression from 51aa000378.Aymeric Augustin
2013-06-02Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin
2013-05-31Improved the usage message of the test command.René Fleschenberg
2013-05-30Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-23Fixed #11398 - Added a pre_syncdb signalDonald Stufft
2013-05-22Removed check for 0.15 version of gettext toolsClaude Paroz
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
2013-05-19Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic
2013-05-19Fixed #18990: Loaddata now complains if fixture doesn't existSenko Rasic
2013-05-18Fixed #20422 -- Applied makemessage's --ignore patterns to full pathBaptiste Mispelon
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-07Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`Tai Lee
2013-04-01Fixed #5014 -- Guessed max_digits and decimal_places for SQLiteClaude Paroz
2013-03-24Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-18Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin
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