mirror of
https://github.com/django/django.git
synced 2025-10-09 06:49:12 +00:00
[5.2.x] Removed unused import in docs/ref/models/expressions.txt example.
Backport of 21603c5b50cda80610496248810bb6391f08b648 from main
This commit is contained in:
parent
ace59cb83b
commit
ebec2c9323
@ -1216,7 +1216,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…
x
Reference in New Issue
Block a user