~cjohnston/qa-dashboard/cleanup-sru-sidebard

« back to all changes in this revision

Viewing changes to smoke/models.py

  • Committer: Tarmac
  • Author(s): Chris Johnston
  • Date: 2013-02-08 16:05:20 UTC
  • mfrom: (247.1.1 admin-sso)
  • Revision ID: tarmac-20130208160520-97h6l7ro111yh46p
[r=Joe Talbott] Adds SSO auth for admin area from Chris Johnston

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    class Meta:
23
23
        db_table = 'result_logs'
24
24
    display_name  = models.CharField(max_length=255, null = True)
25
 
    path          = models.TextField() 
 
25
    path          = models.TextField()
26
26
    result        = models.ForeignKey('Result')
27
27
    remote_url    = models.URLField()
28
28