Opened 16 years ago

Closed 16 years ago

#6313 closed (fixed)

[patch]django/newforms/models.py has a typo

Reported by: Can Burak Cilingir <canburak@…> Owned by: Thejaswi Puthraya
Component: Forms Version: dev
Severity: Keywords:
Cc: thejaswi.puthraya@… 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

line 231, 'Don't allow more than one Meta model defenition' has typo.

Attachments (1)

6313.diff (599 bytes ) - added by Thejaswi Puthraya 16 years ago.
fixed the typo

Download all attachments as: .zip

Change History (3)

by Thejaswi Puthraya, 16 years ago

Attachment: 6313.diff added

fixed the typo

comment:1 by Thejaswi Puthraya, 16 years ago

Cc: thejaswi.puthraya@… added
Has patch: set
Owner: changed from nobody to Thejaswi Puthraya
Status: newassigned
Summary: django/newforms/models.py has a typo[patch]django/newforms/models.py has a typo
Triage Stage: UnreviewedReady for checkin

Fixed the typo.

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [7067]) Fixed #6313 -- Typo fix pointed out by thejaswi_puthraya.

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