** Description changed:

  Binary package hint: python-django
  
  Hi,
  
- If the app provides templates for contrib.auth then the contrib.auth
- tests fail.
+ Impact: If you write a django project that uses contrib.auth and provides 
templates for those views, then your tests cannot pass.
+ Development branch: the bug was fixed when we got 1.2, as this was already 
found and fixed upstream.
+ Patch: taken from upstream, see below
+ Test Case:
+   bzr branch lp:~james-w/+junk/django-test
+   cd django-test
+   python dashboard_server/manage.py test
+   - This should give 6 errors
+   - Install the updated package
+   python dashboard_server/manage.py test
+   - Should give 0 errors
+ Regression Potential: Low as in test code only, and a blessed upstream fix 
that is verified to work.
  
  Reported and fixed at:
  
-   http://code.djangoproject.com/ticket/10976
+   http://code.djangoproject.com/ticket/10976
  
  Thanks,
  
  James

-- 
contrib.auth tests fail if the app provides templates
https://bugs.launchpad.net/bugs/650473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to