Changes between Initial Version and Version 1 of Ticket #10070
- Timestamp:
- Jan 19, 2009, 1:54:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10070 – Description
initial v1 1 1 The following code shows the problem when using sqlite: 2 2 3 {{{ 3 4 $ python manage.py shell 4 5 Python 2.5.2 (r252:60911, Oct 5 2008, 19:29:17) … … 22 23 >>> django.VERSION 23 24 (1, 0, 2, 'final', 0) 25 }}} 24 26 25 27 {{{ 26 28 $ sqlite3 --version 27 29 3.5.9 28 29 30 }}} 30 31 31 32 When using Mysql or Postgres, that works (not tested by me, but by others on django-users).