[Python-modules-commits] r23574 - in packages/python-django/branches/squeeze/debian/patches (1 file)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Sun Feb 24 17:30:39 UTC 2013


    Date: Sunday, February 24, 2013 @ 17:30:37
  Author: hertzog
Revision: 23574

Drop current_app parameter which doesn't exist in Django 1.2.3

Modified:
  packages/python-django/branches/squeeze/debian/patches/21_fix_redirect_poisoning.diff

Modified: packages/python-django/branches/squeeze/debian/patches/21_fix_redirect_poisoning.diff
===================================================================
--- packages/python-django/branches/squeeze/debian/patches/21_fix_redirect_poisoning.diff	2013-02-24 16:44:37 UTC (rev 23573)
+++ packages/python-django/branches/squeeze/debian/patches/21_fix_redirect_poisoning.diff	2013-02-24 17:30:37 UTC (rev 23574)
@@ -72,7 +72,7 @@
 +        'title': _('Logged out')
 +    }
 +    return render_to_response(template_name, context,
-+                              context_instance=RequestContext(request, current_app=current_app))
++                              context_instance=RequestContext(request))
  
  def logout_then_login(request, login_url=None):
      "Logs out the user if he is logged in. Then redirects to the log-in page."




More information about the Python-modules-commits mailing list