Changes between Version 13 and Version 14 of NewAdminChanges


Ignore:
Timestamp:
Oct 18, 2005, 7:23:20 PM (19 years ago)
Author:
rjwittams
Comment:

add comment char

Legend:

Unmodified
Added
Removed
Modified
  • NewAdminChanges

    v13 v14  
    145145           'choices' : True,
    146146        }
    147         manipulator = styles.ChangeManipulator(object_id, follow) <------ EXTRA ARGUMENT
     147        manipulator = styles.ChangeManipulator(object_id, follow)# <------ EXTRA ARGUMENT
    148148    except ObjectDoesNotExist:
    149149        raise Http404
Back to Top