summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantos Gallegos <stsewd@proton.me>2026-04-07 22:08:33 -0500
committerSaptak Sengupta <saptak013@gmail.com>2026-05-04 12:28:30 +0530
commitd6b7870903d700302aa71a757cd42f33a3072488 (patch)
tree591b6dcf65be10471728005e86d1fefaf1528cd1
parent6bcf951408abf3792aba4905f1c11ff2475e7aa4 (diff)
Link maintained version of django-impersonate
The GH repository linked in the ecosystem page for django-impersonate is a fork that doesn't appear to be maintained, the original repository has received recent commits and security fixes.
-rw-r--r--djangoproject/templates/aggregator/ecosystem.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangoproject/templates/aggregator/ecosystem.html b/djangoproject/templates/aggregator/ecosystem.html
index 30831a05..9ea84255 100644
--- a/djangoproject/templates/aggregator/ecosystem.html
+++ b/djangoproject/templates/aggregator/ecosystem.html
@@ -281,7 +281,7 @@
&mdash; Implementation of per-object permissions for Django, allowing fine-grained access control.
</li>
<li>
- <a href="https://github.com/BetterWorks/django-impersonate">django-impersonate</a>
+ <a href="https://code.netlandish.com/~petersanchez/django-impersonate">django-impersonate</a>
&mdash; Allows superusers to impersonate other users for debugging or support purposes.
</li>
<li>