Ignore:
Timestamp:
Feb 17, 2013, 4:20:23 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
89b3a65
Parents:
8aea837
git-author:
Alex Dehnert <adehnert@…> (02/17/13 04:20:23)
git-committer:
Alex Dehnert <adehnert@…> (02/17/13 04:20:23)
Message:

Add info_url to the admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/space/admin.py

    r1eee8d1 r21f7242  
    99        'slug',
    1010        'info_addr',
     11        'info_url',
    1112        'db_update',
    1213    )
    1314    list_display_links = ( 'id', 'name', 'slug', )
    14     search_fields = ('name', 'slug', 'info_addr', 'db_update', )
     15    search_fields = ('name', 'slug', 'info_addr', 'info_url', 'db_update', )
    1516admin.site.register(space.models.LockType, Admin_LockType)
    1617
Note: See TracChangeset for help on using the changeset viewer.