Star2Billing / django-country-dialcode

Django reusable application to manage Dial code of Countries
www.star2billing.com
Other
14 stars 17 forks source link

Remove max_length from Country.countryprefix #10

Closed milesgranger closed 7 years ago

milesgranger commented 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
areski commented 7 years ago

Thanks for the fix!