diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-17 19:00:12 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-17 19:12:03 -0500 |
| commit | 0622bca5d1b25877167b7beda96edcd3ba58db8d (patch) | |
| tree | 32df33bbf2ac65345a65eb4ddbad6f462042c2d1 /docs/releases | |
| parent | 714277cb4cedd8290101f9c6b3e6382f192ae177 (diff) | |
Removed the validate management command per deprecation timeline.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.7.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 040190241c..b8fe9b257f 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -222,7 +222,7 @@ resolving those problems. The framework is extensible so you can add your own checks for your own apps and libraries. To perform system checks, you use the :djadmin:`check` management command. -This command replaces the older :djadmin:`validate` management command. +This command replaces the older ``validate`` management command. New ``Prefetch`` object for advanced ``prefetch_related`` operations. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -1681,7 +1681,8 @@ deprecated, use ``SplitDateTimeWidget`` with ``validate`` ~~~~~~~~~~~~ -:djadmin:`validate` command is deprecated in favor of :djadmin:`check` command. +The ``validate`` management command is deprecated in favor of the +:djadmin:`check` command. ``django.core.management.BaseCommand`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
