django-natural-keys icon indicating copy to clipboard operation
django-natural-keys copied to clipboard

Feature request: Model __repr__

Open kaleb opened this issue 6 years ago • 0 comments

I often user natural key in my models' repr, so adding this here would be nice, something like:

'<%s: %s>' % (self._meta.model.__name__, ', '.join(self.natural_key()))

kaleb avatar Jan 31 '18 14:01 kaleb