summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2021-03-09[3.2.x] Updated Git branch "master" to "main".Markus Holtermann
This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ Backport of d9a266d657f66b8c4fa068408002a4e3709ee669 from main
2021-02-04[3.2.x] Refs #32412 -- Adjusted link from tutorial to reference docs.GabbyPrecious
The writing code index page is a better location for a newer contributor to land, than the specific patch guidelines subpage. Backport of aa29c57beea7e8e570f8a597ea806ca3e2b3431d from master
2021-01-27[3.2.x] Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting ↵Carlton Gibson
inlines UI. Updated tutorial to match change in 24e540fbd71bd2b0843e751bde61ad0052a811b3 allowing deletion of original extra inlines. Backport of f4272d000af598018247fe9687dac0fd02a29a7c from master
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
Refs #25134, #32099.
2020-12-15Added python_requires/install_requires to setup.cfg example in reusable apps ↵Thomas Güttler
docs.
2020-11-06Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani
This also replaces assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate. Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-11-02Updated {% static %} tag examples in docs to use single quotes where ↵Nikita Sobolev
appropriate.
2020-06-03Updated How to install Django on Windows guide.David Smith
2020-06-02Adjusted URL example in tutorial.Carlton Gibson
No need for the example to be ASP specific. Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
2020-06-02Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
2020-05-27Fixed #31628 -- Updated Windows install guide to recommend venv.David Smith
2020-05-13Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2020-05-06Fixed #31495 - Corrected note about admin i18n in tutorial.Omkar Kulkarni
Thanks to Adam Johnson and Claude Paroz for review.
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-24Fixed typo in docs/intro/contributing.txt.Andy Chosak
2020-04-14Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
"term" role became case sensitive in Sphinx 3.0.1.
2020-03-24Fixed #31385 -- Improved wording in tutorial 1.Victor Moura
2020-03-10Updated migrations example in tutorial 2.Mariusz Felisiak
Follow up to a97845a823c86b1d6e65af70fbce64e6e747e081.
2020-03-06Added missing backticks in various docs.Mariusz Felisiak
2020-01-29Refs #25778 -- Updated sphinx-doc.org links to HTTPS.Jon Dufresne
2020-01-17Added note about incomplete HTML in tutorial 3.Adam Johnson
2020-01-16Added apps.py to project from tutorials in reusable apps docs.Anael Mobilia
2020-01-06Removed "Don't do that" from docs and error messages.Adam Johnson
It's slightly aggressive and doesn't explain itself.
2019-12-31Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.Gabriel Augendre
2019-12-23Removed unnecessary code-block directives in various docs.Jon Dufresne
2019-12-05Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.Mariusz Felisiak
2019-12-04Refs #20935 -- Removed inappropriate crosslink to docs search results page.Fredrik
The link to the search page does not work in the Epub, since there is no such thing. In the online docs, the link to the search page displays a “No search query given” error, since its purpose is to display results from the search bar. Alone, without a query, it's just empty.
2019-11-07Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ↵Jon Dufresne
docs. Thanks Curtis Maloney for the original patch.
2019-11-05Fixed #30944 -- Changed reusable apps docs to use a declarative config.Jon Dufresne
2019-10-15Fixed #30816 -- Doc'd how to create projects with a local copy of Django.Ad Timmering
2019-10-02Fixed some typos in comments and docs.Min ho Kim
Thanks to Mads Jenson for review.
2019-09-16Fixed #30775 -- Added admonition about missing imports to "Running tests" ↵Katie McLaughlin
section in tutorial 5.
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-09-04Changed example git clone URLs to use HTTPS.Min ho Kim
2019-08-19Fixed broken links to Dive Into Python 3 book.bcye
2019-07-15Fixed explanation of how to automatically create tables in database.Frank Wiles
2019-05-27Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use ↵Jon Dufresne
html.escape()/unescape().
2019-04-23Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django ↵Ramiro Morales
on Windows. Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27.
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales
comments and hints.
2019-04-14Corrected wording in docs/intro/overview.txt.gnl
2019-03-29Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.Abhishek Bera
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-03-21Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
2019-02-25Fixed #30208 -- Fixed login header height and alignment in the largest ↵Matthias Kestenholz
breakpoint.
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654) to avoid a crash when the user shell doesn't support non-ASCII characters.
2019-02-08Removed extra characters in docs header underlines.Mariusz Felisiak
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-14Fixed "lets" mistakes in docs.David Beitey