~nhandler/ubuntu-teamreports/comments

« back to all changes in this revision

Viewing changes to teamreports/reports/admin.py

  • Committer: Daniel Holbach
  • Date: 2010-04-13 16:29:38 UTC
  • Revision ID: daniel.holbach@canonical.com-20100413162938-o7lw12hi3rfi9mw0
make project name more appropriate

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from django.contrib import admin
2
 
from teamreports.models import Team, Person, TeamRequest, ReportEntry
 
2
from reports.models import Team, Person, TeamRequest, ReportEntry
3
3
 
4
4
class TeamAdmin(admin.ModelAdmin):
5
5
    search_fields = ('lpid',)