#35557: BooleanField should be rendered like all other fields
-------------------------------------+-------------------------------------
               Reporter:  Omid       |          Owner:  nobody
  Shojaee                            |
                   Type:             |         Status:  new
  Cleanup/optimization               |
              Component:  Database   |        Version:  5.0
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:  checkbox
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  1          |
-------------------------------------+-------------------------------------
 All Django fields are rendering like:

 From Left to Right: Label -> Input widget (or from right to left in case
 of RTL sites)

 **The only exception is the Boolean field, where the input widget is
 rendered first and then the label.
 **
 (refer to the screenshot attached for some common fields)

 The UI design should be based on either a standard, or common sense. This
 is neither of those.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35557>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/010701904e26062c-a152b869-148b-4576-96c8-5d5f01606848-000000%40eu-central-1.amazonses.com.

Reply via email to