Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14872 closed (fixed)

ZAPostCodeField doesn't pass *args or **kwargs to super().__init__

Reported by: Idan Gazit Owned by: Idan Gazit
Component: contrib.localflavor Version: 1.2
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

Arguments like "required=false" are ignored.

Attachments (1)

14872.diff (482 bytes ) - added by Idan Gazit 14 years ago.

Download all attachments as: .zip

Change History (4)

by Idan Gazit, 14 years ago

Attachment: 14872.diff added

comment:1 by Idan Gazit, 14 years ago

Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Alex Gaynor, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [14956]) Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES correctly and ZAPostCodeField didn't respect *args or kwargs (such as required=False). Also converted South African localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit.

Fixing ZA localflavor clean() #14872

comment:3 by Alex Gaynor, 14 years ago

(In [14980]) [1.2.X] Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES correctly and ZAPostCodeField didn't respect *args or kwargs (such as required=False). Also converted South African localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14956].

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