summaryrefslogtreecommitdiff
path: root/django/core/management/commands
AgeCommit message (Expand)Author
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...Baptiste Mispelon
2014-08-18[1.7.x] Fixed #23298 -- Made makemessages actually ignore specified dirs on W...Ramiro Morales
2014-08-14[1.7.x] Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
2014-08-12[1.7.x] Fixed #22686 -- Prevented makemessages crash with unicode filenameClaude Paroz
2014-08-12[1.7.x] Revert "Applied unicode_literals to makemessages command"Claude Paroz
2014-08-08[1.7.x] Fixed #22336 -- Added path matching for makemessages ignore optionJustin Hamade
2014-07-29[1.7.x] Fixed #23092: Squashing handles external dependenciesAndrew Godwin
2014-07-29[1.7.x] Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-27[1.7.x] Only warn about initial data if fixtures have been found.Florian Apolloner
2014-07-25[1.7.x] Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
2014-07-24[1.7.x] Avoided transactional truncates on amateur databases.Aymeric Augustin
2014-07-24[1.7.x] Avoided transactional DDL on castrated databases.Aymeric Augustin
2014-07-24[1.7.x] Fixed #23089 -- Fixed transaction handling in two management commands.Aymeric Augustin
2014-07-16[1.7.x] Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz
2014-07-14[1.7.x] Fixed #22791 -- Invoke interactive questioner only for conflicts in s...Huu Nguyen
2014-07-12[1.7.x] Removed extra newline.Tim Graham
2014-07-11[1.7.x] Fixed #22983: Alert when squashing RunPython operations with referred...Andrew Godwin
2014-07-05[1.7.x] Fixed various minor doc typos / references.Daniel Hahler
2014-06-23[1.7.x] Fixed #22487: Don't flush out data from before normal TestCasesAndrew Godwin
2014-06-22[1.7.x] Clean up syncdb parts of migrate output if no synced appsAndrew Godwin
2014-06-20[1.7.x] Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen
2014-06-20[1.7.x] Swapped placeholders in [sql]migrate command errorClaude Paroz
2014-06-19[1.7.x] Fixed #22863: Improve clarity of makemigrations for non-db paramsAndrew Godwin
2014-06-16[1.7.x] Fixed #22848: Ignore no-migrations errors during makemigrations onlyAndrew Godwin
2014-06-10[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-08[1.7.x] Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-08[1.7.x] Fixed #22777: Add dependency on through for autodetected M2M addsAndrew Godwin
2014-06-07[1.7.x] Fixed #22749: Making SQL management commands migration aware.Víðir Valberg Guðmundsson
2014-06-01[1.7.x] Revert "Making SQL management commands migration aware."Florian Apolloner
2014-05-29[1.7.x] Making SQL management commands migration aware.Víðir Valberg Guðmundsson
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-26[1.7.x] Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.Moayad Mardini
2014-05-24[1.7.x] Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-24[1.7.x] Applied unicode_literals to makemessages commandClaude Paroz
2014-05-19[1.7.x] Updated Django makemessages processClaude Paroz
2014-05-15[1.7.x] Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-08[1.7.x] Removed unused imports in makemigrationsClaude Paroz
2014-05-06[1.7.x] Fixed #22576: Ensure makemigrations doesn't touch the database.Andrew Godwin
2014-04-30[1.7.x] Cleanup failing test w/contenttypes and remove useless graph loadAndrew Godwin
2014-04-30[1.7.x] Fixed #22485: Include all unmigrated apps in project state by default.Andrew Godwin
2014-04-30[1.7.x] Fixed #22511 -- Added args to migrations management commands.Bruno Ribeiro da Silva
2014-04-23[1.7.x] Set compile messages options as class variableClaude Paroz
2014-04-21[1.7.x] Appeased flake8 2.1.0.Aymeric Augustin
2014-04-21[1.7.x] Corrected many style guide violations that the newest version of flak...Alex Gaynor
2014-04-18[1.7.x] Adapted fixture read mode to file typeClaude Paroz
2014-04-18[1.7.x] Fixed #22399 -- Forced fixture reading in binary modeClaude Paroz
2014-04-10[1.7.x] Fixed #22194 -- Added --list-tags option to check command.Tim Graham
2014-03-25[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
2014-03-18Mentioned that ``dumpdata --natural`` is deprecated.Daniel Hahler
2014-03-08Fix bad conflict detection during makemigrationsAndrew Godwin