Re: Customizable Separator for slugify

2011-01-10 Thread dffdgsdfgsdfhjhtre
99.9% of slugs in the wild use dashes instead of anything else, so an argument to the slugify function would be pointless. At any rate, you can always make a wrapper: def better_slugify(value, seperator='-'): return slugify(value).replace('-', seperator) -- You received this message becaus

Re: I18N locale per app resolving - documentation incorrect or bug?

2011-01-10 Thread Klaas van Schelven
Hi all, I'll just keep patiently bumping my own bugreport, i.e. http://code.djangoproject.com/ticket/14924 I also do have something new to add & request since last time on this list. I'd like to have some discussion on my own comment below: I'd like to have some input on the most desirable order

Re: Forms Parent ,Sibling reference

2011-01-10 Thread Daniel Corbe
sorry On 10 January 2011 16:32, Jonas H. wrote: > On 01/10/2011 06:39 PM, Daniel Corbe wrote: > >> Hi, >>How to get reference of one field form from another field form when >> both are in same form? >> >> > wrong list, head over to django-users > > -- > Jonas > > > -- > You received this mes

Re: Forms Parent ,Sibling reference

2011-01-10 Thread Jonas H.
On 01/10/2011 06:39 PM, Daniel Corbe wrote: Hi, How to get reference of one field form from another field form when both are in same form? wrong list, head over to django-users -- Jonas -- You received this message because you are subscribed to the Google Groups "Django developers" grou

Forms Parent ,Sibling reference

2011-01-10 Thread Daniel Corbe
Hi, How to get reference of one field form from another field form when both are in same form? -- 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 t

Easily adding a class to a widget through a form

2011-01-10 Thread dffdgsdfgsdfhjhtre
Does anybody like the idea of passing in a classname to a form field that will get rendered to the widget without having to manually override the entire widget? class PersonForm(forms.Form): phone_number = forms.CharField(class='person') zipcode = forms.CharField(class='person') class C

Re: post messages to facebook wall

2011-01-10 Thread linh truongthe
thanks 2011/1/11 Shawn Milochik > I shouldn't have replied previously on this list. I didn't realize which > list you'd e-mailed. > > This list is ONLY for the developers of Django itself. > > Please take your question to the django-users list: > http://groups.google.com/group/django-users?hl=en

Re: post messages to facebook wall

2011-01-10 Thread Shawn Milochik
I shouldn't have replied previously on this list. I didn't realize which list you'd e-mailed. This list is ONLY for the developers of Django itself. Please take your question to the django-users list: http://groups.google.com/group/django-users?hl=en Nobody will answer your question here. Shaw

Re: post messages to facebook wall

2011-01-10 Thread linh truongthe
Thanks. but please help me to post message to faebook wall in django. i findout that we can use facebook.GraphAPI.put_wall_post. But i donot see any example . so please me.

Re: post messages to facebook wall

2011-01-10 Thread Shawn Milochik
http://lmgtfy.com/?q=django+facebook+api -- 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 django-developers+unsubscr...

Re: post messages to facebook wall

2011-01-10 Thread Christopher Marchfelder
Hello, 2011/1/10 trương thế linh : > Hi every body, > I'm a newbie to django. > please suggest me an app to intergrate with django to do allow me to > post messages to facebook wall. This is the mainlinglist for the Django-Developers. If you have questions about django, please look at the django-

post messages to facebook wall

2011-01-10 Thread trương thế linh
Hi every body, I'm a newbie to django. please suggest me an app to intergrate with django to do allow me to post messages to facebook wall. It is better if there are example for this matter. Thanks -- You received this message because you are subscribed to the Google Groups "Django developers"