Changes between Version 1 and Version 2 of Ticket #36695
- Timestamp:
- Oct 29, 2025, 7:53:42 AM (31 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36695 – Description
v1 v2 45 45 * removing generic parameters from the `dict` type passed to `SchemaValidator` does not trigger the error 46 46 * The loop happens in `django.db.migrations.serializer.IterableSerializer.serialize`, it keeps recursively invoking `serializer_factory(item).serialize()` with `item='*dict[str, float]'` (`GenericAlias`) 47 * the same behaviour is with similar generic types - `list[str]` 48 * without the migration being created/applied, validation works as expected