Re: [Django] #12306: Checkbox (label, field) ordering

2013-03-23 Thread Django
#12306: Checkbox (label, field) ordering
-+-
 Reporter:  EoghanM  |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  Forms|  Version:  1.1
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:  label checkbox   | Triage Stage:  Design
  BooleanField   |  decision needed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by aaugustin):

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


Comment:

 I'm going to close this for the same reasons as #13401.

 The long term solution is indeed something akin to floppyforms, but it
 hasn't been integrated yet due to performance concerns.

-- 
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] #12306: Checkbox (label, field) ordering

2011-04-01 Thread Django
#12306: Checkbox (label, field) ordering
-+-
   Reporter:  EoghanM|Owner:  nobody
   Type:  New|   Status:  new
  feature|Component:  Forms
  Milestone: | Severity:  Normal
Version:  1.1| Keywords:  label checkbox
 Resolution: |  BooleanField
   Triage Stage:  Design |Has patch:  0
  decision needed|  Needs tests:  0
Needs documentation:  0  |
Patch needs improvement:  0  |
-+-
Changes (by mattmcc):

 * type:   => New feature
 * severity:   => Normal


-- 
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] #12306: Checkbox (label, field) ordering

2011-01-21 Thread Django
#12306: Checkbox (label, field) ordering
-+--
  Reporter:  EoghanM | Owner:  nobody   
  
Status:  new | Milestone:   
  
 Component:  Forms   |   Version:  1.1  
  
Resolution:  |  Keywords:  label checkbox 
BooleanField
 Stage:  Design decision needed  | Has_patch:  0
  
Needs_docs:  0   |   Needs_tests:  0
  
Needs_better_patch:  0   |  
-+--
Comment (by poswald):

 You might want to look into this Django library which allows you to
 override the html of any form field: https://github.com/brutasse/django-
 floppyforms

 More generally, it might make sense to incorporate that library into
 Django itself to allow users to apply their own markup preferences. It
 uses the django templating system to define the html and substitutes the
 field values in. The application creates html5-typed input elements but it
 could easily be used to output html in the current html 4 style by
 default. Can someone on the core team can make a call as to if this
 approach is acceptable?

-- 
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] #12306: Checkbox (label, field) ordering

2010-02-08 Thread Django
#12306: Checkbox (label, field) ordering
-+--
  Reporter:  EoghanM | Owner:  nobody   
  
Status:  new | Milestone:   
  
 Component:  Forms   |   Version:  1.1  
  
Resolution:  |  Keywords:  label checkbox 
BooleanField
 Stage:  Design decision needed  | Has_patch:  0
  
Needs_docs:  0   |   Needs_tests:  0
  
Needs_better_patch:  0   |  
-+--
Changes (by russellm):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Design decision needed
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 I acknowledge the problem, but I'm not sure what the solution should be.

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



[Django] #12306: Checkbox (label, field) ordering

2009-12-03 Thread Django
#12306: Checkbox (label, field) ordering
-+--
 Reporter:  EoghanM  |   Owner:  nobody
   Status:  new  |   Milestone:
Component:  Forms| Version:  1.1   
 Keywords:  label checkbox BooleanField  |   Stage:  Unreviewed
Has_patch:  0|  
-+--
 It is currently very difficult to reorder the default layout of fields:
 {{{
 My Label: 
 }}}

 For checkboxes, this should be either:
 {{{
  My Label
 }}}
  or
 {{{
  My Label
 }}}

 At the moment, in a template there's no way of knowing if a field is a
 !BooleanField (in order to special case the html), and I don't know how
 I'd edit widgets etc. to override the current layout.

 This has been touched on as a sore point elsewhere:

 http://www.mail-archive.com/django-
 develop...@googlegroups.com/msg21887.html

 http://stackoverflow.com/questions/572263/

 

 Where would be the best place to apply a patch for this?

  - At the form level: as a new argument to forms/forms.py:_html_output,
 called 'checkbox_row' which for e.g. table rows would look like:
 {{{
 u'%(field)s%(label)s%(help_text)s%(errors)s'
 }}}
  - At the field level: as a new boolean function 'is_checkbox'?
  - Both of the above?

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