Opened 10 years ago

Closed 10 years ago

#22714 closed Cleanup/optimization (fixed)

Convert django.contrib.gis.memoryview to use six

Reported by: Tim Graham Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

These imports should use django.utils.six.memoryview instead.

Change History (1)

comment:1 by Claude Paroz <claude@…>, 10 years ago

Resolution: fixed
Status: newclosed

In e97b7a26779054e7bb4326c688b0ed7823037dec:

Fixed #22714 -- Made contrib.gis use six-provided memoryview type

Thanks Tim Graham for the report.

Note: See TracTickets for help on using tickets.
Back to Top