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:/
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