Changes between Initial Version and Version 2 of Ticket #1823
- Timestamp:
- May 9, 2006, 10:38:48 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1823 – Description
initial v2 3 3 should be "set timezone to" 4 4 5 {{{ 5 6 =================================================================== 6 7 --- django/db/backends/postgresql/base.py (revision 2868) … … 15 16 return util.CursorDebugWrapper(cursor, self) 16 17 return cursor 17 18 }}} 18 19 19 20 Thanks,