Changeset 1776
- Timestamp:
- 10/21/08 08:41:47 (22 months ago)
- Files:
-
- 1 modified
-
trunk/pylucid_project/PyLucid/admin.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid_project/PyLucid/admin.py
r1750 r1776 38 38 list_display_links = ("shortcut",) 39 39 list_filter = ( 40 "createby","lastupdateby","permitViewPublic", "template", "style" 40 "createby","lastupdateby","permitViewPublic", 41 "template", "style", "markup", 41 42 ) 42 43 date_hierarchy = 'lastupdatetime'