guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a798eb9c9ae5190264c0f463ac17d7abb8ef6580
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 14:33:20 2026 +0000
gnu: Remove python-djangorestframework.
* gnu/packages/django.scm (python-djangorestframework): Delete variable.
Change-Id: Icb2d0d0ddae994851963977d0d318eccfe8a64d1
---
gnu/packages/django.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 156ff29f2a..12b4dc2de2 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1613,9 +1613,6 @@ Django projects, which allows association of a number of
tags with any
provides features like a Web-browsable API and authentication policies.")
(license license:bsd-2)))
-(define-deprecated-package python-djangorestframework
- python-django-rest-framework)
-
(define-public python-django-sekizai
(package
(name "python-django-sekizai")