------------------
* This version reverts PR 222, which was pushed with release v1.4.2. The revert was prompted by
conflicts that this change caused with a few of Dropbox's internal tools. We plan to address
these conflicts and submit a new release once these issues are resolved.
* Fix 121: Enabled forceful parent delete (and reparent) for Network objects.
+ Addresses scenario where a user accidentally adds a network. Previously, if that network had
any children, deleting the network was impossible due to protections on the network database
field. The server changes in this release allow a newly added pynsot flag ``--force-delete`` to
override the native Django ``PROTECT`` safe guard and forcefully delete the network. The only
scenario where this is still not allowed is if the network in question has no parents and it's
children are leaf nodes. In this case, an error is raised.