Changeset 64 for djac/trunk/models.py

Show
Ignore:
Timestamp:
12/27/06 22:48:33 (2 years ago)
Author:
akaihola
Message:

[djac] Fixed 'Show tickets for all sites' crash. Disabled URL verification from trac sites, because closed sites wouldn't be accepted. Fixed urls.py view references.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • djac/trunk/models.py

    r49 r64  
    3131        help_text=_('The name of the Trac project as used inside Djac.')) 
    3232    baseurl = models.URLField( 
     33        verify_exists=False, 
    3334        help_text=_('Base URL of the Trac site, e.g. www.mysite.com/trac/myproject') ) 
    3435    report_number = models.IntegerField(