summaryrefslogtreecommitdiff
path: root/django/core/management/commands
AgeCommit message (Expand)Author
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-29Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an...Przemek Lewandowski
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-26Fix "OK" alignment in migrate outputAndrew Godwin
2013-07-26Add --fake option to migrateAndrew Godwin
2013-07-26Use new transaction API in syncdb section of migrateAndrew Godwin
2013-07-26Remove nasty error message checking hackAndrew Godwin
2013-07-25Add tests for the migrate command and fix a bug they exposedAndrew Godwin
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-07-24Fixed #14300 -- Fixed initial SQL location if models is a package.Tim Graham
2013-07-22Make migrate command recognise prefixes and 'zero'.Andrew Godwin
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-06-28Removed 'cleanup' management command as per deprecation TL.Ramiro Morales
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
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-20Rename makemigration to makemigrationsAndrew Godwin
2013-06-19Autodetect fields, have migrate actually workAndrew Godwin
2013-06-19Makemigration command now worksAndrew Godwin
2013-06-19First stab at some migration creation commandsAndrew Godwin
2013-06-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
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-07Initial stab at a migrate command, it's probably quite a way off.Andrew Godwin
2013-06-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
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-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-10Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-07Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`Tai Lee
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
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