Releases: lincolnloop/django-dynamic-raw-id
Releases · lincolnloop/django-dynamic-raw-id
v4.3
What's Changed
- Restore value_from_datadict to widget so values don't get destroyed by commas by @chellman in #104
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #105
New Contributors
Full Changelog: v4.1...v4.3
v4.1
v4.0
v2.6 (2019-06-21)
- 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.
v2.5 (2018-12-09)
- Django 2.1 compatibility and tests.
v2.4 (2018-04-09)
- Fixes missing icons in Admin views.
- Fixes missing JS handling when using a custom /admin/ url.
v2.3 (2018-01-18)
- 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.
v1.2 (2018-01-17)
- Multiple fixes and enhancements.
- Full Selenium based testsuite.
- Django 2.0 and Python 3 compatibility.
- pipenv support.