summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sqlsequencereset.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+9
* Fixed #30595 -- Added error message when no objects found to sql* management ...Hasan Ramezani2019-07-011-0/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-3/+4
* Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne2016-03-051-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.Tim Graham2014-12-261-2/+0
* Converted remaining management commands to argparseClaude Paroz2014-06-141-9/+6
* Fixed #22749: Making SQL management commands migration aware.Víðir Valberg Guðmundsson2014-06-071-0/+2
* Revert "Making SQL management commands migration aware."Florian Apolloner2014-06-011-2/+0
* Making SQL management commands migration aware.Víðir Valberg Guðmundsson2014-05-291-0/+2
* Removed unused import.Aymeric Augustin2013-12-291-1/+0
* Added AppConfig.get_models().Aymeric Augustin2013-12-291-1/+1
* Migrated built-in AppCommands to use handle_app_config.Aymeric Augustin2013-12-281-2/+6
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+3
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-1/+3
* Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip2011-10-231-1/+1
* Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m change...Russell Keith-Magee2010-04-011-1/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-1/+12
* Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management comm...Russell Keith-Magee2008-06-191-1/+1
* Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...Adrian Holovaty2007-08-201-2/+2
* Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty2007-08-161-0/+9