Tags: kosdmit/django-crispy-forms
Tags
Drop Django 4.2 Classifier. (django-crispy-forms#1332) The 4.2 classifier is not yet available and is blocking the 2.0a1 release.
Django 4.0 Support (django-crispy-forms#1184) * Added USE_TZ to test settings USE_TZ will default to True in Django 5.0 and has been the included in the default settings file since Django 1.4 https://docs.djangoproject.com/en/dev/releases/4.0/#time-zone-support * Removed 'for ="..."' from RadioSelect's <label>. Mirrors change in Django 4.0 django/django@b9e872b * Made is_radioselect more strict In Django 4.0 `CheckboxSelectMultiple` is now a subclass of `RadioSelect`. Therefore need to make is_radioselect more strickt so checkboxes do not pass as radio inputs. See django/django@b9e872b * Started to update docs etc * Added note to readme about Django 4.0 support * Bumped version and updated tox.ini * Updated publish workflow to use tox for tests * Updated release date
Version1.11.1 (django-crispy-forms#1117) * Applied lint (black and isort) to conf.py * Version 1.11.1 release Co-authored-by: Carles Pina Estany <[email protected]>
PreviousNext