Django Searchable Select Versions Save

A better and faster multiple selection widget with suggestions

1.5.0

6 years ago
  • Now supports Django 2.0
  • Fixed #12 - displaying multiple fields with many=False
  • Fixed #13 - some models have no name attribute so only a blue rectangle is displayed

1.4.5

7 years ago
  • Fixed #6 (thanks @shalakhin)
  • Fixed #8 (thanks @sheeshmohsin)

1.4.4-3

7 years ago

Fixed #3.

v1.4.3

7 years ago
  • Added support for Python 3 & Django 1.7
  • Fixed #2
  • Fixed builds (coverage -> 100%)

v1.4.2

7 years ago
  • Added example & test case for ForeignKey fields
  • Coverage is now 100%
  • Added badges to READMEs

v1.4.1

7 years ago
  • Support for Django 1.4.1
  • Added example projects
  • Added SQLite database with some initial data
  • Fixed README typos & inconsistencies