index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
bash_completion
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed FastCGI support per deprecation timeline; refs #20766.
Tim Graham
2014-12-26
Replaced sqlall in some bash_completion/admin_scripts tests.
Tim Graham
2014-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-09-25
Fixed #23551 -- Fixed bash autocompletion crash on Python 3.
Marco Buttu
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
Fixed #19973 -- Replaced optparse by argparse in management commands
Claude Paroz
2014-05-11
Completed long overdue sqlinitialdata deprecation.
Ramiro Morales
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
Removed superfluous models.py files.
Aymeric Augustin
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-09-06
Fixed test failure introduced in efd1e6096ee87fe332cf989ba5479e9461d0fb3a (sq...
Tim Graham
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner