summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sqlsequencereset.py
AgeCommit message (Expand)Author
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-07-01Fixed #30595 -- Added error message when no objects found to sql* management ...Hasan Ramezani
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-26Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.Tim Graham
2014-06-14Converted remaining management commands to argparseClaude Paroz
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
2014-05-29Making SQL management commands migration aware.Víðir Valberg Guðmundsson
2013-12-29Removed unused import.Aymeric Augustin
2013-12-29Added AppConfig.get_models().Aymeric Augustin
2013-12-28Migrated built-in AppCommands to use handle_app_config.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-11-02More attacking E302 violatorsAlex Gaynor
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-10-23Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip
2010-04-01Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m change...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2008-06-19Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management comm...Russell Keith-Magee
2007-08-20Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...Adrian Holovaty
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty