diff options
| author | Simon Charette <charette.s@gmail.com> | 2013-02-05 04:16:07 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2013-02-05 04:16:07 -0500 |
| commit | ec469ade2b04b94bfeb59fb0fc7d9300470be615 (patch) | |
| tree | 3ac3933af79c848987e5fac87c07a6d057443e71 /docs/internals | |
| parent | 826d9de00e74a53d7cc65fcb2aaa5ccdf33674ab (diff) | |
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index df3d84fdae..50b9aa3c19 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -327,6 +327,8 @@ these changes. :class:`django.middleware.common.BrokenLinkEmailsMiddleware` middleware to your :setting:`MIDDLEWARE_CLASSES` setting instead. +* ``Model._meta.module_name`` was renamed to ``model_name``. + 2.0 --- |
