summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
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.
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>
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