openplans / openblock

OpenBlock is a web application and RESTful service that allows users to browse and search their local area for "hyper-local news
61 stars 26 forks source link

Geocoding bug: Blocks must have *_from_num lower than *_to_num #158

Closed slinkp closed 11 years ago

slinkp commented 11 years ago

If a Block has left_from_num higher than left_tonum, you won't be able to geocode any addresses on the left side of that block. Ditto for right*.

slinkp commented 11 years ago

(In [950e81beda5dd47862dd94eb159186600ebafb58]) Add Block.clean() method to avoid getting from_num and to_num out of order, plus a migration to fix existing databases; closes #164.

Also, slightly better admin form for Blocks, and enforce uppercase constraint on various Block fields.

slinkp commented 11 years ago

Ticket imported from Trac: http://developer.openblockproject.org/ticket/164 Reported by: slinkp