﻿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
3637	"syncdb error caused by ""rsplit"""	joe4444	Adrian Holovaty	"It seems Python 2.3 does not have rsplit, which is causing this bug (I think).[[br]]
I have Python 2.3.4-14.3 and PostgreSQL 7.4.16-1 and psycopg 1.1.21-1[[br]]
I think this bug can be reproduced with any new project using Python 2.3.x and Django SVN.[[br]][[br]]
Revisions 4662 - 4664 produce the following traceback:[[br]][[br]]

{{{
$ python manage.py syncdb

Creating table auth_message
Creating table auth_group
Creating table auth_user
Creating table auth_permission
Creating table django_content_type
Creating table django_session
Creating table django_site

You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): no
Installing index for auth.Message model
Installing index for auth.Permission model
Loading 'initial_data' fixtures...
Traceback (most recent call last):
  File ""manage.py"", line 11, in ?
    execute_manager(settings)
  File ""/usr/lib/python2.3/site-packages/django/core/management.py"", line 1665, in execute_manager
    execute_from_command_line(action_mapping, argv)
  File ""/usr/lib/python2.3/site-packages/django/core/management.py"", line 1564, in execute_from_command_line
    action_mapping[action](int(options.verbosity), options.interactive)
  File ""/usr/lib/python2.3/site-packages/django/core/management.py"", line 590, in syncdb
    load_data(['initial_data'], verbosity=verbosity)
  File ""/usr/lib/python2.3/site-packages/django/core/management.py"", line 1358, in load_data
    fixture_name, format = fixture_label.rsplit('.', 1)
AttributeError: 'str' object has no attribute 'rsplit'
}}}"		closed	Core (Other)	dev		duplicate			Unreviewed	0	0	0	0	0	0
