if hasattr(self, '_content_stats'):
return self._content_stats
try:
- stats = self.document_books.first().wldocument().get_statistics()['total']
+ stats = self.document_books.first().wldocument(librarian2=True).get_statistics()['total']
except Exception as e:
stats = {}
self._content_stats = stats
max_length=32, blank=True,
help_text='OdpowiadajÄ…cy kwalifikator Thema.'
)
+ woblink = models.IntegerField(null=True, blank=True)
class Meta:
ordering = ('code',)