mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[2.0.x] Fixed grammar in docs/releases/2.0.txt.
Backport of bee4c2baed
from master
This commit is contained in:
parent
6a70b576b5
commit
48beda6660
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue