From f78ab6abfa6e1a8bce79939ecfec44b7c1cf2ca4 Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Mon, 1 May 2023 09:46:23 -0400 Subject: [PATCH] update Django for Beginners to 4.2 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6a3ff1..44caa8e 100644 --- a/README.md +++ b/README.md @@ -378,8 +378,10 @@ _A short list of Python packages that work well with Django._ ### Books -_Django 4.0_ +_Django 4.2_ - [Django for Beginners: Build websites with Python and Django](https://djangoforbeginners.com/) + +_Django 4.0_ - [Boost Your Django DX](https://adamchainz.gumroad.com/l/byddx) - [Django for APIs: Build web APIs with Python and Django](https://djangoforapis.com/) - [Django for Professionals: Production websites with Python and Django](https://djangoforprofessionals.com/)