Skip to content

Releases: peopledoc/django-agnocomplete

0.10.0

10 Jan 10:04
0.10.0
Compare
Choose a tag to compare

0.10.0 (2018-01-10)

  • Add Django 1.11 support (#85).
  • Moving Github organization from novafloss to peopledoc (#86).

A more flexible AgnocompleteModelMultipleField

19 Sep 08:10
Compare
Choose a tag to compare
  • Added a more flexible way to create new values in AgnocompleteModelMultipleField (#82).

Added Django 1.10 support

27 Mar 07:14
Compare
Choose a tag to compare

Mostly a "upgrade" and "deprecate" support release, nothing fancy.

  • Drop Python 3.3 support (#81).
  • Add Django 1.10 support (#80).

To Field Name

13 Dec 11:19
Compare
Choose a tag to compare

Enhancements & New Features

  • Return the eventual HTTP error message to the front-end in the context of a HTTP error in a AgnocompleteURLProxy field (#71).
  • Handle the to_field_name parameter with AgnocompleteModel and allow customization of the label alone by overriding AgnocompleteModel.label() (#77).
  • In the "error" demo, display the error message returned by the Agnocomplete call (#65).

Docs & Help

  • Added a make clean command to remove junk assets (#64).
  • Added a doclint job to check documentation build (#69).
  • Link the Github project on the documentation homepage (#73).
  • Mention the version of django-autocomplete-light it reuses concepts from (#74).
  • Update README (typos, syntax HL on commands) (#75).

0.7.0rc1

13 Dec 11:18
101a42e
Compare
Choose a tag to compare
0.7.0rc1 Pre-release
Pre-release

WARNING: this pre-release is unavailable on PyPI, don't look after if

  • Added a make clean command to remove junk assets (#64).
  • Added a doclint job to check documentation build (#69).
  • Return the eventual HTTP error message to the front-end in the context of a HTTP error in a AgnocompleteURLProxy field (#71).
  • Link the Github project on the documentation homepage (#73).
  • Mention the version of django-autocomplete-light it reuses concepts from (#74).
  • In the "error" demo, display the error message returned by the Agnocomplete call (#65).
  • Update README (typos, syntax HL on commands) (#75).
  • Handle the to_field_name parameter with AgnocompleteModel and allow customization of the label alone by overriding AgnocompleteModel.label() (#77).

URL Proxies

10 Oct 09:03
Compare
Choose a tag to compare

New features

  • Added the AgnocompleteUrlProxy class, handling autocomplete using a third-party HTTP API (#55, #62, #63, #67).
  • Global Error Handling (#60).
  • Added support for extra arguments passed to the search URL, passed on the Agnocomplete class (#52).

Minor changes

  • Dropped support for Django 1.6 / 1.7 (#54),
  • Added support for Django 1.9. Please note that the combination Python 3.3 and Django 1.9 is incompatible - see Django 1.9 release notes <https://docs.djangoproject.com/en/1.10/releases/1.9/>_ (#56).
  • Removed Django 1.10 deprecation warnings (#59).
  • Allowing Autocomplete class argument in AgnocompleteField to be either string (str) or unicode variables (#66).

URL Proxies (RC5)

10 Oct 09:02
Compare
Choose a tag to compare
URL Proxies (RC5) Pre-release
Pre-release
  • Dropped support for Django 1.6 / 1.7 (#54),
  • Added support for Django 1.9. Please note that the combination Python 3.3 and Django 1.9 is incompatible - see Django 1.9 release notes <https://docs.djangoproject.com/en/1.10/releases/1.9/>_ (#56).
  • Added support for extra arguments passed to the search URL, passed on the Agnocomplete class (#52).
  • Added the AgnocompleteUrlProxy class, handling autocomplete using a third-party HTTP API (#55, #62).
  • Removed Django 1.10 deprecation warnings (#59).
  • Allowing Autocomplete class argument in AgnocompleteField to be either string (str) or unicode variables (#66).

URL Proxies (RC4)

10 Oct 09:01
Compare
Choose a tag to compare
URL Proxies (RC4) Pre-release
Pre-release
  • Dropped support for Django 1.6 / 1.7 (#54),
  • Added support for Django 1.9. Please note that the combination Python 3.3 and Django 1.9 is incompatible - see Django 1.9 release notes <https://docs.djangoproject.com/en/1.10/releases/1.9/>_ (#56).
  • Added support for extra arguments passed to the search URL, passed on the Agnocomplete class (#52).
  • Added the AgnocompleteUrlProxy class, handling autocomplete using a third-party HTTP API (#55, #62).
  • Removed Django 1.10 deprecation warnings (#59).
  • Allowing Autocomplete class argument in AgnocompleteField to be either string (str) or unicode variables (#66).

URL Proxies (RC3)

04 Oct 14:12
Compare
Choose a tag to compare
URL Proxies (RC3) Pre-release
Pre-release
  • Dropped support for Django 1.6 / 1.7 (#54),
  • Added support for Django 1.9. Please note that the combination Python 3.3 and Django 1.9 is incompatible - see Django 1.9 release notes <https://docs.djangoproject.com/en/1.10/releases/1.9/>_ (#56).
  • Added support for extra arguments passed to the search URL, passed on the Agnocomplete class (#52).
  • Added the AgnocompleteUrlProxy class, handling autocomplete using a third-party HTTP API (#55, #62).
  • Removed Django 1.10 deprecation warnings (#59).
  • Allowing Autocomplete class argument in AgnocompleteField to be either string (str) or unicode variables (#66).

URL Proxies (RC2)

28 Sep 16:30
Compare
Choose a tag to compare
URL Proxies (RC2) Pre-release
Pre-release
  • Dropped support for Django 1.6 / 1.7 (#54),
  • Added support for Django 1.9. Please note that the combination Python 3.3 and Django 1.9 is incompatible - see Django 1.9 release notes (#56).
  • Added support for extra arguments passed to the search URL, passed on the Agnocomplete class (#52).
  • Added the AgnocompleteUrlProxy class, handling autocomplete using a third-party HTTP API (#55, #62).
  • Removed Django 1.10 deprecation warnings (#59).

Note: added the get_http_result method since the 0.6rc1 pre-release