* Add support for Django 4.1, 4.2 * Drop support Django 2.2, 3.0 * Drop support Python 3.6, 3.7 * Add support Python 3.10, 3.11 * Fix deprecation warning for `django.utils.translation.ugettext_lazy` * Fix deprecation warning for defines `default_app_config` * Fix resource leak in tests
0.17.0
*******************
* Add support for MultipleChoice filters in ``dal_ext`` * Add unit tests for ``dal_ext`` * Expose area queryset filters as static methods.
0.16.3
*******************
* Fix `pk` in `JednostkaAdministracyjnaFactor` to use text * Add '--limit' parameter to 'load_terc' command
0.16.2
*******************
* Fix progress bar for tests
0.16.1
*******************
* Add workflows to publish on tags * Use setuptools_scm for versionig and drop bumpversion * Format syntax by black * Format migrations by pyupgrade * Add black to linter in CI * Fix migrations chain & upgrade for Django 3.0