]> git.openstreetmap.org Git - osqa.git/commit
Changing the way we get the User subscribed URL address, before we used the @models...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 14 Apr 2011 20:43:44 +0000 (20:43 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 14 Apr 2011 20:43:44 +0000 (20:43 +0000)
commit6ed9045db99d5ec0f9bd3529c9145cacabd5f90e
tree896a0c213a6d6a8c20537683eef03e9d5a738c14
parent1efc8bf890884fde2c443fe3a4672433400adf0d
Changing the way we get the User subscribed URL address, before we used the @models.permalink decorator, now we use directly the reverse URL resolver and we make sure that the username is filtered using the smart_unicode function. This used to cause some trouble with Unicode usernames when sending the daily digest.

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