Changeset 26826c9 for asadb/forms/admin.py
- Timestamp:
- Mar 23, 2013, 9:41:31 PM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- f610262
- Parents:
- cf509c0
- git-author:
- Alex Dehnert <adehnert@…> (03/23/13 21:41:31)
- git-committer:
- Alex Dehnert <adehnert@…> (03/23/13 21:41:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/admin.py
rd848b98 r26826c9 1 from django.contrib import admin 2 1 3 import forms.models 2 from django.contrib import admin3 4 4 5 class FYSMAdmin(admin.ModelAdmin):
Note: See TracChangeset
for help on using the changeset viewer.