On Aug 1, 2007, at 6:31 PM, Russell Keith-Magee wrote:
>
> On 8/2/07, Don Arbow <[EMAIL PROTECTED]> wrote:
>>
>> I am running Django with PostgreSQL 7.3.3. The get_sql_flush() method
>> in django/db/backends/postgresql/base.py uses "ALTER SEQUENCE",
On Aug 1, 2007, at 9:14 AM, Malcolm Tredinnick wrote:
>
> - There are still people using PostgreSQL 7.x. Anything prior to
> 7.3 is
> probably too hard to support. Setting the bar at 7.3 or 7.4 might be
> reasonable (I can't remember any big changes between those two).
> 8.0 is
> too recent, s
On Jul 5, 2007, at 10:19 AM, James Bennett wrote:
> Django is compatible with any version of Python greater than 2.3, as
> noted in the Django installation documentation:
>
> http://www.djangoproject.com/documentation/install/
You mean >=, right? :-)
Don
--~--~-~--~~~
On Jun 1, 2007, at 8:34 PM, kernel1983 wrote:
> I've write a session middleware myself instead of contrib.sessions. It
> uses memory instead of database. But it can be used only in dev mode
> just like the cache's simple backend.
Did you search Trac? This looks like it's already been proposed a
On Friday, May 25, 2007, at 06:53 AM, simonbun wrote:
>
> Sorry, I thought tagging and reporting the spam to Google would help.
>
Exactly, but better to just go to Google and do that than spread more
spam in this list.
There's no need whatsoever to acknowledge the spam within the list.
Don
On Feb 5, 2007, at 7:12 AM, Gary Wilson wrote:
> Is this spam filter stuff new with the new google groups or has it
> always been there? I never had a problem before, but I posted several
> messages a couple days ago (on the evening of Feb. 3rd I believe) and
> about 1/3 of them have not shown up
On Jan 29, 2007, at 5:22 AM, Russell Keith-Magee wrote:
>
> Hi All,
>
> I've just created two new tickets - #3389 and #3390.
>
> http://code.djangoproject.com/ticket/3389/
> http://code.djangoproject.com/ticket/3390/
These urls don't work with trailing slash, removing it works.
Don
--~--~---
On Jan 25, 2007, at 3:50 PM, Marc Fargas Esteve wrote:
> I'd then advocate for Don Arbow's solution, when you strip all the
> .svn directories you can add file telling the last revision pulled.
> something like django.VERSION would need to be updated on every new
> commit or it's revision would ne
On Jan 24, 2007, at 8:06 PM, Russell Keith-Magee wrote:
> On 1/25/07, Sean Perry <[EMAIL PROTECTED]> wrote:
>>
>> For example, admin A finds out about Django downloads a tarball /
>> checks out svn. He installs it to /usr/local/blah and writes some web
>> apps. At some point in the future admin B
On Jan 12, 2007, at 4:06 PM, Don Arbow wrote:
> Wasn't this dependent on query refactoring that Malcolm was working
> on?
>
Doh, I send my post and Malcolm's response arrives at the same time...
Don
--~--~-~--~~~---~--~~
You received t
On Jan 12, 2007, at 3:28 PM, John Sutherland wrote:
>
> On 12 Jan 2007, at 22:39, Jacob Kaplan-Moss wrote:
>> There's a few other things that aren't "unstable" per-se, but are
>> must-haves
>> for 1.0. I know everyone's gonna have their own list -- and one of
>> the
>> purposes of this thread is
Here's a few things to think about when you start putting lots of
logic code into your template.
What happens when your boss comes to you and says he wants the
contents of that page in another format like xml or some corporate
legacy reporting format? All your extraction logic is buried in
On Oct 11, 2006, at 8:11 AM, Mario Gonzalez ( mario__ ) wrote:
>
> Hello! I think we've been talking in irc, my nick is mario__ and now
> I really like to help to django code, if you let me. Sometimes sql
> queries returns NULL values and python change that with a None type,
> then I cannot sho
On Oct 2, 2006, at 9:14 PM, SmileyChris wrote:So, it seems obvious enough that a BooleanField should default to Falserather than return an empty string. What does an empty string mean interms of a BooleanField anyway? I'd assume False :)No, a BooleanField should not default to False, the default sh
On Sep 14, 2006, at 9:41 PM, jp wrote:
>
> It is worth noting that parse_file_upload in django.http uses those
> email and mail libraries a lot. For what I don't know.
Django uses the email libraries to parse the uploaded content as HTTP
uses MIME encoding for file uploads.
Don
--~--~
On Sep 13, 2006, at 7:09 PM, Gary Wilson wrote:
>
> Out of curiosity, any one know for what reason using empty strings for
> CharFields is the Django convention? Technically, isn't an empty
> string still data? Isn't it a bit confusing that some fields get
> default values and others do not? Ex
Occasionally, simply mousing over a link on the Trac search results
page causes Safari to crash.
Here is the ticket and the changeset that provides a javascript fix.
The fix looks fairly benign (I guess Safari doesn't like the splitText
() function).
http://trac.edgewall.org/ticket/3451
htt
On Sep 11, 2006, at 11:25 AM, Gary Wilson wrote:
> The name field does not have blank=True or null=True set, but yet I am
> able to create a new Name object using no parameters (because
> CharFields and children are defaluting to empty string). Is this the
> intended behavior?
Yes, from the docu
18 matches
Mail list logo