From 9a110023f78b98d0398f7eb1cd1a2b93e6c0438f Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 8 Jul 2021 15:54:31 +0100 Subject: [PATCH] Bump SUYDT to Django 3.2 section https://adamj.eu/tech/2021/07/08/django-3.2-update-for-speed-up-your-django-tests-released/ --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4293b71..509aedc 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,9 @@ _A short list of Python packages that work well with Django._ ### Books +_Django 3.2_ +- [Speed Up Your Django Tests](https://adamj.eu/tech/2020/05/04/new-book-speed-up-your-django-tests/) + _Django 3.1_ - [Django for Beginners: Build websites with Python and Django](https://djangoforbeginners.com/) - [Django for APIs: Build web APIs with Python and Django](https://djangoforapis.com/) @@ -341,7 +344,6 @@ _Django 3.1_ - [A Wedge of Django: Covers Python 3.8 and Django 3.x](https://www.feldroy.com/products/a-wedge-of-django) _Django 3.0_ -- [Speed Up Your Django Tests](https://adamj.eu/tech/2020/05/04/new-book-speed-up-your-django-tests/) - [Django 3 by Example](https://djangobyexample.com/) - [Django 3 Web Development Cookbook](https://www.packtpub.com/eu/web-development/django-3-web-development-cookbook-fourth-edition) - [Mastering Django](https://www.amazon.com/Mastering-Django-Nigel-George/dp/0648884414/)