Skip to content

Commit

Permalink
Add support for the update token
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato committed Jan 6, 2012
1 parent 0bd736d commit 27f7fc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bugzilla/models.py
@@ -1,7 +1,6 @@
from remoteobjects import RemoteObject as RemoteObject_, fields

from .fields import StringBoolean, Datetime
import urlparse


# The datetime format is inconsistent.
Expand Down Expand Up @@ -80,7 +79,7 @@ class Bug(RemoteObject):
ref = fields.Field()

# Needed for submitting changes.
token = fields.Field()
token = fields.Field(api_name='update_token')

# Time tracking.
actual_time = fields.Field()
Expand Down

0 comments on commit 27f7fc1

Please sign in to comment.