diff options
| author | Jannis Leidel <jannis@leidel.info> | 2015-01-16 21:29:28 +0100 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2015-01-16 21:29:28 +0100 |
| commit | a17724b791275578334bcdc66b3a8113eb86605e (patch) | |
| tree | 36a85cc2b779ab064649daf36d3f0b399270a3f1 /docs | |
| parent | e8171daf0cd7f0e070395cb4c850c17fea32f11d (diff) | |
Fixed the length of a headline in the 1.8 release notes.
This broke the website design in the sidebar because the line could not be wrapped.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 45b8bf7789..437f72edb6 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -1367,8 +1367,8 @@ moved to the `django-localflavor`_ package (version 1.1+). .. _django-localflavor: https://pypi.python.org/pypi/django-localflavor -``django.contrib.admin.helpers.InlineAdminForm.original_content_type_id`` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +``InlineAdminForm.original_content_type_id`` +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The ``original_content_type_id`` attribute on ``InlineAdminForm`` has been deprecated and will be removed in Django 2.0. Historically, it was used |
