]> git.parisson.com Git - telemeta.git/commit
fix file copy when copy item,
authoryomguy <yomguy@parisson.com>
Sun, 29 May 2011 20:23:32 +0000 (22:23 +0200)
committeryomguy <yomguy@parisson.com>
Sun, 29 May 2011 20:23:32 +0000 (22:23 +0200)
commitccdf7fe5dc0672d41ee78a70d796c4b99abaceeb
treef743cba2526831dad5df10d331e10f4fcd092096
parent414643e81d0f52949f01e41151cd9bdc33d9a351
fix file copy when copy item,
remove old_code unicity,
allow blank for collections and items
need to ALTER the 2 tables like :
 ALTER TABLE media_items  DROP INDEX old_code;
 ALTER TABLE media_items  DROP INDEX old_code;
telemeta/models/media.py
telemeta/web/base.py