Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion #12586: Name error in the model validtion docs
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Django  
View profile  
 More options Jan 12 2010, 12:08 am
From: "Django" <nore...@djangoproject.com>
Date: Tue, 12 Jan 2010 05:08:30 -0000
Local: Tues, Jan 12 2010 12:08 am
Subject: [Django] #12586: Name error in the model validtion docs
#12586: Name error in the model validtion docs
---------------------------+----------------------------------------------- -
 Reporter:  phyfus         |       Owner:  nobody    
   Status:  new            |   Milestone:  1.2      
Component:  Documentation  |     Version:  SVN      
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+----------------------------------------------- -
 http://docs.djangoproject.com/en/dev/ref/models/instances/#validating-
 objects contains the following text:

 {{{
 try:
     article.full_validate()
 except ValidationError, e:
     # Do something based on the errors contained in e.error_dict.
     # Display them to a user, or handle them programatically.
 }}}
 The full_validate method was renamed full_clean.

--
Ticket URL: <http://code.djangoproject.com/ticket/12586>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.