summaryrefslogtreecommitdiff
path: root/django/core/db/backends/sqlite3.py
AgeCommit message (Expand)Author
2005-10-12Fixed #589 -- Added FilePathField. It's available as an ORM field and as a st...Adrian Holovaty
2005-09-28Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, f...Adrian Holovaty
2005-09-02Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i...Adrian Holovaty
2005-08-19Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540...Adrian Holovaty
2005-08-02Improved 'django-admin inspectdb' so that it detects ForeignKey relationships...Adrian Holovaty
2005-08-02Added first stab at 'django-admin.py inspectdb', which takes a database name ...Adrian Holovaty
2005-08-01Fixed #227 -- the sqlite backend now correctly typecasts unicode objects to b...Jacob Kaplan-Moss
2005-07-25Fixed #197 -- thanks for finding that, mmarshallJacob Kaplan-Moss
2005-07-22Added sqlite3 database backend -- somewhat tested, but probably not 100% perf...Jacob Kaplan-Moss