1
0
mirror of https://github.com/django/django.git synced 2025-04-13 12:02:20 +00:00
django/tests/template_tests
Mariusz Felisiak 248df54b88 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-24 08:01:58 -08:00
..