Releases: wq/django-natural-keys
Releases · wq/django-natural-keys
natural-keys 1.1.0
natural-keys 1.1.0 includes an update for compatibility with Django REST Framework 3.5, specifically the requirement that all ModelSerializers have an explicit fields
or exclude
attribute.
natural-keys 1.0.0
Django Natural Keys 1.0.0 brings checks for compatibility with Django 1.10, and improved support for advanced customization via the new NaturalKeyModelSerializer.build_natural_key_fields()
method.
natural-keys 0.1.0
Initial release, extracted from wq.db.