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

Possible small mistake in readme. #11

Closed
andybak opened this issue Mar 10, 2014 · 1 comment
Closed

Possible small mistake in readme. #11

andybak opened this issue Mar 10, 2014 · 1 comment

Comments

@andybak
Copy link
Contributor

andybak commented Mar 10, 2014

I had to change this line:

if request.POST.get('select_box_' + i.graph_key):

to:

if context['request'].POST.get('select_box_' + i.graph_key):

Django1.6. Latest git checkout of django-admin-tools and this app.

@areski areski closed this as completed in 5cab2e7 Mar 10, 2014
@areski
Copy link
Owner

areski commented Mar 10, 2014

Thanks, I had request = context['request'] in my projects so completely forgot not everybody have it.

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