Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.6 KB

CHANGELOG.rst

File metadata and controls

68 lines (52 loc) · 1.6 KB

Changelog

next

  1. Django 2.0 and Python 3.5 compatibility.

1.11

  1. Django 1.11 compatibility. Correct use of django.jQuery.

1.9.1

  1. Ensure the static files are also deployed.

1.9

  1. Django 1.9 compatibility. Support for previous versions has been dropped.

0.5.2

  1. If a search field is supplied then the dropdown now shows those attributes, not the objects string representation.

0.5.1

  1. Only apply autocomplete in cases where a default widget isn't supplied. This enables the product to work harmoniously with eg. Grappelli's autocomplete.

0.5

  1. Preserve sort order of multiple choice values.

0.4

  1. Deprecate SIMPLE_AUTOCOMPLETE_MODELS setting.
  2. Django 1.6.2 compatibility.

0.3.3

  1. Tests failing for Django 1.5. Pin to 1.4.x until that is fixed.
  2. Handle case where an item that is referenced by a multiselect has been deleted from the database.

0.3.2

  1. Allow search_field to be specified per model, in case the defaults don't suffice.

0.3.1

  1. Fix unicode bug.

0.3

  1. max_items setting specifies maximum number of items to display in autocomplete dropdown.
  2. duplicate_format_function setting allows appending of a custom string if more than one item in the autocomplete dropdown has the same string value.

0.2

  1. Clear autoselect helper in some cases for cleaner UI.
  2. Use object string representation for display and not lookup fieldname.

0.1

  1. Add autocomplete widget for multiple selections
  2. Threshold setting to determine when to show autocomplete widget instead of normal widget

0.0.1

  1. Initial release.