Opened 17 years ago

Closed 17 years ago

#3666 closed (duplicate)

using python 2.4 string method rsplit() fails for python 2.3 installations

Reported by: mukappa Owned by: Adrian Holovaty
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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'

Change History (1)

comment:1 by Simon G. <dev@…>, 17 years ago

Resolution: duplicate
Status: newclosed

Thanks for reporting this, but I believe it's already been patched at #3625, and is just waiting for a checkin.

Note: See TracTickets for help on using tickets.
Back to Top