Changes between Initial Version and Version 1 of Ticket #36129, comment 7


Ignore:
Timestamp:
Mar 20, 2025, 10:20:22 AM (6 months ago)
Author:
Paweł Kotiuk

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36129, comment 7

    initial v1  
    1 I have simpler reproduction for you using postGIS this time:
     1I have simpler reproduction using postGIS this time:
    22
    331. Download repro_project.zip I uploaded and unpack it.
     
    553. Open terminal and launch commands  `./manage.py makemigrations` and `./manage.py test` -> everything is fine
    663. Change dim from 2 to 3 in the `models.py`
    7 4. launch commands  `./manage.py makemigrations` and `./manage.py test` -> you get error: `django.db.utils.DataError: Column has Z dimension but geometry does not`
     74. launch commands  `./manage.py makemigrations` and `./manage.py test`
     8
     9
Back to Top