Opened 17 years ago

Closed 17 years ago

#3503 closed (fixed)

Add UKPostcodeField to localflavor module

Reported by: Jonathan Buchanan <jonathan.buchanan@…> Owned by: Adrian Holovaty
Component: Contrib apps Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Patch to add a uk module to the new django.contrib.localflavor module, containing a UKPostcodeField.

Tests are included.

Attachments (1)

ukpostcodefield.diff (2.9 KB ) - added by Jonathan Buchanan <jonathan.buchanan@… 17 years ago.
UKPostcodeField patch

Download all attachments as: .zip

Change History (2)

by Jonathan Buchanan <jonathan.buchanan@…, 17 years ago

Attachment: ukpostcodefield.diff added

UKPostcodeField patch

comment:1 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4527]) Fixed #3503 -- Added newforms UKPostcodeField in django.contrib.localflavor.uk. Thanks for the patch, Jonathan Buchanan

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