summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)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
2024-07-04Removed unneeded hyphens in "counterintuitive".Carlton Gibson
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
2024-06-25Fixed #35540 -- Fixed the padding on admin login page.arjunomray
2024-06-21Fixed #35461 -- Updated misleading django-debug-toolbar instructions.Rosana Rufer
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 beginni...Taishi Endo
2024-02-21Removed distracting note from tutorial 4.Carlton Gibson
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
2024-01-22Fixed tutorial 'background.gif' reference.Adam Johnson
2024-01-20Updated "Dive Into Python" links.Emmanuel Katchy
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
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 sit...Nanami
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
2023-05-22Fixed #34579 -- Added Django Forum to contributing guides.Mohit Singh Sinsniwal
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-03-03Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce
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
2023-02-07Refs #34146 -- Fixed typos in tutorial. (#16530)Carlton Gibson
2023-02-07Fixed #34146 -- Added 3rd-party lib tutorial step.Tim Schilling
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 assertQue...Gregor Gärtner