Opened 17 years ago

Closed 17 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
Pull Requests:How to create a pull request

Description

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

Change History (3)

by Thejaswi Puthraya, 17 years ago

Attachment: 6313.diff added

fixed the typo

comment:1 by Thejaswi Puthraya, 17 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, 17 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