changes tags to a list of dicts in the db, adding tag slugs
authorCaleb Forbes Davis V <caldavis@gmail.com>
Wed, 27 Jul 2011 19:42:09 +0000 (14:42 -0500)
committerCaleb Forbes Davis V <caldavis@gmail.com>
Wed, 27 Jul 2011 19:51:57 +0000 (14:51 -0500)
commit0712a06dc6d6b05cb78d4b10af12c051e8f765e3
tree16feba97f0589fdf1c2811c23340f4a002a1ae47
parent97e4498c10c803c9d239011d4c48efef52673ec3
changes tags to a list of dicts in the db, adding tag slugs

- adds a function to convert the tag list of dicts to a text string
  properly delimited for loading into forms
- tag string conversion function updated to generate list of dicts
- updates all mentions of the conversion of the string to the tags db
  object
- adds a tags template utility and updates the media template accordingly
mediagoblin/db/models.py
mediagoblin/edit/views.py
mediagoblin/submit/views.py
mediagoblin/templates/mediagoblin/user_pages/media.html
mediagoblin/templates/mediagoblin/utils/tags.html [new file with mode: 0644]
mediagoblin/util.py