Changeset f83d820 for telemeta/admin.py
- Timestamp:
- 03/22/12 02:42:59 (14 months ago)
- Branches:
- security
- Children:
- 5a09eb7
- Parents:
- 40fcc15 (diff), bfa68c2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- yomguy <yomguy@…> (03/22/12 02:42:59)
- git-committer:
- yomguy <yomguy@…> (03/22/12 02:42:59)
- File:
-
- 1 edited
-
telemeta/admin.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/admin.py
rf6b65e4 rf83d820 6 6 from telemeta.models.system import * 7 7 from django.contrib import admin 8 <<<<<<< HEAD 8 9 from django.forms import CheckboxSelectMultiple 10 ======= 11 >>>>>>> master 9 12 from django.contrib.auth.models import User 10 13 from django.contrib.auth.admin import UserAdmin … … 21 24 ordering = ['code'] 22 25 filter_horizontal = ['children'] 23 26 24 27 class MediaCollectionAdmin(admin.ModelAdmin): 25 28 search_fields = ['title', 'code']
Note: See TracChangeset
for help on using the changeset viewer.
