MCPcopy
hub / github.com/django/django / lastmod

Method lastmod

django/contrib/sitemaps/__init__.py:190–193  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

188 return self.queryset.filter()
189
190 def lastmod(self, item):
191 if self.date_field is not None:
192 return getattr(item, self.date_field)
193 return None
194
195 def get_latest_lastmod(self):
196 if self.date_field is not None:

Callers 1

get_latest_lastmodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected