Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/bash_completion
Commit message (Collapse)AuthorAgeFilesLines
* Removed support for syncing apps without migrations per ↵Tim Graham2015-01-181-1/+1
| | | | | | | deprecation timeline. Kept support for creating models without migrations when running tests (especially for Django's test suite).
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-1/+1
|
* Removed FastCGI support per deprecation timeline; refs ↵Tim Graham2015-01-171-6/+0
| | | | #20766.
* Replaced sqlall in some bash_completion/admin_scripts tests.Tim Graham2014-12-271-3/+3
| | | | | sqlall will be removed in Django 1.9, so now's a good time to remove its usage where it's not important.
* Fixed #23930 -- Added copies of captured_std* managers ↵wrwrwr2014-11-291-10/+7
| | | | | | from CPython's test.support. StringIO import was adapted for compatibility with Python 2.
* Fixed #23551 -- Fixed bash autocompletion crash on Python 3.Marco Buttu2014-09-251-2/+24
|
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-6/+6
|
* Converted remaining management commands to argparseClaude Paroz2014-06-141-6/+3
|
* Fixed #19973 -- Replaced optparse by argparse in ↵Claude Paroz2014-06-141-2/+2
| | | | | | management commands Thanks Tim Graham for the review.
* Completed long overdue sqlinitialdata deprecation.Ramiro Morales2014-05-121-1/+1
|
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
| | | | | | Also renamed app_cache to apps and "app cache" to "app registry". Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
| | | | Reverted 4a56a93cc458e9ab4dcab95d9f5067d4975dd1a2.
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-3/+5
| | | | Used the app cache's get_app_configs() method instead.
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
| | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Removed unneeded imports in tests's __init__.py and ↵Florian Apolloner2013-09-093-3/+0
| | | | unified them.
* Fixed test failure introduced in ↵Tim Graham2013-09-071-1/+1
| | | | efd1e6096ee87fe332cf989ba5479e9461d0fb3a (sqlmigrate)
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
| | | | Refs #20680.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+105