Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Pulled 'transitioned_at' key from Process class. #17

Merged
merged 1 commit into from
Aug 3, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Patches and Suggestions
```````````````````````

- johtso <johtso@gmail.com>
- skoczen <skoczen@gmail.com>
- You?
2 changes: 1 addition & 1 deletion heroku/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class Process(BaseResource):

_ints = ['elapsed']
_bools = ['attached']
_dates = ['transitioned_at']
_dates = []
_pks = ['process', 'upid']


Expand Down