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 #172

Closed WendelSiqueira closed 7 years ago

blag commented 7 years ago

Just FYI, instead of closing this PR and opening a new one you could have simply git commit --amend and git push -f.

If other people will be pulling your changes before they are complete then don't force push, but if it's just you working on a PR, feel free to force push until it's merged.

👍