mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
In Python, keyword arguments must normally be valid identifiers (i.e., variable names that follow Python's naming rules). However, Python dicts can have keys that aren't valid identifiers, like "foo-bar" or "123foo". This commit ensures that keyword arguments that are nt valid identifiers, are properly handled when deconstructing an object.
5.4 KiB
5.4 KiB