+ def author_name(self, obj):
+ return "Brett Parker"
+
+ def author_email(self, obj):
+ return "iDunno@sommitrealweird.co.uk"
+
+ def item_author_name(self, obj):
+ return "Brett Parker"
+
+ def item_author_email(self, obj):
+ return "iDunno@sommitrealweird.co.uk"
+