On 7/05/2017 8:12 PM, Tim Graham wrote:
You can use git bisect to find the Django commit where the behavior changed:
https://docs.djangoproject.com/en/dev/internals/contributing/triaging-tickets/#bisecting-a-regression

Just read this and I have two problems ...

1. It is a css problem resulting in help-text which is stepped in by 200px versus 160px and I can adjust that in the css file to make everything line up again. However, the real problem here is I don't know how to write a test for that.

2. I have (so far) no use for github and zero competence therein. I use svn.

The workaround for problem 2 is to start looking backwards from 1.10.7 to see if I can visually inspect the css files. I can install different versions and bisect manually.

However, maybe the change is in the widgets or the forms?

Thanks for any hints if you think that is the case.

Mike


On Saturday, May 6, 2017 at 11:05:14 PM UTC-4, Mike Dewhirst wrote:

    I'm just (slowly) advancing from 1.8 to 1.11 and stopping for a short
    while at 1.10.

    I notice that help-text doesn't line up under the left edge of
    DecimalField fields the way it does for TextFields and most others.

    Is this a deliberate design decision?

    Thanks

    Mike


-- PLEASE NOTE OUR NEW LANDLINE IS +61 (0)3 9034 3977

    Climate Pty Ltd
    PO Box 308
    Mount Eliza
    Vic 3930
    Australia +61

    T: 03 9034 3977
    M: 0411 704 143


--
You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com <mailto:django-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto:django-users@googlegroups.com>.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/77fb23ef-184d-4887-a3cb-01014a7e0392%40googlegroups.com <https://groups.google.com/d/msgid/django-users/77fb23ef-184d-4887-a3cb-01014a7e0392%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/854f8225-0042-a333-e1d7-9409ce007bc6%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.

Reply via email to