coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
920 stars 374 forks source link

Fix to skip import when _pre hooks return False #173

Closed WendelSiqueira closed 7 years ago

blag commented 7 years ago

NAK - plugins are supposed to raise the cities.conf.HookException to skip the line of data. I'll update the documentation to match that instead.

Thank you for noticing this!