#14543: ContentTypes tests fails if auth app is not installed
----------------------------------------+-----------------------------------
               Reporter:  sayane        |         Owner:  dmoisset
                 Status:  new           |     Milestone:  1.3     
              Component:  Contrib apps  |       Version:  SVN     
             Resolution:                |      Keywords:          
           Triage Stage:  Accepted      |     Has patch:  1       
    Needs documentation:  0             |   Needs tests:  0       
Patch needs improvement:  0             |  
----------------------------------------+-----------------------------------
Changes (by paulegan):

 * cc: paulegan@… (added)


Comment:

 Looks like this issue made it into 1.2.4 as well.  It's real easy to
 recreate:
 {{{#!sh
 django-admin.py startproject djangotest
 cd djangotest
 sed -e '/ENGINE/s/backends./&sqlite3/' -e '/contrib.auth/d' -i settings.py
 python manage.py test
 }}}
 The attached patch - or any other which removes test_shortcut_view - works
 fine.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14543#comment:9>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to