Migrate from django-redis to Django's built-in Redis caching support (#14210)

Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
Rick Elrod
2023-07-13 12:16:16 -05:00
committed by GitHub
parent efcac860de
commit 8cfb704f86
4 changed files with 2 additions and 34 deletions

View File

@@ -21,7 +21,6 @@ django-guid==3.2.1
django-oauth-toolkit<2.0.0 # Version 2.0.0 has breaking changes that will need to be worked out before upgrading
django-polymorphic
django-pglocks
django-redis
django-solo
django-split-settings==1.0.0 # We hit a strange issue where the release process errored when upgrading past 1.0.0 see UPGRADE BLOCKERS
django-taggit