From e0ef0779375e08a9623704506678a8a2d81147d2 Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Fri, 28 Oct 2022 12:07:11 +0545 Subject: [PATCH] Add Django 4.0 official documentation (#8464) --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index a66cdb3f4..a10518909 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2014,6 +2014,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Django Official Documentation](https://buildmedia.readthedocs.org/media/pdf/django/2.2.x/django.pdf) (PDF) (2.2) * [Django Official Documentation](https://buildmedia.readthedocs.org/media/pdf/django/3.1.x/django.pdf) (PDF) (3.1) * [Django Official Documentation](https://buildmedia.readthedocs.org/media/pdf/django/3.2.x/django.pdf) (PDF) (3.2) +* [Django Official Documentation](https://buildmedia.readthedocs.org/media/pdf/django/4.0.x/django.pdf) (PDF) (4.0) * [Django Rest Framework](https://riptutorial.com/Download/django-rest-framework.pdf) - Compiled from StackOverflow Documentation (PDF) * [Django RESTful Web Services](https://www.packtpub.com/free-ebooks/django-restful-web-services) - Gaston C. Hillar (Packt account *required*) * [Django Web Framework (Python)](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django) - MDN contributors