summaryrefslogtreecommitdiff
path: root/docs/faq
AgeCommit message (Collapse)Author
2020-10-13Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak
2020-06-03Removed reference to unsupported versions of Django and Python.David Smith
2020-05-29Corrected FAQ link in docs/faq/help.txt.Jon Dufresne
Without the leading slash, was pointing to Python's FAQ https://docs.python.org/3/faq/index.html.
2020-05-13Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2020-05-13Added stub release notes for 3.2.Mariusz Felisiak
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵Adam Johnson
comments.
2020-04-29Fixed #31356 -- Changed IRC links to the Freenode webchat.Hasan Ramezani
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-03-31Removed unused link in docs/faq/help.txt.Mariusz Felisiak
Unused since its introduction in 97cb07c3a10ff0e584a260a7ee1001614691eb1d.
2020-03-30Fixed links in Getting Help FAQ.Adam Johnson
Follow up to 6ef4c8aa9f887f72ebdacff229b9012686272e3a,
2020-03-26Rewrote Get Help FAQ.Adam Johnson
2020-02-28Fixed #31032 -- Updated admin browser support FAQ for 2020.Carlton Gibson
Following web standards, the modern _evergreen_ browsers are all supported. This applies equally to mobile platforms. Assuming current trends continue, this should be a sustainable policy. Microsoft deprecated all versions of Internet Explorer. IE 11, the last version, is described as a "compatibility solution" rather than a web browser. Whilst it will receive security updates for the lifetime of Windows 10 it's use is actively discouraged. The IE 11 downloads page makes it clear: "We recommend you use the new Microsoft Edge".
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-27Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ.Mariusz Felisiak
2019-11-12Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.Mariusz Felisiak
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>
2019-10-04Made minor edits and small fixes to docs/faq/install.txt.Katie McLaughlin
2019-09-10Added stub release notes for 3.1.Mariusz Felisiak
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-05-27Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-01-17Added stub release notes for 3.0.Tim Graham
2018-12-22Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope
2018-11-17Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.Tim Graham
2018-11-10Updated some links to https and new locations.Mads Jensen
2018-06-29Fixed #29261 -- Doc'd the reason for LICENSE.python.James Bennett
2018-06-28Refs #28814 -- Documented Python 3.7 compatibility.Asif Saifuddin Auvi
2018-05-17Added stub 2.2 release notes.Tim Graham
2017-08-11Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.Tim Graham
2017-08-07Added newline at end of docs/faq/index.txt.Mads Jensen
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-03-21Removed an obsolete temporal reference in docs/faq/general.txt.Garry Polley
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-14Replaced docs/internals/team.txt with DSF teams page.Tobias McNulty
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-12-21Removed the importance of "core developers" in triaging tickets, etc.Tim Graham
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-11-03Fixed #27425 -- Removed obsolete "developers for hire" FAQ.Tim Graham
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-08-26Added Django 1.11, 2.0 to Python version support table.Tim Graham
2016-07-14Fixed #26894 -- Fixed a typo in docs/faq/admin.txtTim Graham
2016-02-03Changed gypsy to manouche in docs and tests.Blake Griffith
"Gypsy" is considered a slur by the Romani people whom it refers to. "manouche jazz" is used in place of "gypsy jazz" and is an accepted term for the same genre of music.
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-08Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of ↵Tim Graham
2016.
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-10-26Added Django 1.10 to Python version support table.Tim Graham
2015-10-26Documented Python 3.5 support for Django 1.8.Tim Graham
Forwardport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x