summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting ↵Joseph Victor Zammit
issues in docs. Backport of ba755ca13123d2691a0926ddb64e5d0a2906a880 from main
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main.
2023-02-07[4.2.x] Fixed #34146 -- Added 3rd-party lib tutorial step.Tim Schilling
Added a tutorial step that highlights Django Debug Toolbar, on of the most common third party packages. It also added a mention of djangopackages.com as a place to search for other libraries and a link to Adam Johnson’s post on evaluating whether a package is well-maintained. Third-party packages are one of Django’s strengths. This should give folks a sound route in. Backport of 7715c9fef55c8775608cdb64d5666c7f90ada937 and 1df7814e4b76211a13eaecd77a05137006b82723 from main
2023-01-04Fixed #34232 -- Fixed typo in docs/intro/tutorial07.txt.Raj Desai
2022-10-20Updated UTC uses to datetime.timezone.utc in docs.Diane DeMers Chen
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to ↵Gregor Gärtner
assertQuerySetEqual(). Co-Authored-By: Michael Howitz <mh@gocept.com>
2022-10-04Removed note about "0" IP address from tutorial.Mariusz Felisiak
Tutorial should offer only minimum, necessary, explanation.
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-08-26Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.Mariusz Felisiak
Follow up to 2eea361eff58dd98c409c5227064b901f41bd0d6.
2022-08-15Fixed #33778 -- Updated build-system configuration.Youssef
This removes unnecessary wheel dependency and __legacy__ fallback.
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked.
2022-04-26Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana
2022-03-29Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-03-22Refs #31676 -- Used term "merger" instead of "committer" in docs.Mariusz Felisiak
Follow up to caa2dd08c4722c8702588f5dfe1fa4c506aa66fc. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2022-03-08Clarified that tutorial background image should be self-provided.Adam Johnson
2022-02-25Optimized docs images.Mariusz Felisiak
2022-02-25Fixed #33267 -- Added link to related item to related widget wrapper in admin.Shubh1815
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2022-01-20Improved wording in running Django’s test suite in contributing tutorial.Tilak
2021-11-03Corrected module reference in contributing tutorial.Adam Johnson
2021-09-29Recommended using .tables on SQLite in tutorial 2.Victor Sowa
2021-09-17Fixed typo in docs/intro/reusable-apps.txt.Steven Maude
2021-08-26Made sentence about Model consistent in docs.Zainab Amir
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-08-02Clarified URL patterns in tutorial 3.ilu_vatar_
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith
appropriate.
2021-06-04Refs #32338 -- Improved accessibility of RadioSelect examples in docs.David Smith
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2021-06-03Refs #31356 -- Changed IRC links to the Libera.Chat webchat.Mariusz Felisiak
Follow up to 66491f08fe86629fa25977bb3dddda06959f65e7.
2021-05-20Changed IRC references to Libera.Chat.Mariusz Felisiak
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-04-23Refs #28034 -- Corrected docs example in contributing tutorial.Clumart.G
2021-03-09Updated 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/
2021-02-11Refs #30944 -- Added pyproject.toml in reusable apps docs.Nick Pope
Related to f8f35e8c530aaf440fa8160327461460d79f6db2.
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-02-04Refs #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.
2021-01-27Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI.Carlton Gibson
Updated tutorial to match change in 24e540fbd71bd2b0843e751bde61ad0052a811b3 allowing deletion of original extra inlines.
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