summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
Commit message (Expand)AuthorAgeFilesLines
* Used extlinks for PyPI links.Tim Graham2023-04-171-6/+4
* Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson2023-03-071-0/+7
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-9/+9
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-50/+150
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-8/+0
* Fixed #34054 -- Created a new fixtures topic.Filip Lajszczak2022-11-021-135/+18
* Removed note about "0" IP address from tutorial.Mariusz Felisiak2022-10-041-2/+2
* Fixed #34051 -- Made makemigrations --check exit before making migrations.Jacob Walls2022-09-281-0/+5
* Fixed #33986 -- Hardened binary lookup in template commands.Shai Berger2022-09-071-2/+16
* Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov2022-08-091-1/+1
* Fixed #24870 -- Added --update option to makemigrations command.David Wobrock2022-06-171-0/+7
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-171-18/+0
* Removed hyphen from pre-/re- prefixes.David2022-04-281-1/+1
* Rewrote some references to "master".Adam Johnson2022-03-081-5/+5
* Fixed #27844 -- Added optimizemigration management command.David Wobrock2022-02-221-2/+20
* Refs #33476 -- Made management commands use black.Carlton Gibson2022-02-111-0/+18
* Fixed #26760 -- Added --prune option to migrate command.Jacob Walls2022-01-211-0/+8
* Fixed #29026 -- Added --scriptable option to makemigrations.Jacob Walls2022-01-101-0/+7
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-20/+0
* Fixed #32309 -- Added --exclude option to startapp/startproject management co...sage2021-09-011-0/+16
* Refs #25264 -- Doc's that not all default options are supported by every mana...Jan Szoja2021-08-311-3/+7
* Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak2021-08-191-3/+2
* Fixed #31621 -- Added support for '--parallel auto' to test management command.Adam Johnson2021-08-031-4/+10
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-4/+4
* Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek2021-07-081-1/+20
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-171-1/+1
* Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax ...Chris Jerdonek2021-03-301-0/+6
* Fixed #32576 -- Corrected dumpdata docs for passing model names to the --excl...tim-mccurrach2021-03-221-3/+3
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-4/+0
* Fixed #32296 -- Added --skip-checks option to runserver command.Hasan Ramezani2021-01-181-1/+6
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-10/+0
* Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre2021-01-121-0/+11
* Removed redundant sentence in 'check' management command docs.Adam Johnson2020-12-141-2/+0
* Fixed #31216 -- Added support for colorama terminal colors on Windows.MinchinWeb2020-11-111-6/+38
* Fixed typo in docs/ref/django-admin.txt.Mariusz Felisiak2020-08-181-1/+1
* Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein2020-08-131-0/+6
* Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.ovkulkarni2020-07-101-0/+8
* Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa2020-06-151-1/+3
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-211-1/+1
* Fixed #31504 -- Allowed calling makemigrations without an active database con...wtkm112020-05-191-0/+6
* Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata.Paolo Melchiorre2020-05-151-4/+9
* Used :envvar: role and .. envvar:: directive in various docs.Nick Pope2020-05-131-10/+19
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-131-22/+0
* Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.Jon Dufresne2020-04-231-1/+1
* Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson2020-04-141-0/+27
* Fixed #31402 -- Added migrate --check option.Gordon Pendleton2020-03-261-0/+7
* Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...gowthamk632020-03-191-0/+7
* Refs #31055 -- Added --database option to the check management command.Simon Charette2020-02-071-0/+10
* Fixed typo in docs/ref/django-admin.txt.Daniel Hahler2020-01-131-1/+1
* Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.Baptiste Mispelon2019-12-091-0/+7