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

int(request.REQUEST.get('index', 0) all in try/except. See #9918 #482

Merged
merged 4 commits into from
Jan 4, 2013

Commits on Nov 15, 2012

  1. int(request.REQUEST.get('index', 0) all in try/except. See #9918

    Can't assume that request strings are castable to int().
    Will Moore committed Nov 15, 2012
    Configuration menu
    Copy the full SHA
    316e967 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2012

  1. Configuration menu
    Copy the full SHA
    eb8d4b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2012

  1. Only add index to editinline urls if {{ index }} in context. See #9918

    This is a further measure to prevent invalid ?index= urls to cause errors in parsing request.get('index')
    Will Moore committed Dec 18, 2012
    Configuration menu
    Copy the full SHA
    1eb10f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2012

  1. getIntOrDefault() 'print' and ValueError fixes

    Will Moore committed Dec 19, 2012
    Configuration menu
    Copy the full SHA
    005d528 View commit details
    Browse the repository at this point in the history