What Django version are you using? Meta.indexes is a new feature in Django 1.11 -- are you using it in your models?
On Monday, August 22, 2016 at 10:58:51 AM UTC-4, Dennis Kornbluh wrote: > > Going through the Django tutorial > <https://docs.djangoproject.com/en/1.10/intro/tutorial05/>, now at part > 5, section "Running tests". Followed the directions precisely, copy/pasted > to create polls/test.py, After running > > $ python manage.py test polls > > > got a stacktrace (http://dpaste.com/2XP5QZ7) ending with TypeError: 'class > Meta' got invalid attribute(s): indexes > > > Totally stumped. Everything has worked up to this point. > > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a22fc7eb-e4e5-4ca6-988b-9ec2098917d0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

