From f6b3355fceedae09f1740fa3d05fd45bbb7aeac1 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 17 Jan 2026 14:33:20 +0000 Subject: [PATCH] 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")