#29382: don't call objects with __call__ instantly
---------------------------------+--------------------------------------
Reporter: alex | Owner: nobody
Type: Uncategorized | Status: new
Component: Template system | Version: 1.11
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
---------------------------------+--------------------------------------
Description changed by alex:
Old description:
> Some objects have __ call __ defined but have sub-attributes.
> In my case the wtforms Label object.
> I cannot access Label.text because Label is callable and the resulting
> str object has not the attribute text.
> Please evaluate first the object fully and then check if __ call __ is
> available. Elsewise the behaviour is inconsistent and confusing.
New description:
Some objects are callable but have sub-attributes.
In my case the wtforms Label object.
I cannot access Label.text because Label is callable and the resulting str
object has not the attribute text.
Please evaluate first the object fully and then check if object is
callable. Elsewise the behaviour is inconsistent and confusing.
Sorry for the changes
--
--
Ticket URL: <https://code.djangoproject.com/ticket/29382#comment:3>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.62c56a28e05861fda2c589e1dbc21eef%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.