index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
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
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-06-12
Fixed #20579 -- Improved TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-05-23
Fixed #11398 - Added a pre_syncdb signal
Donald Stufft
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
[next]