mirror of
https://github.com/django/django.git
synced 2025-11-19 11:15:44 +00:00
Removed unused import in docs/ref/models/expressions.txt example.
This commit is contained in:
parent
a627194567
commit
21603c5b50
1 changed files with 0 additions and 1 deletions
|
|
@ -1220,7 +1220,6 @@ values. It will return the first column or value that isn't ``NULL``.
|
|||
We'll start by defining the template to be used for SQL generation and
|
||||
an ``__init__()`` method to set some attributes::
|
||||
|
||||
import copy
|
||||
from django.db.models import Expression
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue