Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8807 closed (duplicate)

django.forms.utils.ValidationError should be a subclass of django.core.exceptions.ValidationError

Reported by: magneto Owned by: nobody
Component: Forms 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

Seems that this should be true as they are kinda the same thing, but in a different context (i.e. sometimes hard to figure out which ValidationError is thrown in a try except)

Attachments (1)

use_corevalidation.diff (766 bytes ) - added by magneto 16 years ago.

Download all attachments as: .zip

Change History (4)

by magneto, 16 years ago

Attachment: use_corevalidation.diff added

comment:1 by magneto, 16 years ago

Component: UncategorizedForms
Has patch: set
milestone: 1.0

comment:2 by Jacob, 16 years ago

Resolution: duplicate
Status: newclosed

This is part of #6845; marking duplicate.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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