=========== * removes `display_attribute` from the Field, use Registry(label_attribute=...) * add support for Django 4.2 * drop support python <3.8
3.0
=========== * WARNING: some internal api changed. Possible backward incompatibility if some "internals" have been used * add `_strategy_fqn_<field_name_attribute>` to retrieve fqn strategy name
2.2
=========== * add ability to customise classloader * drop support Django 2.x
2.1
=========== * add support python 3.8, 3.9, 3.10 * add support django 4.0
2.0
=========== * dropped support django<2.0 * dropped support python<3.6 * updates `fqn()` to handle functions * `import_by_name` caching