burke-software / django-mass-edit

Make bulk changes in the Django admin interface
152 stars 67 forks source link

has_key() was removed in Python3 #36

Closed ecederstrand closed 9 years ago

ecederstrand commented 9 years ago

Update for Python3. Existing code throws AttributeError: 'QueryDict' object has no attribute 'has_key'

ecederstrand commented 9 years ago

I have no idea why the tests are failing (the tested massadmin URL returns 404). My changes should have nothing to do with that.

bufke commented 9 years ago

@ecederstrand can you confirm py3 is fully supported with this pull? If so I could note it on setup.py.

ecederstrand commented 9 years ago

I haven't done a full review or run 2to3 on the code, but I'm using this in production on python3 without issues.