From e009e7e9cf3affba59b863fbe4d830a6af1efab5 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 28 Jun 2024 13:53:52 -0400
Subject: [PATCH] Update readme

---
 readme.md | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/readme.md b/readme.md
index 3a10720..63ca5d3 100644
--- a/readme.md
+++ b/readme.md
@@ -9,7 +9,7 @@ Each project has minimal adjustments to settings file, essentially using the def
 version of Django.
 
 Each project also has common things set up, such as a view that requires a user login to access, a view that requires
-a specific permissions to access, etc.
+a specific permissions to access, some basic API views, etc.
 
 The goal is to be able to easily/quickly test various common properties of Django projects, across multiple Django
 versions.
@@ -20,13 +20,18 @@ versions.
 Currently included in this project are:
 
 | Django Version | Version Notes     | Official Support End |
-| -------------- | ----------------- | -------------------- |
-| Django v4.1    | See below note    | December 2023        |
-| Django v3.2    | LTS               | April 2024           |
+|----------------|-------------------|----------------------|
+| Django v5.0    | Feature Release   | Aug 2025             |
+| Django v4.2    | LTS               | April 2026           |
+| Django v3.2    | LTS (End of Life) | No Longer Supported  |
 | Django v2.2    | LTS (End of Life) | No Longer Supported  |
 
-Version 4.1 currently included because 4.x LTS is not yet out.
-Will switch over once v4 LTS is released.
+This project will try to always update to include LTS versions.
+When "feature release" versions are included, they will be updated to the next
+LTS version as soon as possible.
+
+See https://www.djangoproject.com/download/#supported-versions for Django
+versioning and LTS details.
 
 
 ## Running Project
-- 
GitLab