
It makes sure that resource id is not None, so that e.g. DELETE request is not accidentally called on a collection URL. Also _path method stub is now in base.Manager, to be overriden by child classes.
It makes sure that resource id is not None, so that e.g. DELETE request is not accidentally called on a collection URL. Also _path method stub is now in base.Manager, to be overriden by child classes.