Re: Proposal: testdb cached by hash on migrations dirs

2015-04-18 Thread Andrew Farrell
about the --keepdb option in Django 1.8: > https://docs.djangoproject.com/en/1.8/ref/django-admin/#django-admin-option---keepdb > > > On Friday, April 17, 2015 at 6:04:00 PM UTC-4, Andrew Farrell wrote: >> >> Hi Folks, >> >> I've been working on speeding up a

Proposal: testdb cached by hash on migrations dirs

2015-04-17 Thread Andrew Farrell
Hi Folks, I've been working on speeding up a django-1.7 applications unit tests to encourage developers to write more of them. Currently, django's strategy for ensuring that its database is fresh for each test run is to create a new test database and run all of the migrations on it. I've noticed t

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Andrew Farrell
Who is responsible then for deciding what the conclusion of the discussion was? If there is no such person, how does the process handle the case when people talk past each other and don't actually come to a conclusion? On Mon, Apr 14, 2014 at 2:22 PM, Michael Manfre wrote: > I think there would

Re: Wrong translation in Brazillian portuguese

2014-04-07 Thread Andrew Farrell
According to https://code.djangoproject.com/wiki/Version1.7Roadmap, the translation string freeze is not until the 1st of May, so it should be. -- Andrew On Mon, Apr 7, 2014 at 10:45 AM, Bruno Ribeiro da Silva < bruno.dev...@gmail.com> wrote: > Hi everyone, > > I found a wrong translation in Bra