Skip to content

Releases: lincolnloop/django-dynamic-raw-id

v4.3

28 Jun 10:40
Compare
Choose a tag to compare

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

20 May 06:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0...v4.1

v4.0

21 Apr 15:38
Compare
Choose a tag to compare
  • Django 4.2 compatibility and tests.
  • Django 5.0 compatibility and tests.
  • Requires Python 3.8 or up.
  • Switch package management to Poetry.

v2.6 (2019-06-21)

21 Jun 12:54
Compare
Choose a tag to compare
  • 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)

21 Jun 12:54
Compare
Choose a tag to compare
  • Django 2.1 compatibility and tests.

v2.4 (2018-04-09)

21 Jun 12:55
Compare
Choose a tag to compare
  • Fixes missing icons in Admin views.
  • Fixes missing JS handling when using a custom /admin/ url.

v2.3 (2018-01-18)

21 Jun 12:55
Compare
Choose a tag to compare
  • 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)

21 Jun 12:56
Compare
Choose a tag to compare
  • Multiple fixes and enhancements.
  • Full Selenium based testsuite.
  • Django 2.0 and Python 3 compatibility.
  • pipenv support.