Skip to content
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

✨ Shorthand field setter on entry #442

Merged
merged 3 commits into from
Jan 18, 2024
Merged

✨ Shorthand field setter on entry #442

merged 3 commits into from
Jan 18, 2024

Conversation

MiWeiss
Copy link
Collaborator

@MiWeiss MiWeiss commented Jan 18, 2024

Allows some_entry["somefield"] = "somevalue"

Closes #432 and #437

@MiWeiss MiWeiss changed the title ✨ Shorthand field setter on entry (`some_entry["somefield"] = "somevalue") ✨ Shorthand field setter on entry (some_entry["somefield"] = "somevalue") Jan 18, 2024
@MiWeiss MiWeiss changed the title ✨ Shorthand field setter on entry (some_entry["somefield"] = "somevalue") ✨ Shorthand field setter on entry Jan 18, 2024
@MiWeiss MiWeiss merged commit 248748a into main Jan 18, 2024
35 checks passed
@MiWeiss MiWeiss deleted the shorthand-field-setter branch January 18, 2024 19:37
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.

Implement __setitem__ on entries
1 participant