diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-05-03 09:50:55 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-05-03 13:19:43 -0300 |
| commit | e18e9315a3e8b295cf3763b07cc3b4c3beffca32 (patch) | |
| tree | 8aaeb5fd22c90bf2add9f86ad1870ef9d9d56e41 | |
| parent | c544f1a2237fd18a1e00fef8cbcd1cf7eccd5eb9 (diff) | |
[5.0.x] Refs #35422 -- Fixed typo in docs/releases/5.0.5.txt.
Backport of e72049aa6302411d8cdf2e798e15fa38e76b92fc from main.
| -rw-r--r-- | docs/releases/5.0.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/5.0.5.txt b/docs/releases/5.0.5.txt index c12498173d..bb1d732167 100644 --- a/docs/releases/5.0.5.txt +++ b/docs/releases/5.0.5.txt @@ -29,4 +29,4 @@ Bugfixes ``expression`` definition (:ticket:`35359`). * Fixed a bug in Django 5.0 that caused a migration crash when altering a - ``GeneratedField`` referencing a rename field (:ticket:`35422`). + ``GeneratedField`` referencing a renamed field (:ticket:`35422`). |
