Opened 18 years ago
Closed 18 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'
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.