| Home | Trees | Indices | Help |
|---|
|
|
>>> from django.contrib.comments.models import Comment >>> from django.contrib.auth.models import User >>> u = User.objects.create_user('commenttestuser', 'commenttest@example.com', 'testpw') >>> c = Comment(user=u, comment=u'\xe2') >>> c <Comment: commenttestuser: â...> >>> print c commenttestuser: â...
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:12 2008 | http://epydoc.sourceforge.net |