summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
2026-03-24[6.0.x] Fixed #36999 -- Removed mention of Ruby on Rails from tutorial part 2.Vinay Datta
2026-01-08[6.0.x] Fixed #36844 -- Clarified need for reusable apps to set default_auto_...Amar Ahmed Deina
2025-12-22[6.0.x] Refs #27100 -- Removed obsolete message from tutorial and migrations ...Jacob Walls
2025-10-17[6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility.Mariusz Felisiak
2025-10-13[6.0.x] Fixed #36625 -- Mentioned exit() in tutorial's instruction to restart...arsalan64
2025-10-08[6.0.x] Fixed #35961 -- Migrated license metadata in pyproject.toml to confor...Michiel W. Beijen
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-08-19Fixed #35892 -- Supported Widget.use_fieldset in admin forms.antoliny0919
2025-07-30Fixed #36055 -- Prevented overlap of object-tools buttons and page header in ...antoliny0919
2025-07-28Moved manual testing instructions from intro to submitting patches docs.Jordan Bae
2025-07-13Added Django ecosystem page to the documentation.Tim Schilling
2025-06-12Fixed #36463 -- Fixed grammar in docs/intro/contributing.txt.Sulove Bista
2025-06-12Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt.ruvilonix
2025-05-26Fixed #36402, Refs #35980 -- Updated built package name in reusable apps tuto...Jason Judkins
2025-05-13Updated guidance to propose new feature ideas in contributing docs.Lily Foote
2025-04-27Fixed #18296 -- Created missing custom target directory for startproject and ...Bruno Alla
2025-04-15Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.Ahmed Nassar
2025-04-04Fixed #36255 -- Renamed the admin action button for improved accessibility.koffi
2025-03-28Simplified Intersphinx configuration example.Carlton Gibson
2025-03-27Doc'd how to use Intersphinx in the reusable apps tutorial.Carlton Gibson
2025-03-27Fixed #34917 -- Underlined links in the main content area of the admin.antoliny0919
2025-03-13Fixed incorrect formatting for inline pluralized code references in docs.Clifford Gama
2025-02-19Fixed #35908 -- Retired the django-developers and django-users mailing lists.Sarah Boyce
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2025-01-22Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing ...Baptiste Mispelon
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2025-01-09Fixed #35515 -- Added automatic model imports to shell management command.Salvo Polizzi
2025-01-08Fixed #35999 -- Removed #django IRC channel references where appropriate.Sarah Boyce
2025-01-07Fixed typo in tutorial 5.Clifford Gama
2024-12-06Made index view examples consistent in tutorial by removing trailing comma.Ülgen Sarıkavak
2024-11-29Removed reference to "removing older versions of Django" in tutorial.Clifford Gama
2024-11-19Updated maintainers of Django Debug Toolbar to Django Commons.Tim Schilling
2024-10-30Added missing lang attributes to html elements in docs.Johanan-Ayadata
2024-10-29Removed unneeded OS reference on running the test suite in contributing docs.Maria Hynes
2024-10-21Updated tutorial part count from 7 to 8 in docs/intro/reusable-apps.txt.Mariusz Felisiak
2024-10-09Explained exception to using include() within urlpatterns in tutorial 1.Chiara Mezzavilla
2024-10-09Fixed #35502 -- Removed duplication of "mysite" directory name in intro docs.Meta
2024-10-09Refs #34900 -- Doc'd Python 3.13 compatibility.Mariusz Felisiak
2024-09-30Fixed #35797 -- Removed debug context processor from default project template.Marc Gibbons
2024-09-30Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1.Chiara Mezzavilla
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