Changes between Initial Version and Version 1 of Ticket #27397, comment 8
- Timestamp:
- Oct 28, 2016, 8:09:31 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27397, comment 8
initial v1 1 Have confirmed this error by Django handled in Postgres: e.g. http://127.0.0.1:8000/admin/auth/user/922337203685477582000000000000000000/change/ 1 Have confirmed this error by Django handled in Postgres: e.g. http://127.0.0.1:8000/admin/auth/user/922337203685477582000000000000000000/change/ This does not throw the same Overflow error and rather gives a 404 not found. 2 2 3 3 As such, keeping this open as this could be handled for SQLLite.