summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
2021-09-01Fixed #32309 -- Added --exclude option to startapp/startproject management co...sage
2021-08-31Refs #25264 -- Doc's that not all default options are supported by every mana...Jan Szoja
2021-08-19Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak
2021-08-03Fixed #31621 -- Added support for '--parallel auto' to test management command.Adam Johnson
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-08Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-03-30Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax ...Chris Jerdonek
2021-03-22Fixed #32576 -- Corrected dumpdata docs for passing model names to the --excl...tim-mccurrach
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-01-18Fixed #32296 -- Added --skip-checks option to runserver command.Hasan Ramezani
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2021-01-12Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre
2020-12-14Removed redundant sentence in 'check' management command docs.Adam Johnson
2020-11-11Fixed #31216 -- Added support for colorama terminal colors on Windows.MinchinWeb
2020-08-18Fixed typo in docs/ref/django-admin.txt.Mariusz Felisiak
2020-08-13Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein
2020-07-10Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.ovkulkarni
2020-06-15Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-05-19Fixed #31504 -- Allowed calling makemigrations without an active database con...wtkm11
2020-05-15Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata.Paolo Melchiorre
2020-05-13Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-23Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.Jon Dufresne
2020-04-14Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson
2020-03-26Fixed #31402 -- Added migrate --check option.Gordon Pendleton
2020-03-19Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...gowthamk63
2020-02-07Refs #31055 -- Added --database option to the check management command.Simon Charette
2020-01-13Fixed typo in docs/ref/django-admin.txt.Daniel Hahler
2019-12-09Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.Baptiste Mispelon
2019-12-06Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne
2019-11-20Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne
2019-11-08Refs #30948 -- Updated install instructions to use pip instead of setup.py.Jon Dufresne
2019-11-07Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command...Farhaan Bukhsh
2019-10-08Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.Caio Ariede
2019-09-30Doc'd that migrate commmand accepts a unique migration name prefix.David Vaz
2019-09-27Fixed #30597 -- Clarified how to unapply migrations.David Vaz
2019-09-27Refs #30597 -- Added a warning about dependent apps when unapplying migrations.David Vaz
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-08-07Fixed #30676 -- Added --pdb option to test runner.Andrew Godwin
2019-07-31Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproj...Nick Pope
2019-07-31Refs #30160 -- Doc'd startapp/startproject support for tarfile templates.Nick Pope
2019-07-31Refs #30160 -- Simplified archive extension map and added other aliases.Nick Pope
2019-07-11Doc'd --no-input option for createsuperuser.Hasan Ramezani
2019-07-09Fixed typos in docs/ref/django-admin.txt.Mariusz Felisiak
2019-07-02Fixed #27801 -- Made createsuperuser fall back to environment variables for p...Hasan Ramezani
2019-05-07Fixed typo in docs/ref/django-admin.txt.Daniel Musketa
2019-05-03Ignored pywatchman.SocketTimeout in Watchman autoreloader.Daniel Hahler