Re: alternate way for nested inline in django admin

2012-12-31 Thread carlos
it no posible nested inline in django !! On Sat, Dec 29, 2012 at 10:36 AM, Nikhil Verma wrote: > Hi All > > Can somebody explain me the workaround for this ticket 9025. I want to > nested inlines in my django admin > explained below. > > Thanks in advance > > On Fri, Dec 28, 2012 at 10:54 PM, Ni

Re: alternate way for nested inline in django admin

2012-12-29 Thread Nikhil Verma
Hi All Can somebody explain me the workaround for this ticket 9025. I want to nested inlines in my django admin explained below. Thanks in advance On Fri, Dec 28, 2012 at 10:54 PM, Nikhil Verma wrote: > Hi Guys > > Here are my models :- > > class Blog(models.Model): > """ > This model r

alternate way for nested inline in django admin

2012-12-28 Thread Nikhil Verma
Hi Guys Here are my models :- class Blog(models.Model): """ This model represents information that is stored about a blog. """ seo_tag = models.CharField(max_length=100) title = models.CharField(max_length=100, unique=True) description = models.TextField(verbose_name="con