Django

Code

Ticket #8614 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

typo in django.contrib.comments models.py

Reported by: Nate Straz <nate-django@refried.org> Assigned to: nobody
Milestone: 1.0 Component: django.contrib.comments
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

8614.diff (0.7 kB) - added by thejaswi_puthraya on 08/27/08 10:37:29.
git-patch against the latest trunk checkout

Change History

08/27/08 10:37:29 changed by thejaswi_puthraya

  • attachment 8614.diff added.

git-patch against the latest trunk checkout

08/27/08 10:37:52 changed by thejaswi_puthraya

  • needs_better_patch changed.
  • has_patch set to 1.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

08/27/08 10:38:07 changed by thejaswi_puthraya

  • summary changed from typo in model.py comments to typo in django.contrib.comments models.py.

09/03/08 11:01:27 changed by anonymous

  • milestone set to 1.0.

09/03/08 13:44:19 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #8614 (typo in django.contrib.comments models.py)




Change Properties
Action