diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-17 14:33:20 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:25 +0100 |
| commit | f6b3355fceedae09f1740fa3d05fd45bbb7aeac1 (patch) | |
| tree | 763c988511b7292fce4c6682c8c2cf06fb01b04d /gnu/packages | |
| parent | 4e101aeeacfb3a4b34e595ceead2cf5dda98dace (diff) | |
gnu: Remove python-djangorestframework.
* gnu/packages/django.scm (python-djangorestframework): Delete variable.
Change-Id: Icb2d0d0ddae994851963977d0d318eccfe8a64d1
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/django.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 156ff29f2a0..12b4dc2de2e 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") |
