Re: [Django] #27642: Make `forms.utils.flatatt` not add values which are `None` to attrs

2016-12-27 Thread Django
#27642: Make `forms.utils.flatatt` not add values which are `None` to attrs
-+-
 Reporter:  Illia Volochii   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  flatatt  | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"4a51ba228b2c416a115aee3bc034683eb02482c3" 4a51ba2]:
 {{{
 #!CommitTicketReference repository=""
 revision="4a51ba228b2c416a115aee3bc034683eb02482c3"
 Fixed #27642 -- Made forms.utils.flatatt() omit 'None' values from attrs.
 }}}

--
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/065.c02f2be1961e8eca675e71d187f30a0e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27642: Make `forms.utils.flatatt` not add values which are `None` to attrs

2016-12-27 Thread Django
#27642: Make `forms.utils.flatatt` not add values which are `None` to attrs
-+-
 Reporter:  Illia Volochii   |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Forms|  Version:
 Severity:  Normal   |   Resolution:
 Keywords:  flatatt  | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Claude Paroz):

 * stage:  Unreviewed => 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 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/065.b84d5948e09ba5bceca8aaea6d1c0c35%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #27642: Make `forms.utils.flatatt` not add values which are `None` to attrs

2016-12-26 Thread Django
#27642: Make `forms.utils.flatatt` not add values which are `None` to attrs
--+-
   Reporter:  Illia Volochii  |  Owner:  nobody
   Type:  Bug | Status:  new
  Component:  Forms   |Version:
   Severity:  Normal  |   Keywords:  flatatt
   Triage Stage:  Unreviewed  |  Has patch:  1
Needs documentation:  0   |Needs tests:  0
Patch needs improvement:  0   |  Easy pickings:  0
  UI/UX:  0   |
--+-
 When a person adds arguments like
 {{{
 {'id': None, 'class': 'smth'}
 }}}
 to an `` tag, it turns into
 {{{
 
 }}}
 
 I think, it is not what the person expects to see.
 
 [https://github.com/django/django/pull/7743 Pull request]

--
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/050.d47e881c37f85282d5fb3df316757f43%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.