Post #2316378
2025-12-04 05:00 UTC
@adamchainz@fosstodon.org Hi Adam - would you expect django-upgrade to remove lines like this: `default_auto_field = "django.db.models.BigAutoField"` in AppConfig class in apps.py?
Replies (1)
-
@stuartm@fosstodon.org 2025-12-04 05:25
@adamchainz@fosstodon.org Answering my own question after reading your docs and source code. It looks like django-upgrade doesn't remove it, but that it should be safe for me to do it manually.