Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/sqlsequencereset.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24054 -- Enabled sqlsequencereset for apps with mi...Tim Graham2014-12-261-2/+0
* Converted remaining management commands to argparseClaude Paroz2014-06-141-9/+6
* Fixed #22749: Making SQL management commands migration aw...Víðir Valberg Guðmundsson2014-06-081-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 com...Claude Paroz2012-06-071-1/+3
* Fixed #13760 -- Cleaned up unnecessary default option han...Julien Phalip2011-10-231-1/+1
* Fixed #13248 -- Corrected the output of sqlsequencereset ...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 provide...Russell Keith-Magee2008-06-191-1/+1
* Refactored get_sql_sequence_reset() to DatabaseOperations...Adrian Holovaty2007-08-201-2/+2
* Major refactoring of django.core.management -- it's now a...Adrian Holovaty2007-08-161-0/+9