Skip to content

Tags: kosdmit/django-crispy-forms

Tags

2.2

Toggle 2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 2.2. (django-crispy-forms#1392)

2.1

Toggle 2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2.1 Release (django-crispy-forms#1371)

2.0

Toggle 2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2.0 Release (django-crispy-forms#1335)

2.0a1

Toggle 2.0a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop Django 4.2 Classifier. (django-crispy-forms#1332)

The 4.2 classifier is not yet available and is blocking the 2.0a1 release.

1.14.0

Toggle 1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed typo in readme (django-crispy-forms#1212)

1.13.0

Toggle 1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed release number in changelog (django-crispy-forms#1172)

1.11.2

Toggle 1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.11.2 (django-crispy-forms#1132)

1.11.1

Toggle 1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

1.11.0

Toggle 1.11.0's commit message
Fixed indentation for publish workflow