MCPcopy Create free account
hub / github.com/codemistic/Web-Development / Meta

Class Meta

locallibrary/catalog/models.py:68–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 date_of_death = models.DateField('Died', null=True, blank=True)
67
68 class Meta:
69 ordering = ['last_name', 'first_name']
70
71 def get_absolute_url(self):
72 """Returns the URL to access a particular author instance."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected