py-django-extensions: updated to 2.2.6
2.2.6 Changes: - Improvement: travis, update pypy and pypy3 versions - Improvement: shell_plus, ability to print location/traceback besides sql - Improvement: runserver_plus, ability to print location/traceback besides sql - Improvement: UniqueFieldMixin, Support Django 2.2 UniqueConstraint.condition - Improvement: DEFAULT_MYSQL_ENGINES, add mysql.connector.django - Improvement: shell_plus, allow setting SHELL_PLUS="notebook" - Improvement: shell_plus, add -c/--command to shell_plus mirroring django's shell command - Fix: shell_plus, fix postgresql debug wrapper on django 3.0 or higher - Fix: runserver_plus, fix postgresql debug wrapper on django 3.0 or higher
This commit is contained in:
parent
7d059baf22
commit
5edf928eb6
3 changed files with 17 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.14 2019/10/21 11:33:42 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2020/01/22 21:20:28 adam Exp $
|
||||
|
||||
DISTNAME= django-extensions-2.2.5
|
||||
DISTNAME= django-extensions-2.2.6
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-extensions/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2019/07/21 08:00:56 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2020/01/22 21:20:28 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -16,6 +16,12 @@ ${PYSITELIB}/django_extensions/admin/filter.pyo
|
|||
${PYSITELIB}/django_extensions/admin/widgets.py
|
||||
${PYSITELIB}/django_extensions/admin/widgets.pyc
|
||||
${PYSITELIB}/django_extensions/admin/widgets.pyo
|
||||
${PYSITELIB}/django_extensions/auth/__init__.py
|
||||
${PYSITELIB}/django_extensions/auth/__init__.pyc
|
||||
${PYSITELIB}/django_extensions/auth/__init__.pyo
|
||||
${PYSITELIB}/django_extensions/auth/mixins.py
|
||||
${PYSITELIB}/django_extensions/auth/mixins.pyc
|
||||
${PYSITELIB}/django_extensions/auth/mixins.pyo
|
||||
${PYSITELIB}/django_extensions/collision_resolvers.py
|
||||
${PYSITELIB}/django_extensions/collision_resolvers.pyc
|
||||
${PYSITELIB}/django_extensions/collision_resolvers.pyo
|
||||
|
@ -276,6 +282,9 @@ ${PYSITELIB}/django_extensions/management/commands/update_permissions.pyo
|
|||
${PYSITELIB}/django_extensions/management/commands/validate_templates.py
|
||||
${PYSITELIB}/django_extensions/management/commands/validate_templates.pyc
|
||||
${PYSITELIB}/django_extensions/management/commands/validate_templates.pyo
|
||||
${PYSITELIB}/django_extensions/management/debug_cursor.py
|
||||
${PYSITELIB}/django_extensions/management/debug_cursor.pyc
|
||||
${PYSITELIB}/django_extensions/management/debug_cursor.pyo
|
||||
${PYSITELIB}/django_extensions/management/email_notifications.py
|
||||
${PYSITELIB}/django_extensions/management/email_notifications.pyc
|
||||
${PYSITELIB}/django_extensions/management/email_notifications.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.13 2019/10/21 11:33:42 adam Exp $
|
||||
$NetBSD: distinfo,v 1.14 2020/01/22 21:20:28 adam Exp $
|
||||
|
||||
SHA1 (django-extensions-2.2.5.tar.gz) = c14be99b2e3c38cffc918efac16303b1390e813c
|
||||
RMD160 (django-extensions-2.2.5.tar.gz) = 0ec1696fcc9a6cc0a7787e1a5556cb3846f16d58
|
||||
SHA512 (django-extensions-2.2.5.tar.gz) = a6dc143d60f6fe98495b1247170ca772576d129357ba0b2c10deaea234b51099ea75c3d75db30bcd7ce710973a55d261964b6ce1281a8e4d0a616d7c0fbefb9d
|
||||
Size (django-extensions-2.2.5.tar.gz) = 582491 bytes
|
||||
SHA1 (django-extensions-2.2.6.tar.gz) = 0184cef7e8271bcf90f725f0d60fffafef4d2f1c
|
||||
RMD160 (django-extensions-2.2.6.tar.gz) = 55467ddadba8ce13a76a195ef4f7e0189b57b678
|
||||
SHA512 (django-extensions-2.2.6.tar.gz) = 5c5d13df2668224f77195614378ee78017e25875db5f341626187438b9d40ce053628a5be611e1639a08db6831e97cb9fd85f4c0dceba230ad1e72105d22bfeb
|
||||
Size (django-extensions-2.2.6.tar.gz) = 585230 bytes
|
||||
|
|
Loading…
Reference in a new issue