Changes between Initial Version and Version 1 of Ticket #36001


Ignore:
Timestamp:
Dec 11, 2024, 12:41:13 PM (7 days ago)
Author:
Alex
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36001 – Description

    initial v1  
    22situation with custom CRS in geodjango.
    33
    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
     4context: 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
    55
    66Objects with geometry in DB creates with no problem with this class
    7 {{{
     7{{{#!python
    88from django.contrib.gis.db import models
    99
Back to Top