-------------------
* Fixes 171: Implemented API support for lookup by closest parent
* This implements a new detail route on the Networks endpoint at
``networks/{cidr}/closest_parent/``. The Network need not exist in the
database and if found, the closest matching parent network will be
returned.
* The endpoint also accepts a ``prefix_length`` argument to optionally
restrict how far it will recurse to find possible parents.