summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2025-05-26[5.1.x] Fixed #36402, Refs #35980 -- Updated built package name in reusable ↵Jason Judkins
apps tutorial for PEP 625. Backport of 1307b8a1cb05762147736d0f347792b33f645390 from main.
2025-03-28[5.1.x] Simplified Intersphinx configuration example.Carlton Gibson
docs.djangoproject.com had been updated to serve the object.inv file from the default location, so the second tuple element can be None (the "default" value). Backport of 5df512e53ab12fd8a0c92421a45aa1b664adb166 from main.
2025-03-27[5.1.x] Doc'd how to use Intersphinx in the reusable apps tutorial.Carlton Gibson
Backport of 6e54e20cc3908d4eb103678db14e1e02e05069dd from main.
2025-02-19[5.1.x] Fixed #35908 -- Retired the django-developers and django-users ↵Sarah Boyce
mailing lists. Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com> Backport of 86493307f97b9795a74227b6af2d59a267160847 from main.
2025-01-22[5.1.x] Fixed #36125 -- Switched docs to use chat.djangoproject.com when ↵Baptiste Mispelon
referencing the Discord server. Backport of 9a1f18635ff034b039c24ed5121cced028fc27d0 from main.
2025-01-08[5.1.x] Fixed #35999 -- Removed #django IRC channel references where ↵Sarah Boyce
appropriate. Some references are replaced with links to the Django Discord server. Backport of 15e207ce80581ec64bd790c37cce1bc07d01a744 from main.
2025-01-07[5.1.x] Fixed typo in tutorial 5.Clifford Gama
Backport of 095f5db060b88f5ef248d6a656b9059a54d4f277 from main.
2024-11-29[5.1.x] Removed reference to "removing older versions of Django" in tutorial.Clifford Gama
Obsoleted in c4fa0143f7117a07a3f0258a063f5265e795ffbb. The general install instructions are still linked above. Backport of 3d819e23240ab6f903eb60d76237628981fd52b5 from main.
2024-11-19[5.1.x] Updated maintainers of Django Debug Toolbar to Django Commons.Tim Schilling
Backport of 67ce158097f0c73c0300d461c858c9721b81ad9b from main.
2024-10-30[5.1.x] Added missing lang attributes to html elements in docs.Johanan-Ayadata
Backport of 97a6a678c406b0049bd17bcd34f1d71d96141994 from main.
2024-10-29[5.1.x] Removed unneeded OS reference on running the test suite in ↵Maria Hynes
contributing docs. This is not needed as the console snippet has buttons that allows the user to choose their OS. Backport of 163e72ebbaa84804877f3d1ae212575e479b533b from main.
2024-10-21[5.1.x] Updated tutorial part count from 7 to 8 in docs/intro/reusable-apps.txt.Mariusz Felisiak
Backport of f59cdd00093338427acde555c9b687acc5ac67ea from main.
2024-10-09[5.1.x] Explained exception to using include() within urlpatterns in tutorial 1.Chiara Mezzavilla
Backport of 40a60d589e1d0d290c3b79c7e97d9cd0c94e52e3 from main.
2024-10-09[5.1.x] Fixed #35502 -- Removed duplication of "mysite" directory name in ↵Meta
intro docs. Reorganized intro docs when explaining `django-admin startproject` to prevent confusion when using "mysite" as both the top-level directory and the Django project directory name. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Co-authored-by: Carlton Gibson <carlton@noumenal.es> Backport of d2c74cfb48a3d29159732fb98e3c28a53572067f from main.
2024-10-09[5.1.x] Refs #34900 -- Doc'd Python 3.13 compatibility.Mariusz Felisiak
Backport of 2e3bc59fd3760de87952ec8fd6cd3694e8d9dc1c from main.
2024-09-30[5.1.x] Relocated path() explanation to docs/ref/urls.txt to simplify ↵Chiara Mezzavilla
tutorial 1. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Backport of 73e8e811416dcb5007ad9cc9d1632aaca95bf302 from main.
2024-09-05[5.1.x] Fixed #35737 -- Clarified where "models" comes from in tutorial 7.Mariatta
Backport of 01a4d8a3c741b3129d481ef3515084a199d21222 from main.
2024-08-05[5.1.x] Used :pypi: role in docs where appropriate.Mariusz Felisiak
Backport of 304d25667433a59409e334a93acaaa9201840508 from main.
2024-08-05[5.1.x] Refs #35380 -- Updated screenshots in intro docs.Natalia
Backport of fb6050e7845fe1a5fa131708be65ad89a31a2633 from main.
2024-07-08[5.1.x] Fixed 35506 -- Clarified initial references to URLconf in tutorial 1.lucas-r-oliveira
Backport of 2c931fda5b341e0febf68269d2c2447a64875127 from main.
2024-07-04[5.1.x] Relocated database setup details to install docs to simplify tutorial 2.Kudz
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Backport of 82c71f0168b1c132e499505609d285c6016ed4f2 from main.
2024-07-04[5.1.x] Removed 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 Backport of 704192e478885762411252979021771ba23b8adb from main.
2024-06-25[5.1.x] Refs #35380 -- Updated screenshots in intro docs.Sarah Boyce
Backport of a6dde9fbd545d85f0bc2654f2ebfc6f74f3c4791 from main.
2024-06-25[5.1.x] Fixed #35558 -- Increased inline H3 headers color prominence in ↵Sarah Boyce
admin change page. Backport of e510bb1ab1fb22837c169e0459b81cf388b6d8d2 from main.
2024-06-25[5.1.x] Fixed #35540 -- Fixed the padding on admin login page.arjunomray
Backport of d9bd58c3b8b3e8735d8242c2bb9b09c52ed6171b from main.
2024-06-21[5.1.x] Fixed #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. Backport of 72b7aecbbfbec0ceb1a829eef82a68d7283df604 from main.
2024-06-09[5.1.x] Moved confirmation about dev server running to earlier in tutorial 1.Andreu Vallbona
Backport of f812b927a541fecc8ee445e1fd4dbe9d0540d523 from main.
2024-06-09[5.1.x] Replaced usage of "patch" with more precise terms in faq, howto, and ↵Andreu Vallbona
intro docs. Backport of 85240139ca1a6b369019ba657ad80c3249a9cb37 from main.
2024-06-09[5.1.x] Simplified tutorial 1 when describing how to run the dev server.Andreu Vallbona
Backport of 3556f63c4c18440445d93ce5bfb3d652dd76bcb4 from main.
2024-06-08[5.1.x] Fixed #35503 -- Removed distracting PHP reference in tutorial 1.Ismael
Backport of 6efbeb997cb0aa41555ac464a2b7579a37945b6a from main.
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.