SP7-Ritmare / starterkit

Geoinformation Enabling Toolkit (GET-IT)
GNU General Public License v3.0
14 stars 11 forks source link

delete Metadata Topic Categories #148

Open simonelanucara opened 6 years ago

simonelanucara commented 6 years ago

when deleting one ore multiple metadata topic categories: http://95.110.149.166/admin/base/topiccategory/ the category is not deleted but give the following error, see image: immagine

wlorenzetti commented 6 years ago

@francbartoli It could be related to django-polymorphic version? What's the version oif django-polymorphic in docker. On my local get-it installation work fine, I've a django-polymorphic==1.3

francbartoli commented 6 years ago

@wlorenzetti it looks like the version is that. From inside the container:

In [2]: from polymorphic.__init__ import __version__
In [3]: print __version__
1.3