mirror of
https://github.com/django/django.git
synced 2024-12-29 04:26:28 +00:00
341f33ed15
force_bytes() turns None into the byte string b"None". Since
ctypes.c_char_p() also accepts None, we can bypass force_bytes() if
target is None.
Backport of
|
||
---|---|---|
.. | ||
__init__.py | ||
test_driver.py | ||
test_ds.py | ||
test_envelope.py | ||
test_geom.py | ||
test_raster.py | ||
test_srs.py | ||
tests.py |