typo in django.contrib.comments models.py
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)
Has patch: |
set
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Summary: |
typo in model.py comments → typo in django.contrib.comments models.py
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
git-patch against the latest trunk checkout