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

Use cached_property for BaseForm.changed_data #5096

Closed

Conversation

funkybob
Copy link
Contributor

@funkybob funkybob commented Aug 4, 2015

Instead of reimplementing this pattern, use the existing tool.
BaseForm._errors is a different case, as several code paths rely on access to
self._errors to avoid triggering validation.

Instead of reimplementing this pattern, use the existing tool.
BaseForm._errors is a different case, as several code paths rely on access to
self._errors to avoid triggering validation.
@charettes
Copy link
Member

Except for the commit message should be in the past tense Used cached_property... this LGTM.

@timgraham
Copy link
Member

merged in c6c00fb, thanks!

@timgraham timgraham closed this Aug 4, 2015
@funkybob funkybob deleted the feature/form-cached_property branch August 4, 2015 11:22
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.

3 participants