Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: always assign name from server data
Prior to this change, if a user created a Release class by specifying an ID number instead of a name string, the class would always set the name property to None. For example, this would be None: Release(id=1234).name Assign name when we process all the other data attributes in _setattr().