]> git.openstreetmap.org Git - osqa.git/commit
OSQA-650, force unicode when using the __unicode__ method in the Tags model and make...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 13 Apr 2011 17:46:39 +0000 (17:46 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 13 Apr 2011 17:46:39 +0000 (17:46 +0000)
commitd958b0a69d6cebf7a4465c552d9392449f0e35fc
tree6e6c4ad6748f4d4e68c37b8bcb38fa0f5590d986
parent50d5fd554fe0f2633459ba3e8e57674869ba1643
OSQA-650, force unicode when using the __unicode__ method in the Tags model and make the Questions tag filtration using the tag id rather than the tag name. This is likely to generate some encoding issues, if we use the tag ID it would be more stable.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@977 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum/models/tag.py
forum/views/readers.py