2 | | I checked the source files and it appears the spatialite backend is not patched for this issue in this version, and is still using compilers etc. from django.contrib.gis.db.models.sql.compile instead of django.contrib.gis.db.models.spatialite.compile (which is missing) |
3 | | merging the previous commits would solve it I guess... |
| 2 | |
| 3 | ~~I checked the source files and it appears the spatialite backend is not patched for this issue in this version, and is still using compilers etc. from django.contrib.gis.db.models.sql.compile instead of django.contrib.gis.db.models.spatialite.compile (which is missing) |
| 4 | merging the previous commits would solve it I guess...~~ |
| 5 | I stand corrected, this seems to have moved down, outside the spatialite backend into the base sql backend, my appologies. I can correctly get the values as datatime objects in a shell. |
| 6 | The but occurs when using the 'date_hierarchy' on an admin model |