Objects are no longer automatically added to the current container when they are created.
The network list on the range create form shows all networks instead of only those associated with the current container.
Note that the 1st change is general and the 2nd change is specific. For 1, I could have instead only prevented Ranges from being automatically added. For 2, I could shown the full list in all forms for any object that doesn't have an explicit ctnr or ctnr_set field. But I chose this approach because it seemed the safest and most reasonable. If necessary, I can change it to the other approach.
This pull request does two things.
Note that the 1st change is general and the 2nd change is specific. For 1, I could have instead only prevented Ranges from being automatically added. For 2, I could shown the full list in all forms for any object that doesn't have an explicit
ctnr
orctnr_set
field. But I chose this approach because it seemed the safest and most reasonable. If necessary, I can change it to the other approach.