FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
CHANGELOG 1.66 KiB
Newer Older
Dr Abraham Martin's avatar
Dr Abraham Martin committed
django-ucamlookup changelog
=============================

Dr Abraham Martin's avatar
Dr Abraham Martin committed
1.9.4 - 20/04/2017
------------------

- Add disable option

1.9.3 - 22/03/2017
------------------

- bugfix: "single select" control not initialising (introduced single_user on ucamlookup_users.html to initialise "single select")

1.9.2 - 18/01/2017
------------------

- feature: parametrised placeholder

Mike Bamford's avatar
Mike Bamford committed
1.9.1 - 13/01/2017
------------------

- bugfix: placeholder now displays correctly for dropdown lookup

Jon Warbrick's avatar
Jon Warbrick committed
1.9 - 15/09/2016
----------------

- Fix XXS vulnerability in template macros

Dr Abraham Martin's avatar
Dr Abraham Martin committed
1.8 - 23/08/2016
------------------

- Dropped support for django 1.7
- Added support for django 1.9 and 1.10
- Dropped support for python 3.3
- Added support for python 3.5


1.7.1 - 13/06/2016
------------------

- Import utilities to the root package


1.7 - 06/06/2016
------------------

- Added Python 3 support


1.6.1 - 09/10/2015
------------------

- Return empty LookupGroup list if IbisException


Dr Abraham Martin's avatar
Dr Abraham Martin committed
1.6 - 09/10/2015
------------------

- Dropped support for django 1.6 (no longer supported by django project)
- Added the option to retrieve the LookupGroup object using get_user_lookupgroups


Dr Abraham Martin's avatar
Dr Abraham Martin committed
1.5 - 25/06/2015
------------------

- Updated ibisclient to 1.2.5


1.4 - 14/05/2015
------------------

- Unified debian and pypi versions


1.2.1 - 13/05/2015
------------------

- Limitation of the maximum characters the User.last_name (30) and Group.name (80) can have


1.2 - 01/05/2015
------------------

- Updated ibisclient to 1.2.3


1.1 - 19/09/2014
------------------

- The templates macros now support multiple calls: more than one lookup input tag can be used in a template


1.0 - 19/08/2014
------------------

Jon Warbrick's avatar
Jon Warbrick committed
- Initial version