Re: Django 1.11 admin Bug!! list_filter get duplicated in other models admin

2018-06-18 Thread ebuild
oject.com/ > > On Wednesday, May 30, 2018 at 1:58:28 AM UTC-4, ebuild wrote: >> >> This is happening only after updated to from 1.8 to 1.11, using Eclipse. >> I have multiple model admin with different list_filter, what is happening >> is that when I go to* mo

Django 1.11 admin Bug!! list_filter get duplicated in other models admin

2018-05-29 Thread ebuild
This is happening only after updated to from 1.8 to 1.11, using Eclipse. I have multiple model admin with different list_filter, what is happening is that when I go to* modelA admin* page which has* list_filter* and then navigate to *modelB admin* I got the list_filter of *modelA *displayed

Re: Django Admin Page

2015-03-06 Thread ebuild
Check django1.8 compatibility with python2.7 On Friday, February 20, 2015 at 7:40:03 AM UTC+1, Tim Co wrote: > > Hello, > > We are trying to run a local development server for our django python app. > We are able to connect to our localhost index and get the "It Worked!" > Dango page. However

Django Admin, custom queryset, can't groupe by (Exception Value: 'dict' object has no attribute '_meta')

2015-02-21 Thread ebuild
I have this model which map to a postgresql view class AppModel(models.Model): nbr = models.BigIntegerField(blank=True, null=True) region = models.ForeignKey(AppWilaya,blank=True, null=True) date_preorder = models.DateField(blank=True, null=True) id =

Re: Filter_horizontal, applying filter on the right box - chosen items

2015-01-08 Thread ebuild
bj, evType, fn){obj.addEventListener(evType, fn > , false)} > {{ form }} > https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js&quot</a>; > > > django = {jQuery: $} > > {{ form.media }} > > Collin > > On Monday, January 5, 2015 at 12:39:39