Django-celery-beat: New migration of SolarSchedule is always made when run `makemigrations`

Created on 27 Nov 2017  路  7Comments  路  Source: celery/django-celery-beat

It seems the choices of SolarSchedule.event make this happen.

https://github.com/celery/django-celery-beat/blob/master/django_celery_beat/models.py#L43

Most helpful comment

@MidTin - I noticed this was closed but there hasn't been a new version (still on 1.1.0). Will a new version be created?

All 7 comments

Thanks.
We'll fix this before a new release :)

@thedrow any idea roughly when the next release will be (days/weeks/months)? Just trying to figure out if it's worth it to fork the repo and carry this fix in the meantime, but don't think I'll bother if you have concrete plans to do a release imminently. Thanks!

I'll need to find the fix for the problem first.

Doesn't https://github.com/celery/django-celery-beat/pull/92 fix this?

(Looks like this issue is dupe'd with https://github.com/celery/django-celery-beat/issues/90 and #91)

Fixed.

@MidTin - I noticed this was closed but there hasn't been a new version (still on 1.1.0). Will a new version be created?

I still have the same problem. I have version 1.1.0.
each makemigration gives an output of:
Alter field event on solarschedule

I think the issue is not fixed

Was this page helpful?
0 / 5 - 0 ratings