#3908 closed (invalid)
Localflavor BR updated
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Contrib apps | Version: | dev |
| Severity: | Keywords: | localflavor br, cpf, brcpffield | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | no | UI/UX: | no |
Description
Include BRCPFField in Localflavor BR.
Attachments (2)
Change History (10)
by , 19 years ago
| Attachment: | localflavor_br.diff added |
|---|
comment:1 by , 19 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
When the ticket will be corrected?
comment:2 by , 19 years ago
| Owner: | changed from to |
|---|
comment:3 by , 19 years ago
| Owner: | changed from to |
|---|
comment:4 by , 19 years ago
| Patch needs improvement: | set |
|---|
Patch needs to be fixed; one does not simply add magic methods (method_name) - private methods start with a _ and that's it.
Also the docstring is quite confusing :-)
And the trailing backslash that you added there isn't needed; python has implied line continuation inside parenthesis.
comment:5 by , 19 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:6 by , 19 years ago
| Resolution: | invalid |
|---|---|
| Status: | closed → reopened |
Please don't close tickets anonymously, and always provide a rationale when closing a ticket.
comment:7 by , 19 years ago
| Resolution: | → invalid |
|---|---|
| Status: | reopened → closed |
New implementation of BRCPFField was made based on BRCNPJField. The new ticket will be open as soon as possible.
BRCPFField added.