#50 Drop maxlength on IBAN and SIRET fields in admin

Open
opened 9 years ago by jocelyn · 0 comments
jocelyn commented 9 years ago

IBAN and SIRET fields themselves are fine and validate ok, handing the numbers with or without spaces.

The issue is that in django admin markup, there is a maxlength on input preventing to actually use numbers with spaces. It's painful. So let's increase its value or drop that constraint.

Technically, the way may be a default widget override for relevant fields.

IBAN and SIRET fields themselves are fine and validate ok, handing the numbers with or without spaces. The issue is that in django admin markup, there is a `maxlength` on input preventing to actually use numbers with spaces. It's painful. So let's increase its value or drop that constraint. Technically, the way may be a default widget override for relevant fields.
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.