Changeset 6435 for trunk


Ignore:
Timestamp:
Dec 10, 2008, 7:15:19 PM (16 years ago)
Author:
roland
Message:

Fixed tuple bug in admin code.

Location:
trunk/exodus
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/exodus/admin.py

    r6434 r6435  
    4444    form = NodeForm
    4545    extra = 2
    46     fieldsets = ('name', 'status', 'location', 'network')
     46    fields = ('name', 'status', 'location', 'network')
    4747
    4848class LocationAdmin(admin.ModelAdmin):
  • trunk/exodus/settings.py

    r6431 r6435  
    1414# Nodes get a /24
    1515MASTERIP_NETMASK = 24
     16
    1617
    1718# Master super path, set to current working path
Note: See TracChangeset for help on using the changeset viewer.