diff options
| author | Simon Charette <charette.s@gmail.com> | 2016-01-14 17:46:48 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2016-01-14 17:47:41 -0500 |
| commit | 7ebe378f363cf28b3d1ec9b0b27fd8d2ab78aead (patch) | |
| tree | 3d12188974e6cb26d972c278d1b2b46e7ee7cbce | |
| parent | f619b72815fd8d0bb6f65921ef07ac4bc8a12e29 (diff) | |
[1.9.x] Fixed a typo in the 1.9.2 release notes.
Backport of fd1c5bb041abb617dc58c336a8461fb3a7af4508 from master
| -rw-r--r-- | docs/releases/1.9.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index e68a1b5cf9..0ca7481ff8 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -34,4 +34,4 @@ Bugfixes * Fixed a regression where defining a relation on an abstract model's field using a string model name without an app_label no longer resolved that reference to the abstract model's app if using that model in another - application (:ticket`25858`).
\ No newline at end of file + application (:ticket:`25858`).
\ No newline at end of file |
