Package: django-polymorphic / 4.1.0-1

Metadata

Package Version Patches format
django-polymorphic 4.1.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 use local objects.inv where possible.patch | (download)

docs/conf.py | 21 16 + 5 - 0 !
1 file changed, 16 insertions(+), 5 deletions(-)

 use local objects.inv where possible

Upstream uses intersphinx mappings that fetch the objects.inv for python django
through HTTP from a remote host. Using the local objects.inv from python and
django enables the package to build without network connection.

0002 query handle None.patch | (download)

polymorphic/query.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix(query): handle none