Re: override render_to_response

2009-03-16 Thread Malinka Rellikwodahs
On Mon, Mar 16, 2009 at 12:42, a b wrote: > Hi, > > I'm building a one page app with no page refresh. > All the content is loaded as JSON dynamically and the UI is built using > javascript. > > I'm using external django apps and I need them to send back the context dict >

Re: My app is missing!

2009-02-18 Thread Malinka Rellikwodahs
my first gues would be you are not in the akonline folder On Wed, Feb 18, 2009 at 15:54, djandrow wrote: > > Hello all, > > I've been trying to add a few extra fields to my model, as part of my > blog app. So then I tried sqlall: > > python

Re: trouble with yesno to generate images

2009-01-26 Thread Malinka Rellikwodahs
This is just a quick guess without really knowing anything about the yesno filter, but I would try single quotes inside the html in your yesno filter eg On Mon, Jan 26, 2009 at 16:39, Margie wrote: > > Hi, > > I am trying to generate a symbol for true and false in my

Re: Automatically Generating Non-Ajax Client-Side Form Validation

2009-01-23 Thread Malinka Rellikwodahs
following you're link they discussed client side form validation just like you mentioned, not sure it's complete or what you need but http://eikke.com/tag/django-validation/ might have some useful information On Fri, Jan 23, 2009 at 12:52, Chris wrote: > > Is anyone aware

Re: Shouldn't blank=True imply null=True?

2009-01-06 Thread Malinka Rellikwodahs
On Tue, Jan 6, 2009 at 17:47, Malcolm Tredinnick wrote: > This thread is about whether blank=True, null=False (the fourth > possibility) ever makes sense for non-text fields. not sure if django supports binary data or any form of arrays but in those cases it could

Re: Newbie: Help to understand string handling

2009-01-06 Thread Malinka Rellikwodahs
On Tue, Jan 6, 2009 at 16:49, Jeff Anderson wrote: > phoebebright wrote: >> Thanks for your response. Do you think a working knowledge of python >> is essential for django then? And do I import modules the same in >> django and python? Are there any python things you

Re: Outdated data in django page rendering w/ cacheing disabled

2009-01-05 Thread Malinka Rellikwodahs
On Fri, Jan 2, 2009 at 09:56, Rajesh Dhawan wrote: >> >> As far as I can tell there is no reason for this data to be outdated >> on browser refresh, I've tried looking through the documentation and >> other places to find what could be causing this > > You didn't include