mirror of
https://github.com/django/django.git
synced 2025-07-18 18:55:18 +00:00
Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.
This commit is contained in:
parent
1e38f1191d
commit
156a2138db
7 changed files with 34 additions and 103 deletions
|
@ -170,7 +170,7 @@ class TestRangeContainsLookup(PostgreSQLTestCase):
|
|||
self.aware_timestamps[1],
|
||||
(self.timestamps[1], self.timestamps[2]),
|
||||
(self.aware_timestamps[1], self.aware_timestamps[2]),
|
||||
Value(self.dates[0], output_field=DateTimeField()),
|
||||
Value(self.dates[0]),
|
||||
Func(F('dates'), function='lower', output_field=DateTimeField()),
|
||||
F('timestamps_inner'),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue