Re: [Django] #28486: Template FileLoader can't find widget templates

2017-12-28 Thread Django
#28486: Template FileLoader can't find widget templates
-+-
 Reporter:  Andrey   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Template system  |  Version:  1.11
 Severity:  Normal   |   Resolution:  invalid
 Keywords:  widgets, templates,  | Triage Stage:
  admin  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham):

 Yes, there was [https://groups.google.com/d/topic/django-
 developers/TmHdj5SCGNk/discussion extensive discussion] about this feature
 and the decision about which renderer to use as the default.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.40d6e2cef26f04a88d3e23cad92c91e3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28486: Template FileLoader can't find widget templates

2017-12-28 Thread Django
#28486: Template FileLoader can't find widget templates
-+-
 Reporter:  Andrey   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Template system  |  Version:  1.11
 Severity:  Normal   |   Resolution:  invalid
 Keywords:  widgets, templates,  | Triage Stage:
  admin  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Paolo):

 +1 for Federico Capoano and agree with his statement and the fact that the
 pre-configured behaviour is NOT the one expected, I have lost quite a bit
 of time on this and why I could not override the template using the
 standard Django strategy.
 I think that would have made much more sense to explain that the
 "django.forms" app should be added in the installed apps to allow the
 templates to be found!

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.2eeb3411e185582fc649b9c4ef6b8a63%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28486: Template FileLoader can't find widget templates

2017-11-29 Thread Django
#28486: Template FileLoader can't find widget templates
-+-
 Reporter:  Andrey   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Template system  |  Version:  1.11
 Severity:  Normal   |   Resolution:  invalid
 Keywords:  widgets, templates,  | Triage Stage:
  admin  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Federico Capoano):

 Hi,

 I just stumbled upon this issue and found the solution thanks to this
 ticket, therefore thank you very much for pointing out the solution.

 However, I wonder why the behaviour that I expected (which I believe also
 Andrey expected and anyone with a good experience with django would
 expect) cannot be set as the default one.
 Is it a backward compatibility issue, or what?

 Best regards
 Federico Capoano

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.973044f9cdb80d8c7d5b987e87b235bd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28486: Template FileLoader can't find widget templates

2017-08-10 Thread Django
#28486: Template FileLoader can't find widget templates
-+-
 Reporter:  Andrey   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Template system  |  Version:  1.11
 Severity:  Normal   |   Resolution:  invalid
 Keywords:  widgets, templates,  | Triage Stage:
  admin  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

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


Comment:

 Do you have `FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'` in
 your settings? The default `DjangoTemplates` renderer doesn't consult the
 `TEMPLATES` setting. Please read
 [https://docs.djangoproject.com/en/stable/ref/forms/renderers/ The form
 rendering API] documentation.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.e1ba0a647da459edb6be204433a44a8e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.