Skip to content

docs: replace 'basestring' with 'str'#1433

Merged
smithdc1 merged 1 commit intodjango-crispy-forms:mainfrom
janheini:docs-remove-basestring
Mar 19, 2026
Merged

docs: replace 'basestring' with 'str'#1433
smithdc1 merged 1 commit intodjango-crispy-forms:mainfrom
janheini:docs-remove-basestring

Conversation

@janheini
Copy link
Contributor

'basestring' is a remnant of Python 2 and the equivalent to 'str' in Python 3. Its use has been removed throughout the codebase with the removal of Python 2 support in #912 but was present in the docs until now.

'basestring' is a remnant of Python 2 and the equivalent to 'str' in
Python 3. Its use has been removed throughout the codebase with the
removal of Python 2 support in django-crispy-forms#912 but was present in the docs until
now.
@smithdc1
Copy link
Member

Thanks 👍

@smithdc1 smithdc1 merged commit 847873c into django-crispy-forms:main Mar 19, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants