<!--- START AUTOGENERATED NOTES --->
Contents ([43](https://github.com/octue/django-gcp/pull/43))
The `versioning_enabled` property in the BlobField didn't have a return value, meaning it always returned None. In cases where this was interpreted as False, the allow_overwrite functionality worked correctly. But for the entries in the permissions mode_map where the bucket was versioned, and where the permission mode allowed overwrite, this failed.
This release fixes that issue.
Fixes
- Prevent permissions mode map from using None values from property
<!--- END AUTOGENERATED NOTES --->