summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorClifford Gama <cliffygamy@gmail.com>2025-08-31 08:15:13 +0200
committerGitHub <noreply@github.com>2025-08-31 08:15:13 +0200
commit21603c5b50cda80610496248810bb6391f08b648 (patch)
tree30b9a7af2f09dfa873e78dc05973edc41ff33e31 /docs/ref
parenta627194567b3af2ef74bd89e404868932ff755b3 (diff)
Removed unused import in docs/ref/models/expressions.txt example.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/expressions.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt
index 6148f65363..77e8b165da 100644
--- a/docs/ref/models/expressions.txt
+++ b/docs/ref/models/expressions.txt
@@ -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