From 3cec448178b9000ab2c4f0a00dc0a0b1fe2cab3c Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Wed, 13 Sep 2023 14:50:36 +0100 Subject: [PATCH] Update docs for Django 4.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fbafb1ae..07914c8a7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ See [INSTALL.md](INSTALL.md) for setup instructions. This application can be translated in to different languages. -This is done using [Django's standard translation system](https://docs.djangoproject.com/en/3.2/topics/i18n/translation/). +This is done using [Django's standard translation system](https://docs.djangoproject.com/en/4.2/topics/i18n/translation/). ## TranslatedTemplateView