On 10/01/2013 06:36 AM, Ivan Kharlamov wrote: > On 09/27/2013 09:01 PM, Carl Meyer wrote: >> On 09/27/2013 03:07 AM, Ivan Kharlamov wrote: > Thank you for considering a fix! > > Personally, I'd prefer a solution proposed by Shai, which is (5).
I commented in my reply to Shai why I don't think (5) is really any better than a warning you always get unless you turn it off. > As another alternative to creating a new variable in settings.py, there > is an option, albeit also a little bit ugly, to add a command line > parameter, so that the tests could be run with './manage.py test > application --no-upgrade-warning'. I think this is worse than a setting. A setting at least you can set once and not have to think about it again, rather than have to arrange to issue it every single time you run tests. Carl -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/524B7C29.5000409%40oddbird.net. For more options, visit https://groups.google.com/groups/opt_out.
