Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8614 closed (fixed)

typo in django.contrib.comments models.py

Reported by: Nate Straz <nate-django@…> Owned by: nobody
Component: contrib.comments Version: dev
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

While reading through django/contrib/comments/models.py I noticed that the comments for the Comment model references the field person_name which does not exist. This should probably be user_name which does exist.

Attachments (1)

8614.diff (732 bytes ) - added by Thejaswi Puthraya 16 years ago.
git-patch against the latest trunk checkout

Download all attachments as: .zip

Change History (6)

by Thejaswi Puthraya, 16 years ago

Attachment: 8614.diff added

git-patch against the latest trunk checkout

comment:1 by Thejaswi Puthraya, 16 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Thejaswi Puthraya, 16 years ago

Summary: typo in model.py commentstypo in django.contrib.comments models.py

comment:3 by anonymous, 16 years ago

milestone: 1.0

comment:4 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [8933]) Fixed #8614 -- Typo fix.

comment:5 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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