Re: countries model or list like settings.LANGUAGES

2011-05-05 Thread Hanne Moa
On 1 May 2011 15:33, Mateusz Harasymczuk wrote: > I have to agree with this guy: > http://code.djangoproject.com/ticket/5446 There are two competing third-party solutions to a country-field out there, both helpfully named django-countries: 1) http://code.google.com/p/django-countries/ 2) https:/

countries model or list like settings.LANGUAGES

2011-05-01 Thread Mateusz Harasymczuk
I have to agree with this guy: http://code.djangoproject.com/ticket/5446 There should be a model to hold country name and language: {% quote %} The idea is to have something like: country = models.CountryField() language = models.LanguageField() Instead of: lang = models.CharField ( max_len