- Django 5.1 compatibility and tests.
- Fix Multi Widgets which was showing multiple commas after save. #103
- Overall code cleanup.
- Refactored tests. Now full test coverage.
- Django 4.2 compatibility and tests.
- Django 5.0 compatibility and tests.
- Requires Python 3.8 or up.
- Switch package management to Poetry.
- Django 4.0 compatibility and tests.
- Requires Django 3.2 or up.
- Requires Python 3.7 or up.
- Note: You may now need to change the order and put the dynamic-raw-id include before the generic admin include. See Readme for details.
- Django 3.1 compatibility and tests.
- Django 3.0 compatibility and tests.
- BACKWARDS INCOMPATIBLE: Dropped support for Django <1.11.
- BACKWARDS INCOMPATIBLE: Dropped support for Python 3.4.
- Django 2.2 compatibility and tests.
- General code cleanup.
- Pipenv support for local development.
- Some visual fixes around icons and alignment.
- Django 2.1 compatibility and tests.
- Fixes missing icons in Admin views.
- Fixes missing JS handling when using a custom /admin/ url.
- BACKWARDS INCOMPATIBLE: Renamed the project to
django-dynamic-raw-id
. to reflect what it's actually doing. - Fixed glass lookup icon in Django 1.10 and below.
- Specific ordering of media asset loading.
- Multiple fixes and enhancements.
- Full Selenium based testsuite.
- Django 2.0 and Python 3 compatibility.
- pipenv support.