﻿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
35	django-admin.py init problem for postgresql 8.0.3/win32	JZ	Adrian Holovaty	"I try to pas step by step from http://www.djangoproject.com/documentation/tutorial1/ using PostgreSQL 8.0.3 (Winddows XP Pro SP2, Python 2.4.1, Apache 2.0.54, SVN version of django). 

I cannot initialize default django tables:

C:\opt\Python24\Lib\site-packages\myproject>django-admin.py init
Traceback (most recent call last):
  File ""C:\opt\Python24\Scripts\django-admin.py"", line 4, in ? pkg_resources.run_script('django==1.0.0', 'django-admin.py')

  File ""C:\opt\Python24\Lib\site-packages\setuptools-0.5a12-py2.4.egg\pkg_resources.py"", line 111, in run_script  require(dist_spec)[0].metadata.run_script(script_name, ns)

  File ""C:\opt\Python24\Lib\site-packages\setuptools-0.5a12-py2.4.egg\pkg_resources.py"", line 634, in run_script  execfile(script_filename, namespace, namespace)

  File ""C:\opt\Python24\Lib\site-packages\django-1.0.0-py2.4.egg\EGG-INFO\scripts\django-admin.py"", line 399, in ?  init()

  File ""C:\opt\Python24\Lib\site-packages\django-1.0.0-py2.4.egg\EGG-INFO\scripts\django-admin.py"", line 275, in init  from django.core import db, meta

  File ""C:\opt\Python24\Lib\site-packages\django-1.0.0-py2.4.egg\django\core\db\__init__.py"", line 18, in ?  dbmod = __import__('django.core.db.backends.%s' % DATABASE_ENGINE, '', '', [''])

  File ""C:\opt\Python24\Lib\site-packages\django-1.0.0-py2.4.egg\django\core\db\backends\postgresql.py"", line 65, in ?    Database.register_type(Database.new_type((1082,), ""DATE"", typecasts.typecast_date))

!AttributeError: 'module' object has no attribute 'register_type'

"	defect	closed	Database layer (models, ORM)	1.0	blocker	invalid			Unreviewed	0	0	0	0	0	0
