Re: django language tag

2014-10-14 Thread 6233114 6233114
Hello, There is no error. The translation simply reverts to the default language, which is English. On Wednesday, 15 October 2014 02:48:50 UTC+11, Collin Anderson wrote: > > Hello, > > What does the error say? > > Collin > > -- You received this message because you are subscribed to the Google

django language tag

2014-10-10 Thread 6233114 6233114
I have some javascript that displays the timespan between two dates according to a language code. For example in en / English: (3 years, 2 months) , in ru / Russian (3 лет, 2 месяцев) in de / German: (3 Jahre, 2 Monate) , etc. The code is working ok but will be difficult to maintain, so I have

positiveintegerfield - display value in add template & remove value in edit template

2014-10-08 Thread 6233114 6233114
I am a newbie and this question is sort of related to a question I asked not so long ago. I have a select list as part of a form stored in my models.py file as a positiveintegerfield, as shown below: class AchievementDetails(models.Model, FillableModelWithLanguageVersion): SELECT_ACHIEVEMENT

Re: display text value of a positiveintegerfield

2014-10-08 Thread 6233114 6233114
Wow so easy (when you know where to look). Thank you! On Thursday, 9 October 2014 13:58:35 UTC+11, 6233114 6233114 wrote: > > I am a newbie. I have searched the django docs for this answer, but I > failed to find a reference, so here is my question. > > I have a select list as

display text value of a positiveintegerfield

2014-10-08 Thread 6233114 6233114
I am a newbie. I have searched the django docs for this answer, but I failed to find a reference, so here is my question. I have a select list as part of a form stored in my models.py file as a positiveintegerfield, as shown below: class AchievementDetails(models.Model, FillableModelWithLan