Re: Many to many ajax widget for admin

2010-08-02 Thread Carlos Ricardo Santos
in the django admin) > > > > > But I haven't seen anything in their documentation about support for > > > intermediary models like my Authorship model. > > > > > Has anyone had this problem and found a solution for it? > > > > > - Sævar > &

Re: where is my os.path

2010-08-02 Thread Carlos Ricardo Santos
st to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Cumprimentos, Carlos Ricardo Sa

Re: relative links to css, images, javascript -> problem

2010-03-08 Thread Carlos Ricardo Santos
ks > Martin > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr..

Django 1.0 admin - no "select all" checkbox

2010-02-27 Thread Carlos Ricardo Santos
Anyone noticed that django 1.0 admin has no "select all" checkbox in every model object view?\ Do i have to clear objects in shell if I need to clean them all? -- Carlos Ricardo Santos -- You received this message because you are subscribed to the Google Groups "Django users&

Re: Twitter API

2009-12-27 Thread Carlos Ricardo Santos
Sorry.. scrobble is Last.fm, LOL :D 2009/12/27 Carlos Ricardo Santos > You have python-twitter and pyscrobble. > > > 2009/12/27 Mario > > Good afternoon, >> >> Is there a Twitter API that would allow me to update a Twitt via >> Django? If so would yo

Re: Twitter API

2009-12-27 Thread Carlos Ricardo Santos
oup at > http://groups.google.com/group/django-users?hl=en. > > > -- Cumprimentos, Carlos Ricardo Santos -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsub

Re: about django model save

2009-12-26 Thread Carlos Ricardo Santos
send email to > django-users+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > > -- Cumprimentos, Carlos Ricardo Santos -- You received this message because you are subscribed to

Re: about django model save

2009-12-25 Thread Carlos Ricardo Santos
> > phone_num > > > > > > Br, Chen Gang > > > > -- > > > > You received this message because you are subscribed to the Google > > Groups "Django users" group. > > To post to this group, send email to django-us...@googlegroups.co

django.contrib.comments Templates

2009-12-12 Thread Carlos Ricardo Santos
-django-comments/ but when I try to comment, no "preview comment" page appears. Anyone has ever tried to change comments templates? Carlos Ricardo Santos -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Django HTTPS and HTTP Sessions

2009-12-10 Thread Carlos Ricardo Santos
Is is possible to change the uploaded filename like: request.FILES['file']['filename']=current.user.username+'_'+str( current.user.id) It says 'InMemoryUploadedFile' object does not support item assignment. Anyway to override this? Thanks. -- You received this message because you are subscrib

Re: Django Flatpage Internationalization BUG

2009-12-07 Thread Carlos Ricardo Santos
> > > . > > For more options, visit this group athttp:// > groups.google.com/group/django-users?hl=en. > > -- > > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email

Re: Django Flatpage Internationalization BUG

2009-12-07 Thread Carlos Ricardo Santos
Check in the admin panel if you have linked it to a site, then check settings.Py if the site_id matches the id of the site you associated in the admin. On Dec 7, 2009 12:08 PM, "Cyberbiagio" wrote: Hi, i'm a new django developer, i need help for a strange bug: I have a web sit in 2 languages:

Re: Django tag cloud

2009-11-21 Thread Carlos Ricardo Santos
oup, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=. > > > -- Cumprimentos, Carlos Ricardo

Re: Django i18n

2009-11-16 Thread Carlos Ricardo Santos
I think pt-BR will fit. Just can't understand why the backoffice is translated and the main app not : ( Even in pt-Pt. On Nov 17, 2009 2:30 AM, "Kenneth Gonsalves" wrote: On Monday 16 Nov 2009 9:46:58 pm Carlos Ricardo Santos wrote: > I use to folders at app/locale: > &g

Django i18n

2009-11-16 Thread Carlos Ricardo Santos
sponding to my language change request... I use to folders at app/locale: pt-PT en-GB Any ideas? Someone has implemented a foreign language before? Thanks in advance. -- Carlos Ricardo Santos -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Auth and Sites in Admin

2009-11-14 Thread Carlos Ricardo Santos
more options, visit this group at > http://groups.google.com/group/django-users?hl=. > > > -- Cumprimentos, Carlos Ricardo Santos -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dja

Re: weird error on django basic blog

2009-11-14 Thread Carlos Ricardo Santos
group at > http://groups.google.com/group/django-users?hl=. > > > -- Cumprimentos, Carlos Ricardo Santos -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googleg

Re: User.objects.filter( theUser.get_profile().paid='No' )

2009-11-14 Thread Carlos Ricardo Santos
2009/11/14 Karen Tracey > On Sat, Nov 14, 2009 at 11:21 AM, Carlos Ricardo Santos < > carlosricardosan...@gmail.com> wrote: > >> Hi, >> >> I extended the user class with a UserProfile, with the Django docs >> tutorial. >> But now I need to do a query to

User.objects.filter( theUser.get_profile().paid='No' )

2009-11-14 Thread Carlos Ricardo Santos
* ** }* * ** )* But the template raises an exception: "Caught an exception while rendering: only a single result allowed for a SELECT that is part of an expression" Any advices? -- Greetings, Carlos Ricardo Santos -- You received this message because you are subscribed to th