1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #26287 -- Added support for addition operations to SimpleLazyObject.

This commit is contained in:
Theo Alexiou
2022-02-05 20:28:09 +01:00
committed by Mariusz Felisiak
parent 4c76ffc2d6
commit f9ec777a82
3 changed files with 18 additions and 1 deletions

View File

@@ -294,7 +294,7 @@ URLs
Utilities
~~~~~~~~~
* ...
* ``SimpleLazyObject`` now supports addition operations.
Validators
~~~~~~~~~~