llazzaro / django-scheduler

A calendaring app for Django.
BSD 3-Clause "New" or "Revised" License
1.29k stars 392 forks source link

Use an AutoField until Django 3.2 is the only supported version #510

Closed francoisfreitag closed 3 years ago

francoisfreitag commented 3 years ago

Projects using Django < 3.2 cannot specify the type of their AutoField. Default to django.db.models.AutoField until Django 3.2 is the only supported version.

https://code.djangoproject.com/ticket/32697#comment:1

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.01%) to 80.084% when pulling ddd01628413374184bff84adf7da3f8a357b2389 on francoisfreitag:default_auto_field into 172700476a2e7fc9db5f65dc590e9260190bccaf on llazzaro:develop.

llazzaro commented 3 years ago

I will tag today a new version with this PR.

Many thanks!

robertpro commented 3 years ago

@llazzaro can you publish this change on Pypi? I am having issues with CI

llazzaro commented 3 years ago

@robertpro I just released 0.9.5, if the problem persists please let me know!

robertpro commented 3 years ago

@llazzaro All good, Thanks!