[google-appengine] disable, delete, remove ID/Name in a kind (table)

2011-05-30 Thread David Stone
Hello,

I click on DataViewer to see my kinds (tables). No matter which kind
(table) i look into and i always see the property (attribute) ID/
Name. I have not found any use of this attribute and really want to
disable or remove or delete it.

Is there any way to do so?

Thanks!

David

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] disable, delete, remove ID/Name in a kind (table)

2011-05-30 Thread djidjadji
You can't. It's the primary key of the kind. The objects are fetched
using this key.

2011/5/30 David Stone minpeng2...@gmail.com:
 Hello,

 I click on DataViewer to see my kinds (tables). No matter which kind
 (table) i look into and i always see the property (attribute) ID/
 Name. I have not found any use of this attribute and really want to
 disable or remove or delete it.

 Is there any way to do so?

 Thanks!

 David

 --
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.