Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Replaced render_to_response with render #7

Merged
merged 2 commits into from Oct 22, 2012

Commits on Oct 20, 2012

  1. replace render_to_response with render

    Replaced the render_to_response shortcut with render everywhere because
    newer django code tends not to use render_to_response at all. Also
    updated text where it refered to render_to_response arguments and the
    use of RequestContext with render.
    RaphaelKimmig committed Oct 20, 2012
    Copy the full SHA
    a4724d5 View commit details
    Browse the repository at this point in the history
  2. fix underline too long

    RaphaelKimmig committed Oct 20, 2012
    Copy the full SHA
    a6db1b2 View commit details
    Browse the repository at this point in the history