Changes between Initial Version and Version 1 of Ticket #29946
- Timestamp:
- Nov 12, 2018, 9:26:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29946 – Description
initial v1 14 14 * During the same period after we took the Django upgrade, we started seeing this new exception in our error emails, which is in the database code for session updates and thus could be triggered by the changes in 1.11.16: 15 15 16 ``` 16 {{{ 17 17 Traceback (most recent call last): 18 18 File "/home/zulip/deployments/2018-11-12-02-10-23/zulip-py3-venv/lib/python3.5/site-packages/django/contrib/sessions/backends/db.py", line 87, in save … … 40 40 raise UpdateError 41 41 django.contrib.sessions.backends.base.UpdateError 42 ``` 42 }}} 43 43 44 44 I'm happy to do further debugging to help get to the bottom of this.