summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Collapse)Author
2014-09-25Fixed #23551 -- Fixed bash autocompletion crash on Python 3.Marco Buttu
2014-09-23Fixed #18782 -- Prevented sql_flush to flush viewsClaude Paroz
Thanks rodolfo_3 for the report and the initial patch, and Josh Smeaton, Shai Berger and Tim Graham for the reviews.
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews.
2014-09-06Fixed #22882 -- Fixed a UnicodeDecodeError in flush.Tim Graham
Thanks djbaldey for the report.
2014-09-05Limited lines to 119 characters in django/Tim Graham
refs #23395.
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-08-28Fixed #23379 -- Corrected a referencing issue in sql_create.Simon Charette
Thanks to Trac alias flakfizer for the report.
2014-08-22Fixed #23327 -- Added 'zero' syntax to migrate help messageareski
2014-08-18Fixed #23136 -- Added a message when sqlclear does nothingGabriel Muñumel
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
2014-08-18Merge pull request #3075 from ramiro/makemessages-ignore-windowsRamiro Morales
Fixed #23298 -- Made makemessages actually ignore specified dirs on Wind...
2014-08-18Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso
2014-08-15Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows.Ramiro Morales
This was detected by two failures in the i18n.test_extraction of our test suite. Refs #20422, refs #22336
2014-08-14Fixed #23291 -- Don't add Unicode varname/value to environment.Ramiro Morales
Windows doesn't like that and it causes 114 failures in the admin_scripts tests with Python 2.x.
2014-08-14Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
Thanks SpaceFox for the report.
2014-08-13Fixed flake8 warning.Tim Graham
2014-08-12Fixed #22985 -- Made call_command accept option name parameterClaude Paroz
Thanks giulettamasina for the report and Tim Graham for the review.
2014-08-09Removed unused migrate optionClaude Paroz
2014-08-08Fixed #22336 -- Added path matching for makemessages ignore optionJustin Hamade
This fixes a regression introduced by 9012a9e200.
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-30Fixed #23107 -- Made runserver output respect --no-color.areski
2014-07-29Fixed #23092: Squashing handles external dependenciesAndrew Godwin
2014-07-29Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-27Only warn about initial data if fixtures have been found.Florian Apolloner
2014-07-25Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
2014-07-18Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay
2014-07-16Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz
Also alleviate issues with weird file names typically found in MEDIA_ROOT directories (#23010). Thanks Tim Graham for the review.
2014-07-14Fixed #22791 -- Invoke interactive questioner only for conflicts in ↵Huu Nguyen
specified apps. Thanks bendavis78 for the report and Tim Graham for the review.
2014-07-12Removed extra newline.Tim Graham
2014-07-11Fixed #22983: Alert when squashing RunPython operations with referred functions.Andrew Godwin
2014-07-06Fixed #21079 -- Further normalized table names in inspectdbClaude Paroz
Thanks Michael Manfre for the report and Tim Graham for the review.
2014-07-05Fixed various minor doc typos / references.Daniel Hahler
2014-06-23Fixed #22487: Don't flush out data from before normal TestCasesAndrew Godwin
2014-06-22Clean up syncdb parts of migrate output if no synced appsAndrew Godwin
2014-06-20Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen
Thanks artortenburger for the report.
2014-06-20Swapped placeholders in [sql]migrate command errorClaude Paroz
2014-06-19Fixed #22863: Improve clarity of makemigrations for non-db paramsAndrew Godwin
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-06-16Fixed #22848: Ignore no-migrations errors during makemigrations onlyAndrew Godwin
2014-06-14Fixed #7762 -- Hidden full script name in command error outputClaude Paroz
2014-06-14Restored command error behavior when called from command lineClaude Paroz
Refs #19973.
2014-06-14Fixed several flake8 errorsAlex Gaynor
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-06-14Converted test management command to argparseClaude Paroz
Keeping backwards compatibility with test_runner.option_list is tricky and would imply transforming an optparse.Option to an argparse.Action. I choose to introduce a backwards incompatible change because it only affects testing, not runtime behavior.
2014-06-14Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz
Thanks Tim Graham for the review.
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
Moved logic to syncdb command for backwards compatibility.
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-08Fixed #22777: Add dependency on through for autodetected M2M addsAndrew Godwin
2014-06-07Fixed #22749: Making SQL management commands migration aware.Víðir Valberg Guðmundsson
2014-06-01Revert "Making SQL management commands migration aware."Florian Apolloner
This reverts commit cb9c9a7b5879671053c7d2ad6e79943a8814b274.