[Answered ]-AttributeError: 'module' object has no attribute 'IntegerRangeField'

2👍

As far as I know django.db.models doesn’t have implementation of IntegerRangeField.

Try tu use django.contrib.postgres.fields.ranges.IntegerRangeField or django IntegerRangeField snippet.

Leave a comment