~james-w/ubuntu/lucid/python-django/fix-contrib-auth

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: James Westby
  • Date: 2010-09-28 18:08:49 UTC
  • Revision ID: james.westby@canonical.com-20100928180849-n8eblpa13o75b13g
Take fix from http://code.djangoproject.com/ticket/10976

Fixes the django.contrib.auth tests when the project provides its
own auth templates. (LP: #650473)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-django (1.1.1-2ubuntu1.1) lucid-proposed; urgency=low
 
2
 
 
3
  * Take fix from http://code.djangoproject.com/ticket/10976 in order to fix
 
4
    the django.contrib.auth tests when the project provides its own auth
 
5
    templates. (LP: #650473)
 
6
 
 
7
 -- James Westby <james.westby@linaro.org>  Tue, 28 Sep 2010 14:05:47 -0400
 
8
 
1
9
python-django (1.1.1-2ubuntu1) lucid; urgency=low
2
10
 
3
11
  * Fix django test client cookie handling (LP: #513719)