All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Rebuilt wheel
- Errant
migrations
package
- Now compatible with Django 4
- Dropped support for all Python versions under Python 3.6.
- Dropped support for Django versions under Django 3.2.
- No longer using django-nose or nose test runner (ie django_nose.NoseTestSuiteRunner).
- Added AppConfig.
- Add support for excluded URL path prefixes
- Update for Django 1.9+
- Require Django.
- Fix typos in the help text.
- Prepend a slash when doing a partial replacement if the resulting url doesn’t have one. This avoid relative redirections.
- Fix the model admin form and use it in the admin.