Django

Code

Show
Ignore:
Timestamp:
07/11/08 10:19:27 (4 months ago)
Author:
jacob
Message:

Checking in template changes from djangoproject.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/apps/aggregator/models.py

    r7296 r7892  
    1111 
    1212    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 
    1418 
    1519    def __unicode__(self):