Changeset 8933
- Timestamp:
- 09/03/08 13:44:19 (3 months ago)
- Files:
-
- django/trunk/django/contrib/comments/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/comments/models.py
r8803 r8933 45 45 46 46 # Who posted this comment? If ``user`` is set then it was an authenticated 47 # user; otherwise at least person_name should have been set and the comment47 # user; otherwise at least user_name should have been set and the comment 48 48 # was posted by a non-authenticated user. 49 49 user = models.ForeignKey(User, blank=True, null=True, related_name="%(class)s_comments")
