I believe the warning is incorrect. See
https://code.djangoproject.com/ticket/23615 for the disucssion.
On Wednesday, February 20, 2019 at 12:25:46 PM UTC-5, Eric Palmitesta wrote:
>
> The Django docs (
> https://docs.djangoproject.com/en/1.11/topics/db/models/#field-name-restrictions)
>
> stat
The Django docs
(https://docs.djangoproject.com/en/1.11/topics/db/models/#field-name-restrictions)
state there are only two restrictions on model field names:
1. A field name cannot be a Python reserved word
2. A field name cannot contain more than one underscore in a row
However, give
2 matches
Mail list logo