Re: [Django] #17666: current_app can not be overridden in template

2013-04-04 Thread Django
#17666: current_app can not be overridden in template
-+-
 Reporter:  crass@…  |Owner:  anonymous
 Type:  New feature  |   Status:  closed
Component:  contrib.admin|  Version:  1.3
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:   | Triage Stage:  Design
Has patch:  0|  decision needed
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by jacob):

 * status:  assigned => closed
 * resolution:   => wontfix


Comment:

 Agree with jezdez. So marking wontfix.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #17666: current_app can not be overridden in template

2012-02-10 Thread Django
#17666: current_app can not be overridden in template
-+-
 Reporter:  crass@…  |Owner:  anonymous
 Type:  New feature  |   Status:  assigned
Component:  contrib.admin|  Version:  1.3
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Design
Has patch:  0|  decision needed
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by jezdez):

 * component:  Uncategorized => contrib.admin
 * type:  Uncategorized => New feature
 * stage:  Unreviewed => Design decision needed


Comment:

 `current_app` is the same as the `name` attribute of the used `AdminSite`
 instances, so there is already a well defined API for changing the name. I
 don't see a way to optionally allow that to happen on template level.
 Marking for design decision needed.

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



Re: [Django] #17666: current_app can not be overridden in template

2012-02-10 Thread Django
#17666: current_app can not be overridden in template
---+--
 Reporter:  crass@…|Owner:  anonymous
 Type:  Uncategorized  |   Status:  assigned
Component:  Uncategorized  |  Version:  1.3
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by apollo13):

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


Comment:

 The problem here is that admin is the instance name and namespace name.
 Now if you are in another admin app with a different instance name, ''{%
 url admin:index %}'' won't pick the default instance but will resolve
 using the current_app since admin is also the namespace name. As such you
 can never show a link to the default instance from the template.

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