[google-appengine] Re: problem with filtering in a referenceproperty dropdown - Django

2009-10-18 Thread Peter Newman
No I use the generic views: return update_object(request, object_id=key, form_class=ContactEditForm) On Oct 18, 12:37 am, ryan baldwin wrote: > Do you have different code that handles the POST? > - ryan. > > On Sat, Oct 17, 2009 at 1:19 AM, Peter Newman < > > > > peter.newman@googlemail

[google-appengine] Re: Will reducing model size improve performance?

2009-10-18 Thread Gaurav
I think there's a relationship (linear most likely) b/w the datastore performance and no. of properties in an entity (not necessarily their size). On Oct 18, 7:57 am, Jason Smith wrote: > Thank you very much, Andy. I was never totally certain I understood > exactly what Nick had said. > > In sh

[google-appengine] Incoming Mail Questions

2009-10-18 Thread Joshua Smith
Where can I find documentation of limits on the new incoming mail capability? Maximum message size, limits on # recevied, etc.? Also, is the following likely to cause problems because of size limits? msg.attachments = pickle.dumps(message.attachments) msg.put() msg is an object ext

[google-appengine] DataViewer on admin pages is broken for the "Delete" links/checkboxes... FYI

2009-10-18 Thread bigbirdtommy
Just noticed that: DataViewer on admin pages is broken for the "Delete" links/ checkboxes... FYI --~--~-~--~~~---~--~~ 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-a

[google-appengine] Re: Dwonload Easy Photo Recovery v2.6 + Portable | 5.51 MB

2009-10-18 Thread Prashant
this is a spam, right? check sender, it is nick.john...@google.com . even google employees are not safe from spammers ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group,

[google-appengine] Re: Add Domain does not work

2009-10-18 Thread JonRWarren
Are you saying that only by using google apps can we map a domain name to an app_engine app? That does not sound correct to me, from all I have read in the documentation we are able to map a domain name to an app_engine app without requiring use of google app. No? Am I mistaken? On Oct 18, 12:35 

[google-appengine] Re: Incoming email : why not app...@appspot.com ?

2009-10-18 Thread Prashant
filed a request on issue tracker, http://code.google.com/p/googleappengine/issues/detail?id=2279 --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Incoming Mail Questions

2009-10-18 Thread Joshua Smith
I'm not getting attachments on incoming email. Is the documentation incorrect about how they come in? On Oct 18, 2009, at 9:48 AM, Joshua Smith wrote: > > Where can I find documentation of limits on the new incoming mail > capability? Maximum message size, limits on # recevied, etc.? > > Als

[google-appengine] Remove tasks from TaskQueue

2009-10-18 Thread dflorey
Is there a way to delete all tasks from a queue? Due to I bug I've 5 tasks in a queue and this is killing even my paid quota CPU resources. I assume that tasks are stored in a hidden table. I've already tried with __tasks__ etc. but did not manage to guess the right name. Is there a way to del

[google-appengine] Re: Add Domain does not work

2009-10-18 Thread Gaurav
Signing up with google apps is required. http://code.google.com/appengine/articles/domains.html On Oct 18, 8:15 pm, JonRWarren wrote: > Are you saying that only by using google apps can we map a domain name > to an app_engine app? That does not sound correct to me, from all I > have read in the

[google-appengine] Indexes Stuck On Building

2009-10-18 Thread Arun Shanker Prasad
Hi All, I was deploying a new application there was no data in the datastore, there was some error while I was uploading the indexes and some of them were not able to be updated. This has caused my subsequent attempts to fail. I have had this problem before (unfortunately :-( ) I think I would ne

[google-appengine] Re: Domain Name and App Ownership Change Transfer

2009-10-18 Thread Bassil Karam
Hey that's pretty awesome thanks! It worked with my apps account, there is a special link in the confirmation email they send you just for apps. The one thing I can't do is remove the original user, so the app will always be related to my google account, but that's not a big deal as I can do everyt

[google-appengine] bulkloader: No descending index on __key__, performing serial download

2009-10-18 Thread bsb
I'm struggling a bit with this. I'm trying to bulk dump an entity in my datastore. I get the following info: [INFO] Model_mobileapp: No descending index on __key__, performing serial download Now, I added the following index: - kind: Model_mobileapp properties: - name: __key__ direct