Fixed grammer in docs/releases/2.0.txt.

This commit is contained in:
David Szotten 2017-12-04 13:55:40 +00:00 committed by Tim Graham
parent 3922f02dc6
commit bee4c2baed
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ to remove usage of these features.
* The ``on_delete`` argument for ``ForeignKey`` and ``OneToOneField`` is now
required in models and migrations. Consider squashing migrations so that you
have less of them to update.
have fewer of them to update.
* ``django.db.models.fields.add_lazy_relation()`` is removed.