Skip to content

Django Forms: rename field to attribute to be more accurate; fix typo #1866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

Oktosha
Copy link
Contributor

@Oktosha Oktosha commented Mar 12, 2025

In my previous fix #1864 to the Django Forms page I introduced an inaccuracy: I called an instance member "field" instead of "attribute". That pull request fixes that. Thank @das-g for noticing.

I also noticed a typo in the same sentence: I wrote "form" instead of "from". I fix it, too.

Copy link
Member

@das-g das-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@das-g das-g merged commit 042d5a2 into DjangoGirls:master Mar 12, 2025
1 check 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