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

Enhanced support for natural keys in Django and Django REST Framework.

Results 3 django-natural-keys issues
Sort by recently updated
recently updated
newest added

Requiring that a model inherit from NaturalKeyModel can conflict with other model modifiers that also requiring inheritance. It would be nice if the same functionality could be exposed via a...

enhancement
help wanted

The str() representation of a datetime value is s.isoformat(sep=' ') whereas the representation of a DateTimeField is s.isoformat(sep='T'). It would be nice to have the option for natural_key representation of...

enhancement
help wanted

I often user natural key in my models' repr, so adding this here would be nice, something like: '' % (self._meta.model.__name__, ', '.join(self.natural_key()))

enhancement
help wanted