summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
2020-06-15[3.1.x] Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
2020-05-13[3.1.x] Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
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
2019-04-30Fixed #30245 -- Added -k option to DiscoverRunner.François Freitag
2019-04-30Fixed #30418 -- Added --skip-checks management command option.Jon Dufresne
2019-04-26Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...Jacob Green
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-03-08Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...tschilling
2019-02-06Refs #15372 -- Removed obsolete docs about manage.py setting sys.path.Andy Chosak
2019-01-28Fixed #29973 -- Added compilemessages --ignore option.rsiemens
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2018-12-19Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.Dakota Hawkins
2018-11-26Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak
2018-11-19Refs #29722 -- Added introspection of partitions for PostgreSQL.Nick Pope
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-10-23Fixed #29831 -- Added validation for makemigrations --name.Prabakaran Kumaresshan
2018-10-23Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-10-15Fixed #29817 -- Deprecated settings.FILE_CHARSET.Jon Dufresne
2018-10-02Refs #29722 -- Added introspection of materialized views for PostgreSQL.Nick Pope
2018-10-02Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.Nick Pope
2018-10-02Removed docs for obsolete limitations of inspectdb.Tim Graham
2018-09-11Fixed #29560 -- Added --force-color management command option.Hasan Ramezani