#22137: Widgets class should drop the is_hidden bool property
--------------------------------------+------------------------------------
     Reporter:  django@…              |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Forms                 |                  Version:  master
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  1                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by claudep):

 Yes, but there's still a minor backwards incompatibility in that my patch
 doesn't allow the property to be set any longer. Thinking about it, we
 could even add a property setter so a deprecation warning is raised when
 some code tries to set the property (which was previously possible). Note
 also that we don't touch at all `BoundField.is_hidden`, but only
 `Widget.is_hidden`.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22137#comment:10>
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 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/078.6c09b5b385ec198426823edbeecbe476%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to