summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/django.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 586c18829c5..ee52dd0437b 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1047,29 +1047,6 @@ applications with a @var{SEARCH_URL} variable.")
1047 (description "Pickled object field for Django") 1047 (description "Pickled object field for Django")
1048 (license license:expat))) 1048 (license license:expat)))
1049 1049
1050(define-public python-django-bulk-update
1051 (package
1052 (name "python-django-bulk-update")
1053 (version "2.2.0")
1054 (source (origin
1055 (method url-fetch)
1056 (uri (pypi-uri "django-bulk-update" version))
1057 (sha256
1058 (base32
1059 "0dxkmrm3skyw82i0qa8vklxw1ma1y308kh9w2hcnvhpacn5cxdss"))))
1060 (build-system python-build-system)
1061 (arguments
1062 ;; XXX: Tests require a Postgres database.
1063 `(#:tests? #f))
1064 (propagated-inputs
1065 (list python-django))
1066 (home-page "https://github.com/aykut/django-bulk-update")
1067 (synopsis "Simple bulk update over Django ORM or with helper function")
1068 (description
1069 "Simple bulk update over Django ORM or with helper function. This
1070project aims to bulk update given objects using one query over Django ORM.")
1071 (license license:expat)))
1072
1073(define-public python-django-contact-form 1050(define-public python-django-contact-form
1074 (package 1051 (package
1075 (name "python-django-contact-form") 1052 (name "python-django-contact-form")