- Added support taggit-selectize. When installed all fluent apps use this dependency.
- Bugfix for Django 1.10 compatibility
- Added Django 1.7+ compatible imports for
get_model()
andget_current_site()
.
- Added Django 1.9 imports for
ForwardManyToOneDescriptor
/ReverseOneToOneDescriptor
.
- Allow
is_installed()
to work before Django app registry is ready.
- Add soft-dependency support for django-any-imagefield..
- Added
fluent_utils.softdeps.comments.signals
stub export. - Added
fluent_utils.django_compat.get_meta_model_name()
. - Added
fluent_utils.django_compat.is_queryset_empty()
.
- Added new exports in
fluent_utils.softdeps.comments
:get_form()
andsignals
- Fix Django 1.6 compatibility for truncate_name import
- Added
fluent_utils.django_compat.get_app_label()
- Added
fluent_utils.dry.models.get_db_table()
- Added
fluent_utils.dry.fields.HideChoicesCharField
- Fix
import_apps_submodule()
andimport_class()
to ignore PyDev/PyCharm 4.x import hook. - Added
fluent_utils.softdeps.fluent_pages.mixed_reverse_lazy()
function.
- Fix django-taggit support, only django-taggit-autosuggest or django-taggit-autocomplete-modified worked.
- Add soft-dependency support for django-any-urlfield.
CommentModelStub
: avoid getting an relation on User and Site
- First release