From f2bb4fe35ec22fd4c3631593e424a84e4fbe9d63 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 6 Apr 2021 12:08:53 +0100 Subject: [PATCH] Remove placeholder text IE11 was released in 2013 but still got an update in 2020 --- content/posts/django-32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/django-32.md b/content/posts/django-32.md index ab23a94..1832dfe 100644 --- a/content/posts/django-32.md +++ b/content/posts/django-32.md @@ -167,7 +167,7 @@ The Django admin now has a sidebar. It appears both in list and detail views and ### Admin no longer supports IE11 -Internet explorer 11 - just saying those words brings me out in cold sweats. Internet explorer 11 support is the bane of any developer's life. First released in XXXX, it hasn't even been updated since XXXX, but people still insist on supporting it. +Internet explorer 11 - just saying those words brings me out in cold sweats. Internet explorer 11 support is the bane of any developer's life. Fortunately, Django is no longer one of them. From Django 3.1, there's no longer official support for IE11 in the admin. It might work, but it's no longer guaranteed. Chances are this not only makes the maintenance much easier, but now Django users can quote much higher numbers for maintaining IE11 support in applications, which will hopefully deter people from requiring support for it.