Re: Add an --unapplied option for showmigrations

2019-12-14 Thread Sky Christensen
o 2.2 https://docs.djangoproject.com/en/2.2/ref/django-admin/#cmdoption-migrate-plan On Fri, 29 Nov 2019 at 10:59, Sky Christensen wrote: I'd like to be able to easily see a list of only unapplied migrations. I often find myself switching to a new branch and wanting to quickly find out wh

Add an --unapplied option for showmigrations

2019-11-29 Thread Sky Christensen
I'd like to be able to easily see a list of only unapplied migrations. I often find myself switching to a new branch and wanting to quickly find out whether it contains any migrations that are yet to be applied to my development database, and what they are. At the moment I use a plain `./mana

Re: The floatformat filter sometimes returns "-0" rather than "0"

2019-09-26 Thread Sky Christensen
d on a website, as a ‘developer-user’, I’d probably consider it a bug. I’m unsure of other uses of this filter though. Kye Russell Sent from my iPhone On 12 Sep 2019, at 12:54 pm, Sky Christensen wrote: Hi, I'd like to discuss reopening this wontfix'ed ticket: https://code.django

Re: The floatformat filter sometimes returns "-0" rather than "0"

2019-09-25 Thread Sky Christensen
loper-user’, I’d probably consider it a bug. I’m unsure of other uses of this filter though. Kye Russell Sent from my iPhone On 12 Sep 2019, at 12:54 pm, Sky Christensen wrote: Hi, I'd like to discuss reopening this wontfix'ed ticket: https://code.djangoproject.com/ticket/30761 T

The floatformat filter sometimes returns "-0" rather than "0"

2019-09-12 Thread Sky Christensen
Hi, I'd like to discuss reopening this wontfix'ed ticket: https://code.djangoproject.com/ticket/30761 The issue is that for values between 0 and -0.5, the floatformat filter returns "-0", whereas I think that most people would expect it to return "0". The ticket was wontfix'ed because "thi