Open smk4664 opened 3 weeks ago
The rule is no longer relevant with the minimum version of Postgres being 12. This rule also cannot be disabled by using the pylint: disable=new-db-field-with-default inline.
pylint: disable=new-db-field-with-default
https://github.com/pylint-dev/pylint-django/issues/296 https://docs.djangoproject.com/en/3.0/topics/migrations/#postgresql ( I am purposefully going to older docs as the Django 4.2 docs don't even mention it).
Environment
Proposed Functionality
The rule is no longer relevant with the minimum version of Postgres being 12. This rule also cannot be disabled by using the
pylint: disable=new-db-field-with-default
inline.https://github.com/pylint-dev/pylint-django/issues/296 https://docs.djangoproject.com/en/3.0/topics/migrations/#postgresql ( I am purposefully going to older docs as the Django 4.2 docs don't even mention it).