I'm try to import [django.models.F](https://docs.djangoproject.com/en/5.0/ref/models/expressions/#f-expressions) with `as` `from django.models import F as Field` and take violation `N811 constant 'F' imported as non constant 'Field'` What about exclude one char imports from `N811` rule?