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

Reimplement request attribute access w/ __getattr__ #5617

Merged
merged 3 commits into from Nov 22, 2017

Commits on Nov 22, 2017

  1. Add tests for proxying WSGIRequest attributes in Request.

    yotamofek authored and Ryan P Kilby committed Nov 22, 2017
    Copy the full SHA
    19f4425 View commit details
    Browse the repository at this point in the history
  2. Add request attribute exception test

    Ryan P Kilby committed Nov 22, 2017
    Copy the full SHA
    03c581e View commit details
    Browse the repository at this point in the history
  3. Reimplement request attribute access

    Ryan P Kilby committed Nov 22, 2017
    Copy the full SHA
    6d397f7 View commit details
    Browse the repository at this point in the history