loyning's profile - activity
2016-12-25 19:05:23 -0500 | received badge | Popular Question (source) |
2016-12-25 19:05:23 -0500 | received badge | Notable Question (source) |
2016-12-25 19:05:23 -0500 | received badge | Famous Question (source) |
2014-08-16 14:06:14 -0500 | asked a question | askbot.utils.pluralization receives wrong language code For some unknown reason the get_formula in askbot.utils.pluralization receives the langauge code: "nb-no" and therefore throws a critical error message. The LANGUAGE setting in my settings.py file is set to "nb_NO" which should be the correct value for "Norwegian bokmål" "Norway". In the pluralization.py file there is an array of germannic languages which should match what I have set: "nb_NO" GERMANNIC_FAMILY = ( 'en', 'bg', 'bg_BG', 'el', 'nb_NO', 'pt', 'ast', 'ca', 'de', 'it', 'hu', 'hi', 'sv_SE', 'fi', 'he_IL', 'gl', 'es', 'bn_IN' ) Why does get_formula get the wrong/lowercase langauge code? and what can I do to fix the problem? :) |
2014-08-08 09:39:37 -0500 | commented question | NameError: name 'Command' is not defined when run fix_question_tags Ive pulled the latest code from github and I now get a new error message: AttributeError: 'tuple' object has no attribute 'find' |
2014-08-08 07:44:04 -0500 | commented question | NameError: name 'Command' is not defined when run fix_question_tags I get the same error here. Askbot version 0.7.49 (head). Django version 1.5.0. Python 2.7.5. OSX 10.9.4. |