RowLevelPermissions and show_all_rows

2006-09-17 Thread Jay Parlar
Having a problem right now when settings show_all_rows to False in a model with OneToOne. Basic model is this (same as my other posts on OneToOne and RLP): class UserProfile(models.Model): home_address = models.TextField(blank=True,null=True) user = models.OneToOneField(User) class

Re: CharFields and children defaulting to emtpy string

2006-09-17 Thread Gary Wilson
David and I have both introduced use cases where defaulting to empty string have caused problems. What are some use cases where an empty string would need to be used instead of NULL? IMO, all FormFields should act the same and default to NULL. If you want the database field to default to someth

Re: RowLevelPermissions and OneToOne problem

2006-09-17 Thread Jay Parlar
On 9/17/06, Chris Long <[EMAIL PROTECTED]> wrote: > > Hey, > > Latest release should fix both. The user_id problem is related to the > generic relations used in the POP branch, I've written up a ticket > #2749 about it, but it has been fixed in my branch. > > Let me know how it goes. Worked perf

Re: Hosting ISPs

2006-09-17 Thread Ian Holsman
webfaction are good. but they are shared hosting, not LVS. On 18/09/2006, at 7:04 AM, A. Roark wrote: > > Hi all, > > I've noticed a number of people recommend Zettai but the website says > they will not be accepting any more customers. :( > > Such a pity because from the site their service opt

Hosting ISPs

2006-09-17 Thread A. Roark
Hi all, I've noticed a number of people recommend Zettai but the website says they will not be accepting any more customers. :( Such a pity because from the site their service options look excellent. Does anyone have any recommendations/tips? I have 2 sites I'd like to host, both DJango-based.

Re: CharFields and children defaulting to emtpy string

2006-09-17 Thread DavidA
gabor wrote: > > assuming that you want to differentiate between: > > - the user did not fill in the data > - the user's input was "" > > wouldn't it be better to represent this in html as a checkbox+an input > field? > > and by default have the checkbox unselected, and the input-field disabled.

Re: RowLevelPermissions and OneToOne problem

2006-09-17 Thread Chris Long
Hey, Latest release should fix both. The user_id problem is related to the generic relations used in the POP branch, I've written up a ticket #2749 about it, but it has been fixed in my branch. Let me know how it goes. Chris --~--~-~--~~~---~--~~ You received t

Re: RDBMS vs ODBMS

2006-09-17 Thread GinTon
GinTon wrote: > Anyway I contacted with eyedb.org in order to know its opinion about a > Python interface and the XML support. I received the following answer of Eric Viara, EyeDB.org: "We planned to introduce soon a plugin mechanism to facilitate the way to write language bindings such as PHP5,