natural-keys 2.0.0
natural-keys 2.0.0 improves support for Django 3.2 and drops support for Python 2.7.
New Features
- Ignore
BigAutoFieldin addition toAutoFieldwhen detecting single unique key (#16, #17 via @marcosox) - Detect
UniqueConstraintin addition tounique_together, and makeUniqueConstraintthe recommended option (#14) - Support using
natural_keys.modelswithout installing Django REST Framework (#15) - Move to Github Actions
Breaking Changes
- This release removes support for EOL versions of Python and Django, including Python 2.7 and Django 2.1.