﻿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
10982	"In the tutorial part 2, when I reached the point were we tried ""StackeInLine"", there was and error."	pc	nobody	"AttributeError at /admin/polls/poll/

'module' object has no attribute 'StackedInLine'

Request Method: 	GET
Request URL: 	http://localhost:8000/admin/polls/poll/
Exception Type: 	AttributeError
Exception Value: 	

'module' object has no attribute 'StackedInLine'

Exception Location: 	/home/pc/python/django/mysite/../mysite/polls/admin.py in <module>, line 4
Python Executable: 	/usr/bin/python
Python Version: 	2.5.2


Environment:

Request Method: GET
Request URL: http://localhost:8000/admin/polls/poll/
Django Version: 1.0.2 final
Python Version: 2.5.2
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.admin',
 'mysite.polls']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware')

---------------------------------------------------------------

Traceback:
File ""/usr/lib/python2.5/site-packages/django/core/handlers/base.py"" in get_response
  77.                     request.path_info)
File ""/usr/lib/python2.5/site-packages/django/core/urlresolvers.py"" in resolve
  179.             for pattern in self.urlconf_module.urlpatterns:
File ""/usr/lib/python2.5/site-packages/django/core/urlresolvers.py"" in _get_urlconf_module
  198.             self._urlconf_module = __import__(self.urlconf_name, {}, {}, [''])
File ""/home/pc/python/django/mysite/../mysite/urls.py"" in <module>
  5. admin.autodiscover()
File ""/usr/lib/python2.5/site-packages/django/contrib/admin/__init__.py"" in autodiscover
  40.         __import__(""%s.admin"" % app)
File ""/home/pc/python/django/mysite/../mysite/polls/admin.py"" in <module>
  4. class ChoiceInLine(admin.StackedInLine):

Exception Type: AttributeError at /admin/polls/poll/
Exception Value: 'module' object has no attribute 'StackedInLine'

"		closed	Uncategorized	1.0		invalid	tutorial, StackedInLine		Unreviewed	0	0	0	0	0	0
