summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Collapse)Author
2019-11-08[3.0.x] Refs #30948 -- Updated install instructions to use pip instead of ↵Jon Dufresne
setup.py. Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> Backport of eee4da3b5748370a5c562bc63d2cae61ea85b16c from master
2019-11-07[3.0.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed ↵Farhaan Bukhsh
to command-line client. Backport of cc5622ec8c260535c63279cf6eb293f2b5a742f0 from master
2019-10-08[3.0.x] Fixed #28790 -- Doc'd how to avoid running certain test classes in ↵Caio Ariede
parallel. Backport of dafdfd6a60638c4edcca7c4e65d11c0af654d759 from master
2019-09-30[3.0.x] Doc'd that migrate commmand accepts a unique migration name prefix.David Vaz
Backport of e02f67ef2d03d48128e7a118bf75f0418e24e8ac from master
2019-09-27[3.0.x] Fixed #30597 -- Clarified how to unapply migrations.David Vaz
Backport of 45554fd5c5c6a536db3ce70d78646d3dc398cf08 from master
2019-09-27[3.0.x] Refs #30597 -- Added a warning about dependent apps when unapplying ↵David Vaz
migrations. Backport of abba563c8635a52e8b657dee7708202e1f69433c from master
2019-09-06Fixed #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-07Fixed #30676 -- Added --pdb option to test runner.Andrew Godwin
2019-07-31Fixed #30160 -- Added support for LZMA and XZ templates to ↵Nick Pope
startapp/startproject management commands.
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 ↵Hasan Ramezani
password and required fields.
2019-05-07Fixed typo in docs/ref/django-admin.txt.Daniel Musketa
2019-05-03Ignored 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-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 ↵Jacob Green
seconds and made it customizable. Made the default timeout of watchman client customizable via DJANGO_WATCHMAN_TIMEOUT environment variable.
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales
comments and hints.
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-03-08Fixed #30186 -- Made showmigrations --list display the applied datetimes at ↵tschilling
verbosity 2+.
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
Removed support for pyinotify (refs #9722).
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
Thanks Tim Graham for the review.
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
Thanks infinite-l00p for the initial patch.
2018-10-02Removed docs for obsolete limitations of inspectdb.Tim Graham
2018-09-11Fixed #29560 -- Added --force-color management command option.Hasan Ramezani
2018-08-03Fixed #29198 -- Added migrate --plan option.Calvin DeBoer
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-03-22Fixed #29250 -- Added 'django_version' context to startapp/project docs.Graham Ullrich
2018-02-12Fixed #24270 -- Doc'd that django_bash_completion is only in the source ↵Carlton Gibson
distribution.
2018-01-27Fixed #29004 -- Added inspectdb --include-views option.bquinn
2018-01-24Fixed #28784 -- Clarified how migrate --fake works.Senthil
2018-01-23Fixed "template tag" spelling in docs.Tim Graham
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-20Refs #25604 -- Removed docs for makemigrations --exit.Chris Jerdonek
Follow up to e0910dcc9283cd8f782cb97836c291f6f395f3f0.
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-09Refs #24928 -- Added introspection support for PostgreSQL JSONFieldClaude Paroz
Thanks Adam Johnson and Tim Graham for the reviews.