Skip to content

Commit

Permalink
BACKWARDS INCOMPATIBLE: remove MyModel._meta.left_attr etc (deprecate…
Browse files Browse the repository at this point in the history
…d since 0.4). includes addition to upgrade notes
  • Loading branch information
craigds committed Jun 8, 2011
1 parent 9818685 commit 2d664c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade.rst
Expand Up @@ -15,7 +15,7 @@ This (undocumented) argument has now been removed.
``_meta`` attributes moved to ``_mptt_meta``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In 0.4, we deprecated all these attributes on model._meta. These have now been removed:
In 0.4, we deprecated all these attributes on model._meta. These have now been removed::

MyModel._meta.left_attr
MyModel._meta.right_attr
Expand Down

0 comments on commit 2d664c2

Please sign in to comment.