displays the tags on edit correctly now
authorCaleb Forbes Davis V <caldavis@gmail.com>
Wed, 13 Jul 2011 01:43:16 +0000 (20:43 -0500)
committerCaleb Forbes Davis V <caldavis@gmail.com>
Wed, 13 Jul 2011 01:43:16 +0000 (20:43 -0500)
commit93e3468a2af92a623a659628a20605025cea9ca7
treeb0d23392df5b1111eb1c9f80c9fd174334f3e284
parentcdf538bd6163a47b4c4a6326c943b6deaf2c495a
displays the tags on edit correctly now

-before it was running the tags field through the submit filter.
 that was kind of dumb
-removes the filter function from the edit form
-adds unicode syntax in the filter function
-uses split correctly when saving the edited tags to mongodb
mediagoblin/edit/forms.py
mediagoblin/edit/views.py
mediagoblin/util.py