Changes between Initial Version and Version 2 of Ticket #1823


Ignore:
Timestamp:
May 9, 2006, 10:38:48 AM (18 years ago)
Author:
Adrian Holovaty
Comment:

Fixed description

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1823 – Description

    initial v2  
    33should be "set timezone to"
    44
     5{{{
    56===================================================================
    67--- django/db/backends/postgresql/base.py       (revision 2868)
     
    1516             return util.CursorDebugWrapper(cursor, self)
    1617         return cursor
    17 
     18}}}
    1819
    1920Thanks,
Back to Top