﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
1158	'django-admin.py sql polls' doesnt work with sqlite3 and svn-version of 2006-01-03	bgeiring@…	Adrian Holovaty	"Im a new user to django. I followed the tutorial and instlled django from svn-trunk.

Versions used: python 2.4.2, sqlite-3.2.8, pysqlite-2.0.5, django svn of 2006-01-03
pysqlite test ran with success.

My error from running django-admin.py sql polls

{{{
BEGIN;
Traceback (most recent call last):
  File ""/usr/bin/django-admin.py"", line 5, in ?
    management.execute_from_command_line()
  File ""/usr/lib/python2.4/site-packages/django/core/management.py"", line 958, in execute_from_command_line
    output = action_mapping[action](mod)
  File ""/usr/lib/python2.4/site-packages/django/core/management.py"", line 65, in get_sql_create
    for klass in mod._MODELS:
AttributeError: 'module' object has no attribute '_MODELS'
}}}"	defect	closed	Core (Management commands)	dev	normal	fixed			Unreviewed	0	0	0	0	0	0
