Changes between Initial Version and Version 1 of Ticket #20260


Ignore:
Timestamp:
Apr 15, 2013, 10:27:15 AM (11 years ago)
Author:
Claude Paroz
Comment:

Please use proper Wiki markup for code snippets.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20260 – Description

    initial v1  
    22
    33This is the traceback:
    4 
    5 c:\mygeosite\geodjango>python manage.py ogrinspect c:/mygeosite/sqlite3/ezmappin
    6 g.sqlite test --srid=4326 --mapping --multi
    7 C:\python27\lib\site-packages\django\contrib\localflavor\__init__.py:2: Deprecat
    8 ionWarning: django.contrib.localflavor is deprecated. Use the separate django-lo
    9 calflavor-* packages instead.
    10   warnings.warn("django.contrib.localflavor is deprecated. Use the separate djan
    11 go-localflavor-* packages instead.", DeprecationWarning)
     4{{{
     5c:\mygeosite\geodjango>python manage.py ogrinspect c:/mygeosite/sqlite3/ezmapping.sqlite test --srid=4326 --mapping --multi
     6C:\python27\lib\site-packages\django\contrib\localflavor\__init__.py:2:
     7  DeprecationWarning: django.contrib.localflavor is deprecated. Use the separate django-localflavor-* packages instead.
     8  warnings.warn("django.contrib.localflavor is deprecated. Use the separate django-localflavor-* packages instead.", DeprecationWarning)
    129
    1310TypeError: Unknown field type <class 'django.contrib.gis.gdal.field.OFTBinary'>
Back to Top