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
/
flush.py
Age
Commit message (
Expand
)
Author
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-05-10
Fixed #35429 -- Added argparse choices to --database options.
SaJH
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-06-04
Refs #5086 -- Removed unused only_django argument from sql_flush().
Jon Dufresne
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-21
Refs #29983 -- Fixed displaying pathlib.Path database name in flush command's...
Mariusz Felisiak
2020-04-20
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2015-09-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
2015-03-05
Fixed #24369 -- Prevented crash when flushing before db migration
Claude Paroz
2015-02-28
Simplified emit_post_migrate from flush command
Claude Paroz
2015-02-28
Revert "Fixed #24369 -- Prevented crash when `flush`ing before db migration"
Claude Paroz
2015-02-28
Fixed #24369 -- Prevented crash when `flush`ing before db migration
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2015-01-17
Removed pre_syncdb and post_syncdb signals per deprecation timeline.
Tim Graham
2014-10-27
Fixed #23699 -- Prevented flush from loading initial data for apps with migra...
Tony Zhu
2014-09-06
Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-06-19
Fixed #22835 -- Deprecated NoArgsCommand.
Maxime Turcotte
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-03-22
Avoided transactional truncates on amateur databases.
Aymeric Augustin
2014-03-21
Fixed transaction handling in two management commands.
Aymeric Augustin
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-29
Changed get_migratable_models to use an 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-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-10-16
Add get_migratable_models util method to ConnectionRouter
Claude Paroz
2013-08-09
utils.importlib is deprecated
Andrew Godwin
[next]