1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00
Mariusz Felisiak 8d7b1423f8 Refs #35844 -- Fixed copying BaseContext and its subclasses on Python 3.14+.
super objects are copyable on Python 3.14+:

5ca4e34bc1

and can no longer be used in BaseContext.__copy__().
2024-11-18 16:05:37 +01:00
..
2024-10-07 17:37:36 -03:00
2024-01-26 12:45:07 +01:00