- Timestamp:
- 07/11/08 10:19:27 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/apps/aggregator/models.py
r7296 r7892 11 11 12 12 class Admin: 13 pass 13 list_display = ["title", "public_url", "is_defunct"] 14 list_filter = ["is_defunct"] 15 ordering = ["title"] 16 search_fields = ["title", "public_url"] 17 list_per_page = 500 14 18 15 19 def __unicode__(self):
