Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#10619 closed (fixed)

Typo in contrib/admin/validation.py

Reported by: sebleier@… Owned by: nobody
Component: contrib.admin Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/validation.py?rev=10077#L79
Simple typo:

"field, '%s', not defiend on %s."

Should be:

"field, '%s', not defined on %s."

Attachments (1)

admin-validation-typo.diff (743 bytes ) - added by sebleier@… 15 years ago.

Download all attachments as: .zip

Change History (5)

by sebleier@…, 15 years ago

Attachment: admin-validation-typo.diff added

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Gary Wilson, 15 years ago

Resolution: fixed
Status: newclosed

(In [10242]) Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@….

comment:3 by Gary Wilson, 15 years ago

(In [10243]) [1.0.X]: Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@….

Backport of r10242 from trunk.

comment:4 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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