]> git.openstreetmap.org Git - osqa.git/commit
#OSQA-610, the used_count of the firstly added tags is now updated properly. The...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 18 Mar 2011 18:09:35 +0000 (18:09 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 18 Mar 2011 18:09:35 +0000 (18:09 +0000)
commit675f602707bc783c6c6db282ac4e14334ef20df7
tree8e4bcd5ce8addb86fb4fef4f654d6d58fa98fcf8
parentaf2fa7143f68cc56b2c5053f2f079399bbba6885
#OSQA-610, the used_count of the firstly added tags is now updated properly. The problem was the Tag ActiveManager which had been set as both objects and active manager. Now the objects Manager is using the standart Django Model Manager. Also data migration has been added in order to fix the used_count for previously added tags.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@863 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum/migrations/0048_zero_count_tags_fix.py [new file with mode: 0644]
forum/models/tag.py