Re: I need fix "non proper sql server support" in the next 3 weeks. What is next?

2007-07-31 Thread Julio Nobrega
; Forest Bond > http://www.alittletooquiet.net > > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFGr8FFRO4fQQdv5AwRAhpNAKCPBFYZ3E2DQqYecDdsI7M9lwBeJACdFRJm > PQkFscFmM48KdWAN4+lzNtA= > =Urox > -END PGP SIGNATURE- > > -- Julio Nobrega - http://www.inerciasensor

Re: Install issue wity MySQL on Windows

2006-12-05 Thread Julio Nobrega
On 12/5/06, edelberry <[EMAIL PROTECTED]> wrote: > > ENVIRONMENT: > Windows XP Pro > Python 2.4 > Apache 2.2 > mod-python 3.2.10 > MySQL 5.0 Did you install a Python Mysql module? I use this one: http://sourceforge.net/projects/mysql-python

Re: Support for MySQL's 0000-00-00 dates (ticket 443)

2006-11-27 Thread Julio Nobrega
On 11/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Julio Nobrega wrote: > > I don't think it Django should work/accept Mysql's -00-00. The > > correct data you need is NULL. > > In my experience i've seen the date '-00-00&#x

Re: Support for MySQL's 0000-00-00 dates (ticket 443)

2006-11-02 Thread Julio Nobrega
ity of supporting legacy > databases should be taken into account over the puristic view of not > dirting Django to confirm to MySQL's method of expressing > invalid/default data. > > -- William > > > > > -- Julio Nobrega - http://www.inerciasensorial.com.br

Re: If there was massive security hole found in Django, are there plans in place to deal with it?

2006-08-11 Thread Julio Nobrega
casions when the official patch is not even worth to apply, because it will break features and there's another way around to fix it. There's a lot of smart folks out there, believe in that :) -- Julio Nobrega - http://www.inerciasensorial.com.br --~--~-~--~~~-

Re: Django and browser game development

2006-06-20 Thread Julio Nobrega
anyone know of any previous browser game attempts with > Python or Django in general? My research yields little to no such > projects. > > > > > -- Julio Nobrega - http://www.inerciasensorial.com.br --~--~-~--~~~---~--~~ You received this messa

Re: using URLs that do not contain the primary key

2006-06-14 Thread Julio Nobrega
eld for a class, but not the primary key...is this possible? -- Julio Nobrega - http://www.inerciasensorial.com.br --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this

Re: dumping your django data

2006-04-17 Thread Julio Nobrega
mple applications with dummy data without knowing what the end-user > has for his database backend. > > Also, it would be very nice for migrating from one database type to the > other, all you would have to do is dump your data, edit your > settings.py and re-insert the data, django w

Re: SlugField utf-8 support

2006-04-13 Thread Julio Nobrega
the RFC, just showing that there's interest in URLs that use other characters. -- Julio Nobrega - http://www.inerciasensorial.com.br --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers"

Re: Client-side hashing of passwords before logging in

2006-03-24 Thread Julio Nobrega
I like these kind of solutions. Helps when you don't have SSL. Yahoo does something similar... On 3/24/06, SmileyChris <[EMAIL PROTECTED]> wrote: > > Oh what the heck, here's the patch: > http://code.djangoproject.com/ticket/1534. > > I'd still like t

Re: templates and html escaping

2006-03-03 Thread Julio Nobrega
ill be > automatically {{ escaped }} > {% endautoescape %} > > How does that sound? > > Jacob > > > -- Julio Nobrega - http://www.inerciasensorial.com.br --~--~-~--~~~---~--~~ You received this message because you are subscribe

Re: Ordering by table field connected in OneToOne relation.

2006-01-20 Thread Julio Nobrega
) will return me ordered by bazdata > field list . > > And how to write something like this expression: > bazs.get_list(order_by=['bardata']) - sort by field of another table. > > Thanks. > > -- --- Julio Nobrega - http://www.inerciasensorial.com.br

Re: SQL Referential Integrity (WAS: Bulk delete? on django-users)

2006-01-19 Thread Julio Nobrega
I think it's because some DBs don't implement it. SQLite afaik doesn't have anything like that, and Mysql, only on InnoDB tables (default from 4.0+, but still). Plus, it's not always about the data living on tables, running each delete() allows developers to exploit this, doing something in c