1
0
mirror of https://github.com/django/django.git synced 2025-01-24 17:19:19 +00:00

Fixed a typo in 1.8 release notes.

This commit is contained in:
Sylvain Fankhauser 2015-01-08 21:54:25 +01:00 committed by Simon Charette
parent 13e4156518
commit c1493879d9

View File

@ -1034,7 +1034,7 @@ Selected methods in ``django.db.models.options.Options``
As part of the formalization of the ``Model._meta`` API (from the
:class:`django.db.models.options.Options` class), a number of methods have been
deprecated and will be removed in in Django 2.0:
deprecated and will be removed in Django 2.0:
* ``get_all_field_names()``
* ``get_all_related_objects()``