Skip to content

Not working with older boto version #920

Description

@cisarpavel

Hello, we use it in Django==2.1.7 app and this row breaks the app.

service_id = meta.service_model.service_id.hyphenize()

For versions
boto3==1.7.45
botocore==1.10.84

this throws
AttributeError: 'str' object has no attribute 'hyphenize'

I'm not sure the base of the integrations but I thought they must be enabled in settings, but this part of Boto3Integration is triggered even if we have not enabled it in django settings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions