Thomas Fillon

Results 32 comments of Thomas Fillon

Some questions: - How to handle versioning if models or linked objects change ? - Do we need to access prior version through some URL ? (depending on the previous...

see PR #149

Module Django à étudier : https://github.com/quinode/django-skosxl

The related media is empty: ``` for related in collection.related.all(): print "ID: %s , Title: %s, file : %s" % (related.id, related.title, related.file) ``` > ID: 1373 , Title: Cahier...

related media with ID 1374 from collection CNRSMH_I_2011_015 is empty except for the mime_type field = application/pdf

Steps to reproduce: - edit a playlist and add some quote to the title: "my playlist" - save - edit again : the title now appears in the edit box...

Hi Anas ! Did you use the feature/dj1.9 branch ?

Ok thank you Anas. The error you get here may be related to dependencies that also need to be updated. The upgrade to Django 1.9 from 1.6 has induced some...

Any feedback on this upgrading process would really be appreciate. Thanks !

Regarding the current status of the feature/django1.9 branch, there are some issues regarding the url namespace. Actually, all telemeta views need to be declare with the `telemeta` namespace in urls.py...