Skip to content

Releases: and3rson/django-searchable-select

Support for Django 2.0

29 Jan 09:47
Compare
Choose a tag to compare
  • 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

Support for Django 1.11

18 Apr 11:29
Compare
Choose a tag to compare

"limit" argument, bugfixes

28 Feb 14:32
Compare
Choose a tag to compare

Python 3, Django 1.7, bugfixes

02 Dec 11:35
Compare
Choose a tag to compare
  • Added support for Python 3 & Django 1.7
  • Fixed #2
  • Fixed builds (coverage -> 100%)

Better test coverage

30 Oct 16:36
Compare
Choose a tag to compare
  • Added example & test case for ForeignKey fields
  • Coverage is now 100%
  • Added badges to READMEs

Support for Django 1.4.1

28 Oct 16:05
Compare
Choose a tag to compare
  • Support for Django 1.4.1
  • Added example projects
  • Added SQLite database with some initial data
  • Fixed README typos & inconsistencies