Django-typesense

Latest version: v0.1.3

Safety actively analyzes 623395 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.3

What's Changed
* update typesense build to 0.26 by EricOuma in https://github.com/Siege-Software/django-typesense/pull/88


**Full Changelog**: https://github.com/Siege-Software/django-typesense/compare/v0.1.2...v0.1.3

0.1.3alpha

**Full Changelog**: https://github.com/Siege-Software/django-typesense/compare/v0.1.2...v0.1.3-alpha

0.1.2

What's Changed
* fix remaining_lookup_parameters not being used for filters by EricOuma in https://github.com/Siege-Software/django-typesense/pull/15
* fix autocomplete results bug by EricOuma in https://github.com/Siege-Software/django-typesense/pull/17
* 13 perfoming updates on models with custom managers by EricOuma in https://github.com/Siege-Software/django-typesense/pull/21
* enable in place update of fields by EricOuma in https://github.com/Siege-Software/django-typesense/pull/22
* add feature for typesense synonyms by EricOuma in https://github.com/Siege-Software/django-typesense/pull/23
* add management command too update collections by EricOuma in https://github.com/Siege-Software/django-typesense/pull/28
* Add tests for model mixin by KengoWada in https://github.com/Siege-Software/django-typesense/pull/29
* fix update bug by EricOuma in https://github.com/Siege-Software/django-typesense/pull/31
* Hot fix by EricOuma in https://github.com/Siege-Software/django-typesense/pull/32
* Added m2m_changed signal by KengoWada in https://github.com/Siege-Software/django-typesense/pull/30
* drop collection before updating in place by EricOuma in https://github.com/Siege-Software/django-typesense/pull/34
* fix errors in docs by EricOuma in https://github.com/Siege-Software/django-typesense/pull/35
* drop collection before updating in place by EricOuma in https://github.com/Siege-Software/django-typesense/pull/39
* update fields to enable storage of optional fileds by EricOuma in https://github.com/Siege-Software/django-typesense/pull/40
* 26 Updated m2m_changed signal by KengoWada in https://github.com/Siege-Software/django-typesense/pull/44
* update changelist and admin and readme by EricOuma in https://github.com/Siege-Software/django-typesense/pull/46
* Updated m2m_changed signa by KengoWada in https://github.com/Siege-Software/django-typesense/pull/48
* fix charfield casting by EricOuma in https://github.com/Siege-Software/django-typesense/pull/49
* Hot fix for charfield casting by EricOuma in https://github.com/Siege-Software/django-typesense/pull/50
* 41 bug fix/maximum recursion depth exceeded fix by KengoWada in https://github.com/Siege-Software/django-typesense/pull/51
* Create CODE_OF_CONDUCT.md by EricOuma in https://github.com/Siege-Software/django-typesense/pull/54
* Added Issue and Pull Request Templates by KengoWada in https://github.com/Siege-Software/django-typesense/pull/55
* make data a cached property. gracefully handle missing records by EricOuma in https://github.com/Siege-Software/django-typesense/pull/56
* fix error when viewing object history by EricOuma in https://github.com/Siege-Software/django-typesense/pull/57
* add request in get search results by EricOuma in https://github.com/Siege-Software/django-typesense/pull/60
* Update utils file by KengoWada in https://github.com/Siege-Software/django-typesense/pull/58
* fix list per page source by EricOuma in https://github.com/Siege-Software/django-typesense/pull/62
* fix update batch NoneType error by EricOuma in https://github.com/Siege-Software/django-typesense/pull/65
* Update utils tests by KengoWada in https://github.com/Siege-Software/django-typesense/pull/66
* define get_search_results to fix autocomplete search errors by EricOuma in https://github.com/Siege-Software/django-typesense/pull/69
* Updates the the CONTRIBUTING.md file by KengoWada in https://github.com/Siege-Software/django-typesense/pull/68
* 67 admin autocomplete fields are not working by EricOuma in https://github.com/Siege-Software/django-typesense/pull/71
* use django's cl.get_request as is to avoid poor performance by EricOuma in https://github.com/Siege-Software/django-typesense/pull/73
* Make admin actions use djangos queryset instead of typesense by EricOuma in https://github.com/Siege-Software/django-typesense/pull/75
* Make admin actions use djangos queryset instead of typesense by EricOuma in https://github.com/Siege-Software/django-typesense/pull/76
* undo exporting documents by EricOuma in https://github.com/Siege-Software/django-typesense/pull/77
* ValueError (Delete) by KengoWada in https://github.com/Siege-Software/django-typesense/pull/74
* fix false boolean filters being skipped by EricOuma in https://github.com/Siege-Software/django-typesense/pull/81
* Fix bug when getting search filters by EricOuma in https://github.com/Siege-Software/django-typesense/pull/82
* fix keyerror happening when searching non existing fields by EricOuma in https://github.com/Siege-Software/django-typesense/pull/83
* fix typeerror raised when updating single work by EricOuma in https://github.com/Siege-Software/django-typesense/pull/84
* fix-collection-updating by EricOuma in https://github.com/Siege-Software/django-typesense/pull/85
* fix-incorrect-lookup-parameters by EricOuma in https://github.com/Siege-Software/django-typesense/pull/86
* fix-lookup-parameters by EricOuma in https://github.com/Siege-Software/django-typesense/pull/87

