Opened 18 years ago
Closed 18 years ago
#3666 closed (duplicate)
using python 2.4 string method rsplit() fails for python 2.3 installations
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'
Note:
See TracTickets
for help on using tickets.
Thanks for reporting this, but I believe it's already been patched at #3625, and is just waiting for a checkin.