summaryrefslogtreecommitdiff
path: root/docs/faq/troubleshooting.txt
AgeCommit message (Collapse)Author
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2019-12-06Fixed #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-08Refs #30948 -- Updated install instructions to use pip instead of setup.py.Jon Dufresne
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-06-24Fixed #22880 -- Added FAQ entry about UnicodeDecodeErrorClaude Paroz
Thanks Víðir Valberg Guðmundsson for the report and Tim Graham for the review.
2012-12-15Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows.Tim Graham
Thanks Hourann Bosci for the patch.
2012-08-04Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ ↵Angeline Tan
Troubleshooting page. This is to avoid confusion for beginners.