py-django-extensions: updated to 2.1.7

Changes 2.1.7:
- New: test, many many more tests :-) thanks everybody
- New: docs, many documentation updates
- New: graph_model, add simple theming support and django2018 theme
- Improvement: ModificationDateTimeField, make modificationfield name modifiable
- Improvement: graph_model, option to not showrelations labels in the graph
- Improvement: reset_db, allow to override list of backends for database engines
- Improvement: reset_db, add psqlextra backend
- Improvement: runserver_plus, idle support
- Improvement: generate_secret_key, removed get_random_string in favour of get_random_secret_key
- Improvement: update_permissions, add create-only and update-only flags
- Improvement: update_permissions, update changed names of permission to match correct permission name
- Improvement: syncdata, add --database option
- Improvement: runscript, allow to override RUNSCRIPT_SCRIPT_DIR
- Fix: create_command, fix mknod error on macos
- Fix: runserver_plus, fix in resolving ssl certificate path
- Fix: sqldiff, fix hstorefield
- Deprecate: truncate_letters, use Django's truncatechars
- Deprecate: passwd, use Django's changepassword
- Deprecate: Keyczar encrypted fields, Keyczar is abandonned / deprecated
This commit is contained in:
adam 2019-05-27 16:43:54 +00:00
parent 45450a58da
commit 94235a80aa
3 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2019/05/02 09:16:47 adam Exp $
# $NetBSD: Makefile,v 1.10 2019/05/27 16:43:54 adam Exp $
DISTNAME= django-extensions-2.1.6
DISTNAME= django-extensions-2.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-extensions/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2019/01/31 08:16:03 adam Exp $
@comment $NetBSD: PLIST,v 1.4 2019/05/27 16:43:54 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@ -329,9 +329,12 @@ ${PYSITELIB}/django_extensions/static/django_extensions/img/indicator.gif
${PYSITELIB}/django_extensions/static/django_extensions/js/jquery.ajaxQueue.js
${PYSITELIB}/django_extensions/static/django_extensions/js/jquery.autocomplete.js
${PYSITELIB}/django_extensions/static/django_extensions/js/jquery.bgiframe.js
${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/digraph.dot
${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/label.dot
${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/relation.dot
${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/django2018/digraph.dot
${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/django2018/label.dot
${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/django2018/relation.dot
${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/original/digraph.dot
${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/original/label.dot
${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/original/relation.dot
${PYSITELIB}/django_extensions/templates/django_extensions/widgets/foreignkey_searchinput.html
${PYSITELIB}/django_extensions/templatetags/__init__.py
${PYSITELIB}/django_extensions/templatetags/__init__.pyc
@ -363,9 +366,6 @@ ${PYSITELIB}/django_extensions/utils/deprecation.pyo
${PYSITELIB}/django_extensions/utils/dia2django.py
${PYSITELIB}/django_extensions/utils/dia2django.pyc
${PYSITELIB}/django_extensions/utils/dia2django.pyo
${PYSITELIB}/django_extensions/utils/text.py
${PYSITELIB}/django_extensions/utils/text.pyc
${PYSITELIB}/django_extensions/utils/text.pyo
${PYSITELIB}/django_extensions/validators.py
${PYSITELIB}/django_extensions/validators.pyc
${PYSITELIB}/django_extensions/validators.pyo

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2019/02/24 20:35:46 adam Exp $
$NetBSD: distinfo,v 1.9 2019/05/27 16:43:54 adam Exp $
SHA1 (django-extensions-2.1.6.tar.gz) = afd7963fb657daaa73885874ddbaa5618e59109e
RMD160 (django-extensions-2.1.6.tar.gz) = 2a007c9da9b6104c2188bbd6e38727472bd53c5c
SHA512 (django-extensions-2.1.6.tar.gz) = a59d19307d4b81a1406247115fcae1830b453d0b0485fd74d710d70a77b7f5454e6066dfe355324fad44a897cfbaa9212b2af30367d74eab9f4359e26fc0619e
Size (django-extensions-2.1.6.tar.gz) = 486207 bytes
SHA1 (django-extensions-2.1.7.tar.gz) = 32d769ba7e21655e92cfe6d02725ebef5c049a78
RMD160 (django-extensions-2.1.7.tar.gz) = ab98aa8be4e3be3ea13b52f291cfeb482849eab5
SHA512 (django-extensions-2.1.7.tar.gz) = 8a71273bd69301699f10776acaaec877331e8207eb7e04bb83e10f18fe8f8c3eab785441162c113167b5afe47145dfc4d727fdf1e67b5bd49145a017b26516eb
Size (django-extensions-2.1.7.tar.gz) = 558972 bytes