Changes between Initial Version and Version 1 of Ticket #36129, comment 7
- Timestamp:
- Mar 20, 2025, 10:20:22 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36129, comment 7
initial v1 1 I have simpler reproduction for youusing postGIS this time:1 I have simpler reproduction using postGIS this time: 2 2 3 3 1. Download repro_project.zip I uploaded and unpack it. … … 5 5 3. Open terminal and launch commands `./manage.py makemigrations` and `./manage.py test` -> everything is fine 6 6 3. 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` 7 4. launch commands `./manage.py makemigrations` and `./manage.py test` 8 9