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

fixed bug where extra_context was being truncated #51

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

Naggafin
Copy link
Contributor

Fixed a bug where the "extra_context" variable was getting truncated before being passed onto the super().change_view(). It was problematic for some packages I was using. Now, the behavior is to inherit the extra_context var, and then update it as needed, preserving original data.

…ed to `super().change_view()`; updated html templates to be compatible with django-fastdev validation
@shinneider shinneider merged commit bcaed11 into shinneider:master Mar 1, 2024
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