Ticket #15175: form.patch

File form.patch, 202 bytes (added by rvimer, 13 years ago)

Patch form.py

Line 
1Index: django/contrib/localflavor/cl/forms.py
2===================================================================
377c77
4< return rut[:-1], rut[-1]
5---
6> return rut[:-1], rut[-1].upper()
Back to Top