Releases: peopledoc/django-agnocomplete
Releases · peopledoc/django-agnocomplete
0.10.0
A more flexible AgnocompleteModelMultipleField
- Added a more flexible way to create new values in AgnocompleteModelMultipleField (#82).
Added Django 1.10 support
To Field Name
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 withAgnocompleteModel
and allow customization of the label alone by overridingAgnocompleteModel.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
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 withAgnocompleteModel
and allow customization of the label alone by overridingAgnocompleteModel.label()
(#77).
URL Proxies
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)
- 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)
- 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)
- 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)
- 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