Changeset 25
- Timestamp:
- 07/14/05 11:41:32 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/apps/docs/models/docs.py
r24 r25 10 10 meta.DateTimeField('last_updated', 'last updated', auto_now=True), 11 11 ) 12 ordering = (('title', 'ASC'),) ,12 ordering = (('title', 'ASC'),) 13 13 admin = meta.Admin( 14 14 fields = (
