mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
[5.0.x] Reverted "Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField with string Value()."
This reverts commit8b1acc0440. Backport ofde4884b114from main
This commit is contained in:
@@ -2227,7 +2227,6 @@ class ValueTests(TestCase):
|
||||
with self.subTest(type=type(value)):
|
||||
expr = Value(value)
|
||||
self.assertIsInstance(expr.output_field, output_field_type)
|
||||
self.assertEqual(Value("foo").output_field.max_length, 3)
|
||||
|
||||
def test_resolve_output_field_failure(self):
|
||||
msg = "Cannot resolve expression type, unknown output_field"
|
||||
|
||||
Reference in New Issue
Block a user