Simplifying string concatenation in generate_slug and fixing docstring
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 15 Jan 2013 22:11:15 +0000 (16:11 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 15 Jan 2013 22:11:15 +0000 (16:11 -0600)
commit985871095e873aca1e160a7eea4ad97f4b80de18
treee18a3836b345b3ea1c7c4cd76c18db31de742486
parent88de830fcfb3fb02af4b2d71b82efaa8c83df665
Simplifying string concatenation in generate_slug and fixing docstring

 - made the mistake of copying some commit message things into the
   docstring.  Fixed.
 - elrond points out that += is nicer and we don't need u"" in this
   case since we're not concatenating a variable, we're concatenating
   a known ascii string.
mediagoblin/db/mixin.py