summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2024-09-05Fixed #35737 -- Clarified where "models" comes from in tutorial 7.Mariatta
2024-08-12Refs #35591 -- Removed hardcoded "stable" version in runserver warning.Mariusz Felisiak
2024-08-09Fixed #35591 -- Added unsuitable for production console warning to runserver.Andrew Miller
2024-08-05Used :pypi: role in docs where appropriate.Mariusz Felisiak
2024-08-05Refs #35380 -- Updated screenshots in intro docs.Natalia
2024-07-24Fixed #35541 -- Fixed paginator border in admin CSS.arjunomray
2024-07-12Refs #35506 -- Reverted "global URLconf" to "root URLconf" in tutorial 1.Tim Graham
2024-07-08Fixed 35506 -- Clarified initial references to URLconf in tutorial 1.lucas-r-oliveira
2024-07-04Relocated database setup details to install docs to simplify tutorial 2.Kudz
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2024-07-04Removed unneeded hyphens in "counterintuitive".Carlton Gibson
Follow-up to 65ad4ade74dc9208b9d686a451cd6045df0c9c3a which added counterintuitive to the wordlist. Removes unneeded (antiquated) hyphenated usages. See e.g. https://www.merriam-webster.com/dictionary/counterintuitive
2024-06-25Refs #35380 -- Updated screenshots in intro docs.Sarah Boyce
2024-06-25Fixed #35558 -- Increased inline H3 headers color prominence in admin change ↵Sarah Boyce
page.
2024-06-25Fixed #35540 -- Fixed the padding on admin login page.arjunomray
2024-06-21Fixed #35461 -- Updated misleading django-debug-toolbar instructions.Rosana Rufer
The DjDT "handle" isn't visible on the polls application as the templates are missing <body> tags for brevity.
2024-06-09Moved confirmation about dev server running to earlier in tutorial 1.Andreu Vallbona
2024-06-09Replaced usage of "patch" with more precise terms in faq, howto, and intro docs.Andreu Vallbona
2024-06-09Simplified tutorial 1 when describing how to run the dev server.Andreu Vallbona
2024-06-08Fixed #35503 -- Removed distracting PHP reference in tutorial 1.Ismael
2024-04-11Corrected description of list_display being a list in tutorial 7.Aleksander Milinkevich
2024-04-04Fixed #35347 -- Clarified choice_set attribute in tutorial 2.Lang Tran
2024-03-29Restored django.db.models.F import in final code snippet added at the ↵Taishi Endo
beginning of tutorial 4.
2024-02-21Removed distracting note from tutorial 4.Carlton Gibson
The note on a possible race condition is inappropriate in this tutorial setting. To quote Diátaxis: > Your job is to guide the learner to a successful conclusion. There > may be many interesting diversions along the way … - ignore them. Co-Authored-By: Ryan Hiebert <ryan@ryanhiebert.com>
2024-02-01Changed packing recommendation to use pyproject.toml in reusable apps docs.Claude Paroz
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
https://github.com/psf/black/releases/tag/24.1.0
2024-01-22Fixed tutorial 'background.gif' reference.Adam Johnson
Missed in 76fda7729e4cdfec715cd92b2c80d851797b05f7.
2024-01-20Updated "Dive Into Python" links.Emmanuel Katchy
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ↵Amir Karimi
each operation.
2024-01-04Fixed #35084 -- Recommended 'django_' prefix for reusable app modules.Adam Johnson
2024-01-03Refs #33690 -- Updated tutorial for admin dark mode toggle.Adam Johnson
2023-12-29Corrected method/function wording in tutorial 3.Mohammad Yameen
2023-12-29Added backticks around name argument in tutorial 3.virgitl.io
2023-12-14Fixed HTML code snippet in Tutorial's part 7 when customizing the admin's ↵Nanami
site header.
2023-11-19Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x.Mariusz Felisiak
2023-10-10Reorganized tutorial's part 4 to better understand changes needed in URLConf.Natalia
2023-10-09Refs #34043 -- Clarified how to test UI changes.sarahboyce
2023-10-09Added backticks to setuptools in docs.Mariusz Felisiak
2023-06-28Fixed typo in docs/intro/tutorial08.txt.Cerebro Cerberus
2023-06-05Fixed #34621 -- Made admin site header render in <div> tag.Howard Cox
This was problematic for screen reader users because they use headings to navigate. Having two <h1> is confusing, and the one in the header wasn’t particularly helpful since it’s the same on all pages.
2023-05-22Fixed #34579 -- Added Django Forum to contributing guides.Mohit Singh Sinsniwal
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2023-04-17Used extlinks for PyPI links.Tim Graham
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2023-03-03Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce
Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz Felisiak for reviews.
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
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.
2023-02-07Refs #34146 -- Fixed typos in tutorial. (#16530)Carlton Gibson
- Fixed formatting on index page. - Removed duplicate What's next section. Thanks to Tim Graham for the report.
2023-02-07Fixed #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.
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
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>