Re: makemigrations and language_code

2015-10-27 Thread Collin Anderson
id this particular issue. > > > > On Monday, October 19, 2015 at 12:58:23 AM UTC-4, Hugo Osvaldo Barrera > wrote: > > I'm having a rather confusing scenario regarding makemigrations and > language_code: > > * I've an app (let's call it myapp) which

Re: makemigrations and language_code

2015-10-21 Thread 'Hugo Osvaldo Barrera' via Django users
ill encounter the same issue. I'm curious as to how the admin app avoid this particular issue. > > On Monday, October 19, 2015 at 12:58:23 AM UTC-4, Hugo Osvaldo > Barrera wrote: >> I'm having a rather confusing scenario regarding makemigrations and >> >> lang

Re: makemigrations and language_code

2015-10-20 Thread Aron Podrigal
Simply run ./manage.py makemigrations myapp That will avoid running for all your installed apps. On Monday, October 19, 2015 at 12:58:23 AM UTC-4, Hugo Osvaldo Barrera wrote: > > I'm having a rather confusing scenario regarding makemigrations and > language_code: > >

makemigrations and language_code

2015-10-18 Thread 'Hugo Osvaldo Barrera' via Django users
I'm having a rather confusing scenario regarding makemigrations and language_code: * I've an app (let's call it myapp) which I'm developing. * myapp relies on the another app (let's call it libapp). * myapp has language_code set to "es-ar". * libapp was