py-django3: updated to 3.1.5
Django 3.1.5 fixes several bugs in 3.1.4. Fixed __isnull=True lookup on key transforms for JSONField with Oracle and SQLite. Fixed a bug in Django 3.1 that caused a crash when processing middlewares in an async context with a middleware that raises a MiddlewareNotUsed exception. Fixed a regression in Django 3.1 that caused the incorrect prefixing of STATIC_URL and MEDIA_URL settings, by the server-provided value of SCRIPT_NAME (or / if not set), when set to a URL specifying the protocol but without a top-level domain, e.g. http://myhost/
This commit is contained in:
parent
c1bd96338f
commit
9fef728044
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2020/12/03 18:10:48 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2021/01/06 12:17:15 adam Exp $
|
||||
|
||||
DISTNAME= Django-3.1.4
|
||||
DISTNAME= Django-3.1.5
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.10 2020/12/03 18:10:48 adam Exp $
|
||||
$NetBSD: distinfo,v 1.11 2021/01/06 12:17:15 adam Exp $
|
||||
|
||||
SHA1 (Django-3.1.4.tar.gz) = 91bb5a69a68feffda121038108dc404e76d2574a
|
||||
RMD160 (Django-3.1.4.tar.gz) = f5e0369c5932c59eacdbc32787e2a822030ba9e6
|
||||
SHA512 (Django-3.1.4.tar.gz) = 02cfaabb25e5f932dcbf659faba2f0afe298e4bee4f510f7adebfff181bdd13c3a0b08e8ce379bcc59326d904be8699db4ce31065d93566b93cad758365207f5
|
||||
Size (Django-3.1.4.tar.gz) = 9392125 bytes
|
||||
SHA1 (Django-3.1.5.tar.gz) = b5933f22e2b7f132ddc057bcecf1e56237f91a07
|
||||
RMD160 (Django-3.1.5.tar.gz) = 02482834b21846c4b850195d1bba8e1579c3b32e
|
||||
SHA512 (Django-3.1.5.tar.gz) = b8f0e034fcd282d6e4a9e42565da5d5f4750c900264bed10e72b8c1866370f75fd1bc856d22950e1d3ad03229c38559989a26ccc9f1252ea31d407410134a548
|
||||
Size (Django-3.1.5.tar.gz) = 9257571 bytes
|
||||
|
|
Loading…
Reference in a new issue