index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
comment_tests
/
custom_comments
/
models.py
blob: 592ad79586407e720840444e34e2fec2ea67814b (
plain
)
1
2
3
4
from django.db import models class CustomComment(models.Model): pass