Opened 17 years ago

Closed 17 years ago

#3813 closed (fixed)

Add French localflavor

Reported by: Fabrice Aneche <akh@…> Owned by: Adrian Holovaty
Component: Contrib apps Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Patch to add fr module to django.contrib.localflavor: FRZipCodeField, FRPhoneNumberField, FRDepartmentSelect.

Tests included.

Attachments (2)

frlocalflavor.diff (13.3 KB ) - added by Fabrice Aneche <akh@…> 17 years ago.
frlocalflavor_spaces.diff (13.5 KB ) - added by Fabrice Aneche <akh@…> 17 years ago.
Same patch with four spaces for tabulation

Download all attachments as: .zip

Change History (6)

by Fabrice Aneche <akh@…>, 17 years ago

Attachment: frlocalflavor.diff added

comment:1 by Adrian Holovaty, 17 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

Hi Fabrice,

Thanks for this patch. Could you improve it so that it consistently uses four spaces for indentation?

by Fabrice Aneche <akh@…>, 17 years ago

Attachment: frlocalflavor_spaces.diff added

Same patch with four spaces for tabulation

comment:2 by Fabrice Aneche <akh@…>, 17 years ago

Hi Adrian,

Sure, find frlocalflavor_spaces.diff with spaces in place of tabs.

comment:3 by Chris Beaven, 17 years ago

Patch needs improvement: unset

comment:4 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4820]) Fixed #3813 -- Added French package to django.contrib.localflavor. Thanks, Fabrice Aneche

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