1
0
mirror of https://github.com/django/django.git synced 2025-10-09 14:59:24 +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:
Clifford Gama 2025-08-31 08:15:13 +02:00 committed by Mariusz Felisiak
parent ace59cb83b
commit ebec2c9323

View File

@ -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