Re: EmailField max_length of 75 characters should be 256 acccording to RFC 5321

2010-02-17 Thread Russell Keith-Magee
On Thu, Feb 18, 2010 at 8:15 AM, Artem Skvira wrote: > Hi all, > > Following the django's tracker policy I'dlike to discuss this issue > here instead of re-opening the ticket (http://code.djangoproject.com/ > ticket/12900#comment:1) > > My problem with current limitation

EmailField max_length of 75 characters should be 256 acccording to RFC 5321

2010-02-17 Thread Artem Skvira
Hi all, Following the django's tracker policy I'dlike to discuss this issue here instead of re-opening the ticket (http://code.djangoproject.com/ ticket/12900#comment:1) My problem with current limitation of 75 characters is that it does not allow me to use auth.User.email for storage of login

Re: non-english filenames broken on Windows after r10693

2010-02-17 Thread Václav Řehák
On 17 ún, 22:07, Karen Tracey wrote: > 2010/2/17 Václav Řehák > > > the changeset 10693 fixing #11030 (File uploads break on non english > > filesystem encoding) introduced a problem with non english filenames > > in my setup (Windows XP or 2003,

Re: Potential bug in select_related() as of Beta

2010-02-17 Thread subs...@gmail.com
bmodels.Contact.objects.select_related('IR_contact','consumer_contact','program','consumer').filter(consumer__file=file).order_by('- date') Yeah, I figured as much. -S On Feb 17, 4:34 pm, Jeremy Dunck wrote: > Erm, and the queryset creation. > > Also, people are en route to

Re: Potential bug in select_related() as of Beta

2010-02-17 Thread Jeremy Dunck
Erm, and the queryset creation. Also, people are en route to PyCon, so responses may be a bit slow. On Wed, Feb 17, 2010 at 3:30 PM, subs...@gmail.com wrote: > http://dpaste.com/160722/ > > class Contact(models.Model): >    program = models.ForeignKey('agency.Program') >    

Re: Potential bug in select_related() as of Beta

2010-02-17 Thread subs...@gmail.com
http://dpaste.com/160722/ class Contact(models.Model): program = models.ForeignKey('agency.Program') consumer = models.ForeignKey('consumer.Consumer',null=True,blank=True) date = models.DateField('Contact Date') notes = models.TextField() date_added =

Re: Potential bug in select_related() as of Beta

2010-02-17 Thread Jeremy Dunck
We'll need your model definitions in order to help much. On Wed, Feb 17, 2010 at 2:54 PM, Steve wrote: > Hello all, > > I believe select_related is creating some extraneous joins in situations > where one is joining child models from a base model (model inheritance). > > Take

Re: non-english filenames broken on Windows after r10693

2010-02-17 Thread Karen Tracey
2010/2/17 Václav Řehák > the changeset 10693 fixing #11030 (File uploads break on non english > filesystem encoding) introduced a problem with non english filenames > in my setup (Windows XP or 2003, Python2.6, Apache). If I upload a > file with czech characters (e.g.

non-english filenames broken on Windows after r10693

2010-02-17 Thread Václav Řehák
Hi all, the changeset 10693 fixing #11030 (File uploads break on non english filesystem encoding) introduced a problem with non english filenames in my setup (Windows XP or 2003, Python2.6, Apache). If I upload a file with czech characters (e.g. čeština.txt - the first character is ccaron or

Re: Serialization of single object instead of only querysets.

2010-02-17 Thread orokusaki
Will do. Piston looks pretty cool. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to

Re: Serialization of single object instead of only querysets.

2010-02-17 Thread orokusaki
@Everyone I apologize if I came across as using hyperbole or idiotic. I never said I was hushed here, not even one time. I was hushed on code.django and sent here. Yes hushed might be a bit of an exaggeration, somebody basically closed my ticket and says go get consensus before reopening a ticket,

Re: Serialization of single object instead of only querysets.

2010-02-17 Thread orokusaki
Addendum: I might be simply abusing `serialize`. I'm using it as a Django compatible `json.dumps` in order to provide a JSON API from my models to my JSON-RPC client. There seems to be no more extensible way. If this isn't one of the intended uses, let me know and I'll leave it alone. Again I

Re: template rendering problem plz look at this.

2010-02-17 Thread Russell Keith-Magee
On Wed, Feb 17, 2010 at 5:26 PM, chiranjeevi muttoju wrote: > > Hi, > Actually my aim is to load the iframe when i click my link(play) in facebook. > i get the functionality working fine but the problem is after loading the > iframe with desired content, it

template rendering problem plz look at this.

2010-02-17 Thread chiranjeevi muttoju
Hi, Actually my aim is to load the iframe when i click my link(play) in facebook. i get the functionality working fine but the problem is after loading the iframe with desired content, it becomes blur.. I dont know what the problem is. please see the bellow screen short . After clocking the play

Re: template rendering problem plz look at this.

2010-02-17 Thread Dougal Matthews
The django-developers mailing list is for the discussion about the development of django itself, not using django. Please use the django-users mailing list and don't cross post between the two. Dougal On 17 February 2010 09:26, chiranjeevi muttoju < chiranjeevi.mutt...@gmail.com> wrote: > >