Files
django/tests/model_fields
Nilesh Kumar Pahari 968f3f9637 Refs #36806 -- Removed unnecessary null=True from GeneratedField in test models.
Test coverage is preserved because the tests only verify that generated
fields can produce NULL values when the source field is nullable.

This addresses system check warnings in the test suite after
6025eab3c5.
2025-12-22 20:38:55 -05:00
..