Changed json.py to ldt_json.py due to import problem with python json module that now replace django simplejon + started replacing "mimetype" in httpresponses (deprecated) with "content-type" + added fields to forms that didn't declare fields as it's now required by django
ALTER TABLE ldt_utils_media
ADD COLUMN mimetype_field character varying(512);