diff options
author | rene <rene@FreeBSD.org> | 2017-08-19 22:22:28 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-08-19 22:22:28 +0800 |
commit | fb771b93d84ad01671097ebc2ed3d1826c0e19b2 (patch) | |
tree | 2942a2c9d4a25445740c2f46cef36961538ca289 /www/Makefile | |
parent | 2b0d15fbcbfbad995b0245a7865ba83324535e57 (diff) | |
download | freebsd-ports-gnome-fb771b93d84ad01671097ebc2ed3d1826c0e19b2.tar.gz freebsd-ports-gnome-fb771b93d84ad01671097ebc2ed3d1826c0e19b2.tar.zst freebsd-ports-gnome-fb771b93d84ad01671097ebc2ed3d1826c0e19b2.zip |
Simple bulk update over Django ORM or with helper function.
This project aims to bulk update the given objects using a single query
over Django ORM.
WWW: https://github.com/aykut/django-bulk-update
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b02d8ddfe1ae..b4fc09d9fdee 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1543,6 +1543,7 @@ SUBDIR += py-django-babel SUBDIR += py-django-bitfield SUBDIR += py-django-bootstrap-form + SUBDIR += py-django-bulk-update SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags SUBDIR += py-django-cms |