diff options
| author | Tim Park <timpark0807@gmail.com> | 2020-07-02 23:01:45 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-07-16 09:44:28 +0200 |
| commit | 8fa9a6d29efe2622872b4788190ea7c1bcb92019 (patch) | |
| tree | 56525b346db10e2d1297923e881a4ece91e7651e /docs | |
| parent | bde33bdd51b58a63d3e50fab687815968383b86d (diff) | |
Fixed #31623 -- Allowed specifying number of adjacent time units in timesince()/timeuntil().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index aa25b0f511..2f3045f971 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -298,7 +298,9 @@ URLs Utilities ~~~~~~~~~ -* ... +* The new ``depth`` parameter of ``django.utils.timesince.timesince()`` and + ``django.utils.timesince.timeuntil()`` functions allows specifying the number + of adjacent time units to return. Validators ~~~~~~~~~~ |
