furious-luke / django-address

A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.
BSD 3-Clause "New" or "Revised" License
431 stars 181 forks source link

Warning: address.Address: (models.W042) Auto-created primary key used when not defining a primary key type #147

Closed banagale closed 3 years ago

banagale commented 3 years ago

Found when running the Example project on Django 3.2

Explanation here

banagale commented 3 years ago

Fixed in 47439e5