Skip to content

Commit

Permalink
Fixed the length of a headline in the 1.8 release notes.
Browse files Browse the repository at this point in the history
This broke the website design in the sidebar because the line could not be wrapped.
  • Loading branch information
jezdez committed Jan 16, 2015
1 parent e8171da commit a17724b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/releases/1.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a17724b

Please sign in to comment.