Changes between Version 16 and Version 17 of BetterErrorMessages
- Timestamp:
- Feb 6, 2007, 12:12:12 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v16 v17 43 43 '''Suggestion:''' Check file permissions when running with SQLite backend and warn user if they seem incorrect 44 44 45 {{{ 46 ProgrammingError: ERROR: current transaction is aborted, commands ignored until end of transaction block 47 }}} 48 49 In certain situations with PostgreSQL, a bogus error message about SET TIME ZONE may be returned. See #3179 (which is closed, but has a description of the problem). 45 50 46 51 == django.http ==