| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-31 | [3.2.x] Refs #25264 -- Doc's that not all default options are supported by ↵ | Jan Szoja | |
| every management command. Backport of 3cca5fdd3eb5906a385adaf9872581d4ed359041 from main | |||
| 2021-05-17 | [3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and ↵ | Nick Pope | |
| use HTTPS. Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main | |||
| 2021-03-22 | [3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to ↵ | tim-mccurrach | |
| the --exclude option. Backport of cf2f6fc558166656f29609e3864df9af81067d0c from main | |||
| 2021-01-12 | Fixed #32291 -- Added fixtures compression support to dumpdata. | Paolo Melchiorre | |
| 2020-12-14 | Removed redundant sentence in 'check' management command docs. | Adam Johnson | |
| 2020-11-11 | Fixed #31216 -- Added support for colorama terminal colors on Windows. | MinchinWeb | |
| Modern setups on Windows support terminal colors. The colorama library may also be used, as an alternative to the ANSICON library. | |||
| 2020-08-18 | Fixed typo in docs/ref/django-admin.txt. | Mariusz Felisiak | |
| 2020-08-13 | Refs #31811 -- Added optional timing outputs to the test runner. | Ahmad A. Hussein | |
| 2020-07-10 | Fixed #31509 -- Made DiscoverRunner enable faulthandler by default. | ovkulkarni | |
| 2020-06-15 | Fixed #31690 -- Added note about fuzzy entries in translation docs. | sebashwa | |
| 2020-05-21 | Fixed #31546 -- Allowed specifying list of tags in ↵ | Hasan Ramezani | |
| Command.requires_system_checks. | |||
| 2020-05-19 | Fixed #31504 -- Allowed calling makemigrations without an active database ↵ | wtkm11 | |
| connection. | |||
| 2020-05-15 | Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata. | Paolo Melchiorre | |
| 2020-05-13 | Used :envvar: role and .. envvar:: directive in various docs. | Nick Pope | |
| 2020-05-13 | Removed versionadded/changed annotations for 3.0. | Mariusz Felisiak | |
| 2020-04-23 | Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt. | Jon Dufresne | |
| 2020-04-14 | Fixed #29501 -- Allowed dbshell to pass options to underlying tool. | Adam Johnson | |
| 2020-03-26 | Fixed #31402 -- Added migrate --check option. | Gordon Pendleton | |
| Command exits with non-zero status if unapplied migrations exist. | |||
| 2020-03-19 | Fixed #31123 -- Added --include-stale-apps option to the ↵ | gowthamk63 | |
| remove_stale_contenttypes management command. Co-Authored-By: Javier Buzzi <buzzi.javier@gmail.com> | |||
| 2020-02-07 | Refs #31055 -- Added --database option to the check management command. | Simon Charette | |
| This avoids enabling the ``database`` checks unless they are explicitly requested and allows to disable on a per-alias basis which is required when only creating a subset of the test databases. This also removes unnecessary BaseCommand._run_checks() hook. | |||
| 2020-01-13 | Fixed typo in docs/ref/django-admin.txt. | Daniel Hahler | |
| 2019-12-09 | Fixed #27430 -- Added -b/--buffer option to DiscoverRunner. | Baptiste Mispelon | |
| 2019-12-06 | Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. | Jon Dufresne | |
| Unify on the entry point created by setuptools entry_points feature. | |||
| 2019-11-20 | Fixed #25388 -- Added an option to allow disabling of migrations during test ↵ | Jon Dufresne | |
| database creation. | |||
| 2019-11-08 | Refs #30948 -- Updated install instructions to use pip instead of setup.py. | Jon Dufresne | |
| Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> | |||
| 2019-11-07 | Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to ↵ | Farhaan Bukhsh | |
| command-line client. | |||
| 2019-10-08 | Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel. | Caio Ariede | |
| 2019-09-30 | Doc'd that migrate commmand accepts a unique migration name prefix. | David Vaz | |
| 2019-09-27 | Fixed #30597 -- Clarified how to unapply migrations. | David Vaz | |
| 2019-09-27 | Refs #30597 -- Added a warning about dependent apps when unapplying migrations. | David Vaz | |
| 2019-09-10 | Removed versionadded/changed annotations for 2.2. | Mariusz Felisiak | |
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-08-07 | Fixed #30676 -- Added --pdb option to test runner. | Andrew Godwin | |
| 2019-07-31 | Fixed #30160 -- Added support for LZMA and XZ templates to ↵ | Nick Pope | |
| startapp/startproject management commands. | |||
| 2019-07-31 | Refs #30160 -- Doc'd startapp/startproject support for tarfile templates. | Nick Pope | |
| 2019-07-31 | Refs #30160 -- Simplified archive extension map and added other aliases. | Nick Pope | |
| 2019-07-11 | Doc'd --no-input option for createsuperuser. | Hasan Ramezani | |
| 2019-07-09 | Fixed typos in docs/ref/django-admin.txt. | Mariusz Felisiak | |
| 2019-07-02 | Fixed #27801 -- Made createsuperuser fall back to environment variables for ↵ | Hasan Ramezani | |
| password and required fields. | |||
| 2019-05-07 | Fixed typo in docs/ref/django-admin.txt. | Daniel Musketa | |
| 2019-05-03 | Ignored pywatchman.SocketTimeout in Watchman autoreloader. | Daniel Hahler | |
| Bumped minimum supported pywatchman version to 1.2.0. These exceptions don't require checking a server status. | |||
| 2019-04-30 | Fixed #30245 -- Added -k option to DiscoverRunner. | François Freitag | |
| 2019-04-30 | Fixed #30418 -- Added --skip-checks management command option. | Jon Dufresne | |
| 2019-04-26 | Fixed #30361 -- Increased the default timeout of watchman client to 5 ↵ | Jacob Green | |
| seconds and made it customizable. Made the default timeout of watchman client customizable via DJANGO_WATCHMAN_TIMEOUT environment variable. | |||
| 2019-04-18 | Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵ | Ramiro Morales | |
| comments and hints. | |||
| 2019-03-28 | Used extlinks for Django's source code. | Tim Graham | |
| 2019-03-08 | Fixed #30186 -- Made showmigrations --list display the applied datetimes at ↵ | tschilling | |
| verbosity 2+. | |||
| 2019-02-06 | Refs #15372 -- Removed obsolete docs about manage.py setting sys.path. | Andy Chosak | |
| 2019-01-28 | Fixed #29973 -- Added compilemessages --ignore option. | rsiemens | |
| 2019-01-17 | Removed versionadded/changed annotations for 2.1. | Tim Graham | |
