twoscoops / two-scoops-of-django-1.11

The issue tracker, changelog, and code repository for Two Scoops of Django 1.11
https://www.twoscoopspress.com/products/two-scoops-of-django-1-11
408 stars 68 forks source link

Examples 7.3/7.4/7.5 - django.models.Q ImportError #110

Closed bogdal closed 7 years ago

bogdal commented 7 years ago

Location within the Book

Description

Examples 7.3, 7.4 and 7.5 contain an incorrect path to the Q object.

There is:

from django.models import Q

Should be:

from django.db.models import Q
pydanny commented 7 years ago

🚢 🍨