Changes between Version 1 and Version 2 of Ticket #36695


Ignore:
Timestamp:
Oct 29, 2025, 7:53:42 AM (31 hours ago)
Author:
Michal Dabski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36695 – Description

    v1 v2  
    4545* removing generic parameters from the `dict` type passed to `SchemaValidator` does not trigger the error
    4646* 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
Back to Top