Re: [Django] #14374: Missing templates on contrib.auth makes tests in a new project fail (startproject)

2010-10-08 Thread Django
#14374: Missing templates on contrib.auth makes tests in a new project fail
(startproject)
+---
  Reporter:  henriquebastos | Owner:  nobody
Status:  closed | Milestone:  1.3   
 Component:  Contrib apps   |   Version:  1.2   
Resolution:  fixed  |  Keywords:  startproject auth test
 Stage:  Ready for checkin  | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by Alex):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed in [14003].

-- 
Ticket URL: 
Django 
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-upda...@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.



Re: [Django] #14374: Missing templates on contrib.auth makes tests in a new project fail (startproject)

2010-10-06 Thread Django
#14374: Missing templates on contrib.auth makes tests in a new project fail
(startproject)
+---
  Reporter:  henriquebastos | Owner:  nobody
Status:  new| Milestone:  1.3   
 Component:  Contrib apps   |   Version:  1.2   
Resolution: |  Keywords:  startproject auth test
 Stage:  Ready for checkin  | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by russellm):

  * stage:  Accepted => Ready for checkin
  * milestone:  => 1.3

-- 
Ticket URL: 
Django 
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-upda...@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.



Re: [Django] #14374: Missing templates on contrib.auth makes tests in a new project fail (startproject)

2010-10-06 Thread Django
#14374: Missing templates on contrib.auth makes tests in a new project fail
(startproject)
-+--
  Reporter:  henriquebastos  | Owner:  nobody
Status:  new | Milestone:
 Component:  Contrib apps|   Version:  1.2   
Resolution:  |  Keywords:  startproject auth test
 Stage:  Accepted| Has_patch:  1 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by russellm):

  * stage:  Unreviewed => Accepted

-- 
Ticket URL: 
Django 
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-upda...@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.



[Django] #14374: Missing templates on contrib.auth makes tests in a new project fail (startproject)

2010-10-01 Thread Django
#14374: Missing templates on contrib.auth makes tests in a new project fail
(startproject)
--+-
   Reporter:  henriquebastos  |Owner:  nobody
 Status:  new |Milestone:
  Component:  Contrib apps|  Version:  1.2   
   Keywords:  startproject auth test  |Stage:  Unreviewed
  Has_patch:  1   |   Needs_docs:  0 
Needs_tests:  0   |   Needs_better_patch:  0 
--+-
 After installing django and creating a project runing "django-admin.py
 startproject", if I setup a sqlite3 database and try to run the tests
 (python manage.py test) it will fail.

 Seems that contrib.auth tests are missing 2 template files, making it
 dependent of contrib.admin templates, however, the admin app isn't
 installed by default on the generated settings.py.

 If I uncomment the contrib.admin line on the generated settings the tests
 will work properly. It happens on both v1.2.3 and trunk.

 It was solved creating the missing template files inside contrib.auth
 tests. The patch is attached.

-- 
Ticket URL: 
Django 
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-upda...@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.