Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3908 closed (invalid)

Localflavor BR updated

Reported by: danielvaz@… 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)

localflavor_br.diff (2.4 KB ) - added by danielvaz@… 17 years ago.
BRCPFField added.
brcpffield_add.diff (2.3 KB ) - added by danielvaz@… 17 years ago.
forms.py updated

Download all attachments as: .zip

Change History (10)

by danielvaz@…, 17 years ago

Attachment: localflavor_br.diff added

BRCPFField added.

comment:1 by danielvaz@…, 17 years ago

Has patch: set
Owner: changed from Adrian Holovaty to danielvaz@…

When the ticket will be corrected?

comment:2 by anonymous, 17 years ago

Owner: changed from danielvaz@… to adriam

comment:3 by anonymous, 17 years ago

Owner: changed from adriam to Adrian Holovaty

comment:4 by anonymous, 17 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.

by danielvaz@…, 17 years ago

Attachment: brcpffield_add.diff added

forms.py updated

comment:5 by anonymous, 17 years ago

Resolution: invalid
Status: newclosed

comment:6 by James Bennett, 17 years ago

Resolution: invalid
Status: closedreopened

Please don't close tickets anonymously, and always provide a rationale when closing a ticket.

comment:7 by danielvaz@…, 17 years ago

Resolution: invalid
Status: reopenedclosed

New implementation of BRCPFField was made based on BRCNPJField. The new ticket will be open as soon as possible.

comment:8 by danielvaz@…, 17 years ago

The ticket 3957 substitutes this.

http://code.djangoproject.com/ticket/3957

Note: See TracTickets for help on using tickets.
Back to Top