New Contributors
* KengoWada made their first contribution in https://github.com/Siege-Software/django-typesense/pull/29

**Full Changelog**: https://github.com/Siege-Software/django-typesense/compare/v0.1.1...v0.1.2

0.1.2alpha

What's Changed
* fix remaining_lookup_parameters not being used for filters by EricOuma in https://github.com/Siege-Software/django-typesense/pull/15
* fix autocomplete results bug by EricOuma in https://github.com/Siege-Software/django-typesense/pull/17
* 13 perfoming updates on models with custom managers by EricOuma in https://github.com/Siege-Software/django-typesense/pull/21
* enable in place update of fields by EricOuma in https://github.com/Siege-Software/django-typesense/pull/22
* add feature for typesense synonyms by EricOuma in https://github.com/Siege-Software/django-typesense/pull/23
* add management command too update collections by EricOuma in https://github.com/Siege-Software/django-typesense/pull/28
* Add tests for model mixin by KengoWada in https://github.com/Siege-Software/django-typesense/pull/29
* fix update bug by EricOuma in https://github.com/Siege-Software/django-typesense/pull/31
* Hot fix by EricOuma in https://github.com/Siege-Software/django-typesense/pull/32
* Added m2m_changed signal by KengoWada in https://github.com/Siege-Software/django-typesense/pull/30
* drop collection before updating in place by EricOuma in https://github.com/Siege-Software/django-typesense/pull/34
* fix errors in docs by EricOuma in https://github.com/Siege-Software/django-typesense/pull/35
* drop collection before updating in place by EricOuma in https://github.com/Siege-Software/django-typesense/pull/39
* update fields to enable storage of optional fileds by EricOuma in https://github.com/Siege-Software/django-typesense/pull/40
* 26 Updated m2m_changed signal by KengoWada in https://github.com/Siege-Software/django-typesense/pull/44
* update changelist and admin and readme by EricOuma in https://github.com/Siege-Software/django-typesense/pull/46
* Updated m2m_changed signa by KengoWada in https://github.com/Siege-Software/django-typesense/pull/48
* fix charfield casting by EricOuma in https://github.com/Siege-Software/django-typesense/pull/49
* Hot fix for charfield casting by EricOuma in https://github.com/Siege-Software/django-typesense/pull/50
* 41 bug fix/maximum recursion depth exceeded fix by KengoWada in https://github.com/Siege-Software/django-typesense/pull/51
* Create CODE_OF_CONDUCT.md by EricOuma in https://github.com/Siege-Software/django-typesense/pull/54
* Added Issue and Pull Request Templates by KengoWada in https://github.com/Siege-Software/django-typesense/pull/55
* make data a cached property. gracefully handle missing records by EricOuma in https://github.com/Siege-Software/django-typesense/pull/56
* fix error when viewing object history by EricOuma in https://github.com/Siege-Software/django-typesense/pull/57
* add request in get search results by EricOuma in https://github.com/Siege-Software/django-typesense/pull/60
* Update utils file by KengoWada in https://github.com/Siege-Software/django-typesense/pull/58
* fix list per page source by EricOuma in https://github.com/Siege-Software/django-typesense/pull/62

New Contributors
* KengoWada made their first contribution in https://github.com/Siege-Software/django-typesense/pull/29

**Full Changelog**: https://github.com/Siege-Software/django-typesense/compare/v0.1.1...v0.1.2-alpha

0.1.1

What's Changed
* fix data attribute error on collection by EricOuma in https://github.com/Siege-Software/django-typesense/pull/8
* make a specific ordering method for typesense by EricOuma in https://github.com/Siege-Software/django-typesense/pull/10
* Add docstrings and update readme by EricOuma in https://github.com/Siege-Software/django-typesense/pull/11


**Full Changelog**: https://github.com/Siege-Software/django-typesense/compare/v0.1.1-alpha...v0.1.1

0.1.1alpha

What's Changed
* add collection metaclass by EricOuma in https://github.com/Siege-Software/django-typesense/pull/5
* update version by EricOuma in https://github.com/Siege-Software/django-typesense/pull/6


**Full Changelog**: https://github.com/Siege-Software/django-typesense/compare/v0.1.0-alpha...v0.1.1-alpha

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.