]> git.parisson.com Git - telemeta.git/commit
separate forms, add MediaCollectionRelated (but have to make an abstract object for...
authoryomguy <yomguy@parisson.com>
Wed, 30 Nov 2011 09:18:32 +0000 (10:18 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 30 Nov 2011 09:18:32 +0000 (10:18 +0100)
commit71de57c48cda16c973ec35e4d44b3a670628305a
treeecbf334a47ab58d5ec366b008d8061a1cf6ba0d3
parente0a238b2c53530845fcc5fb86754655237073e25
separate forms, add MediaCollectionRelated (but have to make an abstract object for related media), fix keyword form
19 files changed:
AUTHORS
telemeta/forms/__init__.py [new file with mode: 0644]
telemeta/forms/media.py [new file with mode: 0644]
telemeta/locale/de/LC_MESSAGES/django.mo
telemeta/locale/de/LC_MESSAGES/django.po
telemeta/locale/de/LC_MESSAGES/djangojs.mo
telemeta/locale/de/LC_MESSAGES/djangojs.po
telemeta/locale/fr/LC_MESSAGES/django.mo
telemeta/locale/fr/LC_MESSAGES/django.po
telemeta/locale/fr/LC_MESSAGES/djangojs.mo
telemeta/locale/fr/LC_MESSAGES/djangojs.po
telemeta/models/__init__.py
telemeta/models/media.py
telemeta/templates/telemeta_default/collection_detail.html
telemeta/templates/telemeta_default/mediaitem_detail.html
telemeta/templates/telemeta_default/mediaitem_keywords_edit.html
telemeta/templatetags/telemeta_utils.py
telemeta/urls.py
telemeta/web/base.py