diff options
| author | Charlie Denton <charleswdenton@gmail.com> | 2017-02-06 12:57:11 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-06 07:57:11 -0500 |
| commit | 8b62e5df86088a618339e04469e94ba095723021 (patch) | |
| tree | 7310f75a530ebc9b1dcdc2ac288578f8d702bad9 | |
| parent | 5411821e3b8d1427ee63a5914aed1088c04cc1ed (diff) | |
Fixed typo in docs/releases/2.0.txt.
| -rw-r--r-- | docs/releases/2.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index a43ae5e368..f5e5cd4d7c 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -427,7 +427,7 @@ these features. ``_apply_rel_filters()`` method is removed. * Using ``User.is_authenticated()`` and ``User.is_anonymous()`` as methods - rather than properties is no longer be supported. + rather than properties is no longer supported. * The ``Model._meta.virtual_fields`` attribute is removed. |
