* type: => Bug
* severity: => Normal
--
Ticket URL: <http://code.djangoproject.com/ticket/12595#comment:7>
* needs_tests: 0 => 1
--
Ticket URL: <http://code.djangoproject.com/ticket/12595#comment:8>
* needs_better_patch: 0 => 1
* easy: => 0
Comment:
I basically see what's the problem and what to do. Now there is a lot of
similar changes to make, and I would like to know if I'm going in the
right direction before giving more time to this.
See my patch, and tell me if it's OK (and good practice) to pass
max_length and min_length to super as args (vs kwargs).
For tests, should I add field_kwargs to all tests, or add a second assert
with field_kwargs to all tests, or simply add field_kwargs once per test
case?
--
Ticket URL: <http://code.djangoproject.com/ticket/12595#comment:9>
* needs_better_patch: 1 => 0
* needs_tests: 1 => 0
Comment:
OK, fixed now in all localflavors. Tested in utils.assertFieldOutput.
--
Ticket URL: <http://code.djangoproject.com/ticket/12595#comment:10>
* stage: Accepted => Ready for checkin
--
Ticket URL: <http://code.djangoproject.com/ticket/12595#comment:11>
* owner: => jezdez
* status: new => closed
* resolution: => fixed
Comment:
In [16146]:
{{{
#!CommitTicketReference repository="" revision="16146"
Fixed #12595 -- Fixed bad arguments handling in localflavor form fields.
}}}
--
Ticket URL: </ticket/12595#comment:12>