Re: [Django] #14090: Many sql queries needed to display change user form

2010-08-30 Thread Django
#14090: Many sql queries needed to display change user form
+---
  Reporter:  Suor   | Owner:  Suor
Status:  assigned   | Milestone:  
 Component:  Authentication |   Version:  1.2 
Resolution: |  Keywords:  
 Stage:  Ready for checkin  | Has_patch:  1   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Comment (by lukeplant):

 A fix for #14195 might also fix this.

-- 
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] #14090: Many sql queries needed to display change user form

2010-08-11 Thread Django
#14090: Many sql queries needed to display change user form
+---
  Reporter:  Suor   | Owner:  Suor
Status:  assigned   | Milestone:  
 Component:  Authentication |   Version:  1.2 
Resolution: |  Keywords:  
 Stage:  Ready for checkin  | Has_patch:  1   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Changes (by Suor):

  * stage:  Accepted => Ready for checkin

-- 
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] #14090: Many sql queries needed to display change user form

2010-08-11 Thread Django
#14090: Many sql queries needed to display change user form
-+--
  Reporter:  Suor| Owner:  Suor
Status:  assigned| Milestone:  
 Component:  Authentication  |   Version:  1.2 
Resolution:  |  Keywords:  
 Stage:  Accepted| Has_patch:  1   
Needs_docs:  0   |   Needs_tests:  0   
Needs_better_patch:  0   |  
-+--
Changes (by kmtracey):

  * stage:  Unreviewed => Accepted

Comment:

 This is #13690 with a proposed fix, thanks. In a quick test on a random
 project the suggested change reduces the number of SQL queries for
 bringing up a change user page from 109 to 8.

-- 
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] #14090: Many sql queries needed to display change user form

2010-08-11 Thread Django
#14090: Many sql queries needed to display change user form
-+--
  Reporter:  Suor| Owner:  Suor
Status:  assigned| Milestone:  
 Component:  Authentication  |   Version:  1.2 
Resolution:  |  Keywords:  
 Stage:  Unreviewed  | Has_patch:  1   
Needs_docs:  0   |   Needs_tests:  0   
Needs_better_patch:  0   |  
-+--
Changes (by Suor):

  * owner:  nobody => Suor
  * needs_better_patch:  => 0
  * status:  new => assigned
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
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] #14090: Many sql queries needed to display change user form

2010-08-10 Thread Django
#14090: Many sql queries needed to display change user form
+---
 Reporter:  Suor|   Owner:  nobody
   Status:  new |   Milestone:
Component:  Authentication  | Version:  1.2   
 Keywords:  |   Stage:  Unreviewed
Has_patch:  1   |  
+---
 {{{Permission.__unicode__}}} refers to content_type, so while rendering
 options for {{{user_permissions}}} field a sql query is executed to fetch
 every content_type for every permission.

-- 
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.