Skip to content

Releases: applegrew/django-select2

7.3.1

24 May 15:16
Compare
Choose a tag to compare
  • Add Django PyPi classifiers
  • Switch CI to GitHub actions
  • Add new getting started guide and sample app

7.3.0

23 May 15:38
Compare
Choose a tag to compare
  • Add correct Python 3 PyPi classifiers
  • Update external links to Select2
  • Turn remaining http:// links into https:// links
  • Resolve #609 -- Enforce https:// for CDN URLs

Thx @hartwork

7.2.4

15 May 11:44
Compare
Choose a tag to compare
  • Fix Django deprecation warnings (#604)

7.2.3

20 Mar 15:05
3a19fa5
Compare
Choose a tag to compare
  • Clear dependent fields on select (#597)

7.2.2

13 Mar 17:47
Compare
Choose a tag to compare
  • #594 -- Fix travis-ci release config

7.2.1

25 Feb 10:50
e7fa49a
Compare
Choose a tag to compare
  • Prevent literal "None" placeholders (#591)

7.2.0

05 Jan 16:35
Compare
Choose a tag to compare
  • Add official Django 3.0
  • Remove official Django 2.0 & 2.1 support

7.1.2

21 Nov 15:27
Compare
Choose a tag to compare
  • Update Select2 to version 4.0.12

7.1.1

26 Aug 15:13
Compare
Choose a tag to compare
  • Fix #565 -- Support empty_label on ModelSelect fields.

7.1.0

09 Jul 16:39
Compare
Choose a tag to compare
  • Get QuerySet form choices, if possible (#509)