Skip to content

Django: Update to Django 6.1 - #45497

Draft
hamishwillee wants to merge 4 commits into
mainfrom
django_update_env_and_django6_1
Draft

Django: Update to Django 6.1#45497
hamishwillee wants to merge 4 commits into
mainfrom
django_update_env_and_django6_1

Conversation

@hamishwillee

@hamishwillee hamishwillee commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

This updates Django tutorial to 6.1

  • Django introduction
  • Dev environment setup - Fixed to use venv as per
  • 1: Local library tutorial
  • 2: Skeleton website
  • 3: Models
  • 4: Django admin site
  • 5: Home page
  • 6: Generic list and detail views
  • 7: Sessions framework
  • 8: Authentication and permissions
  • 9: Forms
  • 10: Testing
  • 11: Deploying
  • Django security
  • Challenge: Django blog

Associated project update: mdn/django-locallibrary-tutorial#179

Fixes #45255

@github-actions github-actions Bot added Content:Learn Learning area docs (outside of one of the Learn:* subtags) size/m [PR only] 51-500 LoC changed labels Sep 4, 2026
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor
Preview URLs (9 pages)
External URLs (21)

URL: /en-US/docs/Learn_web_development/Extensions/Server-side/Django/Admin_site
Title: Django Tutorial Part 4: Django admin site


URL: /en-US/docs/Learn_web_development/Extensions/Server-side/Django/Authentication
Title: Django Tutorial Part 8: User authentication and permissions


URL: /en-US/docs/Learn_web_development/Extensions/Server-side/Django/Deployment
Title: Django Tutorial Part 11: Deploying Django to production


URL: /en-US/docs/Learn_web_development/Extensions/Server-side/Django/development_environment
Title: Setting up a Django development environment


URL: /en-US/docs/Learn_web_development/Extensions/Server-side/Django/Models
Title: Django Tutorial Part 3: Using models

(comment last updated: 2026-09-04 07:27:10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:Learn Learning area docs (outside of one of the Learn:* subtags) size/m [PR only] 51-500 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Django Dev Environment Setup Inaccurate

2 participants