We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2f52d commit 4d6efbcCopy full SHA for 4d6efbc
1 file changed
releng/views.py
@@ -45,7 +45,7 @@ def default(self, obj):
45
if isinstance(obj, Release):
46
data = {attr: getattr(obj, attr) or None
47
for attr in self.release_attributes}
48
- data['pgp_fingerprint'] = obj.pgp_key or None
+ data['pgp_fingerprint'] = obj.pgp_key
49
data['available'] = obj.available
50
data['iso_url'] = '/' + obj.iso_url()
51
data['magnet_uri'] = obj.magnet_uri()
0 commit comments