You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Requests timing out in 2 minutes (can be overridden by subclassing the ElvisClient),
previously, there was no timeout and requests could hang for long time causing resource
leaks
Add helper to provide choices tuples from Enums (can be used with Django)
This changelog
Changed
Date fields are now properly parsed to datetime
Elvis proxy exception formatting is improved so that exceptions can actually
be read
Fixed
ElvisModel was mutating its constructor argument, sometimes causing undesired data changes