diff options
author | adam <adam@pkgsrc.org> | 2018-03-05 13:59:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-03-05 13:59:47 +0000 |
commit | 995d1175233a265d2a28f164146432c8a66e572d (patch) | |
tree | 6a699afb3e8eec4febbacb85e08c26eb76a8ad77 /www/Makefile | |
parent | b778fea1da42f135d20cf766bd898936da4c35ca (diff) | |
download | pkgsrc-995d1175233a265d2a28f164146432c8a66e572d.tar.gz |
py-django-sortedm2m: added version 1.5.0
sortedm2m is a drop-in replacement for django's own ManyToManyField. The
provided SortedManyToManyField behaves like the original one but remembers
the order of added relations.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index f68cecbd567..4c490995fe2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1311 2018/03/02 16:16:07 joerg Exp $ +# $NetBSD: Makefile,v 1.1312 2018/03/05 13:59:47 adam Exp $ # COMMENT= Packages related to the World Wide Web @@ -633,6 +633,7 @@ SUBDIR+= py-django-registration SUBDIR+= py-django-rest-framework-proxy SUBDIR+= py-django-reversion SUBDIR+= py-django-sekizai +SUBDIR+= py-django-sortedm2m SUBDIR+= py-django-south SUBDIR+= py-django-sql-explorer SUBDIR+= py-django-tagging |