Closed milesgranger closed 7 years ago
Django 1.8, having max_length in the IntegerField raises the following warning: #6
country_dialcode.Country.countryprefix: (fields.W122) 'max_length' is ignored when used with IntegerField HINT: Remove 'max_length' from field
Thanks for the fix!
Django 1.8, having max_length in the IntegerField raises the following warning: #6