Changeset 22
- Timestamp:
- 07/14/05 11:39:29 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/apps/docs/models/docs.py
r20 r22 1 1 from django.core import meta 2 2 3 class Document 3 class Document: 4 4 fields = ( 5 5 meta.CharField('title', 'title', maxlength=200),
