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

Deprecate update_context #373

Open
gavinwahl opened this issue Apr 27, 2016 · 1 comment
Open

Deprecate update_context #373

gavinwahl opened this issue Apr 27, 2016 · 1 comment

Comments

@gavinwahl
Copy link
Member

Contexts have been made context managers in django (https://docs.djangoproject.com/en/1.9/ref/templates/api/#django.template.Context.update), so widgy.utils.update_context is obviated. We should remove internal uses of it, and throw a deprecation warning when it's called from user code.

@rockymeza
Copy link
Contributor

yay!

-rocky

On Thu, Apr 28, 2016 at 7:09 AM, Gavin Wahl [email protected]
wrote:

Contexts have been made context managers in django (
https://docs.djangoproject.com/en/1.9/ref/templates/api/#django.template.Context.update),
so widgy.utils.update_context is obviated. We should remove internal uses
of it, and throw a deprecation warning when it's called from user code.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#373

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

No branches or pull requests

2 participants