Changes between Initial Version and Version 1 of Ticket #10070


Ignore:
Timestamp:
Jan 19, 2009, 1:54:39 PM (15 years ago)
Author:
Ramiro Morales
Comment:

(description formatting)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10070 – Description

    initial v1  
    11The following code shows the problem when using sqlite:
    22
     3{{{
    34$ python manage.py shell
    45Python 2.5.2 (r252:60911, Oct  5 2008, 19:29:17)
     
    2223>>> django.VERSION
    2324(1, 0, 2, 'final', 0)
     25}}}
    2426
    25 
     27{{{
    2628$ sqlite3 --version
    27293.5.9
    28 
    29 
     30}}}
    3031
    3132When using Mysql or Postgres, that works (not tested by me, but by others on django-users).
Back to Top