Changes between Initial Version and Version 1 of Ticket #36001
- Timestamp:
- Dec 11, 2024, 12:41:13 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36001 – Description
initial v1 2 2 situation with custom CRS in geodjango. 3 3 4 context: Debian GNU/Linux 12 (bookworm), Postgresql 16.6, Python 3.11.2, Postgis 3.4.2, GDAL 3.6.2, PROJ 9.1.1, Django 4.2.11 4 context: Debian GNU/Linux 12 (bookworm), Postgresql 16.6, Python 3.11.2, Postgis 3.4.2, GDAL 3.6.2, PROJ 9.1.1, Django 4.2.11, DRF 3.5.11, [DRF-GIS]https://github.com/openwisp/django-rest-framework-gis 1.0 5 5 6 6 Objects with geometry in DB creates with no problem with this class 7 {{{ 7 {{{#!python 8 8 from django.contrib.gis.db import models 9 9