Re: intcomma ini django admin

2010-07-24 Thread Ronald
Hi Alex, Sorry if I was not clear on my question. I knew about the function intcomma but I wonder how do I make all the label in admin to use that and display 1000 as 1,000 Would be great if you can help me on this Thanks On 24 Jul, 21:18, Alexandre González wrote: > Try with this:http://docs.

Re: intcomma ini django admin

2010-07-24 Thread Ronald
Hi Alex, Sorry if I was not clear on my question. I knew about the function intcomma but I wonder how do I make all the label in admin to use that and display 1000 as 1,000 Would be great if you can help me on this Thanks On 24 Jul, 21:18, Alexandre González wrote: > Try with this:http://docs.

Re: intcomma ini django admin

2010-07-24 Thread Alexandre González
Try with this: http://docs.djangoproject.com/en/dev/ref/contrib/humanize/ On Sat, Jul 24, 2010 at 06:54, Ronald wrote: > Hi there, > > Im a new django guy here so apology if i am asking a stupid question. > > Can you comma separate an integer field in the admin interface > for example > 1 -> 1 >

intcomma ini django admin

2010-07-23 Thread Ronald
Hi there, Im a new django guy here so apology if i am asking a stupid question. Can you comma separate an integer field in the admin interface for example 1 -> 1 10 -> 10 100 -> 100 1000 -> 1,000 I know intcomma does that but how do you do that in admin Thanks very much in advance -- You rece