Skip to content
  • Matthieu Gautier's avatar
    Better form field for the birth_year. · 55125525
    Matthieu Gautier authored
    Using the IntegerField is a bit weird for a birth date.
    
    With the `localize=True`, django doesn't use the side arrows.
    It will probably try to interpret the `.` and the `,` differently
    depending of the current local, but it is not a problem for an integer.
    
    Fix #20
    55125525