index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
sqlsequencereset.py
Age
Commit message (
Expand
)
Author
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
2013-12-29
Removed unused import.
Aymeric Augustin
2013-12-29
Added AppConfig.get_models().
Aymeric Augustin
2013-12-28
Migrated built-in AppCommands to use handle_app_config.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-11-02
More attacking E302 violators
Alex Gaynor
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-10-23
Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...
Julien Phalip
2010-04-01
Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m change...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2008-06-19
Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management comm...
Russell Keith-Magee
2007-08-20
Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...
Adrian Holovaty
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty