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:46:48 -0500 |
| commit | fd1c5bb041abb617dc58c336a8461fb3a7af4508 (patch) | |
| tree | 2c20a53ec94b2e0133aae88f541257d4cd9f869c /docs | |
| parent | 5b94b17feff15a9f0345f92fc0568bfe7038e3a3 (diff) | |
Fixed a typo in the 1.9.2 release notes.
Diffstat (limited to 'docs')
| -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 |
