Alex

Results 18 comments of Alex

My system is `Nvidia shield` with `Kinoni Streamer` and the `PC` running that program. The first thing I looked for was gamepad support.

I'm having the same problem with celery in Windows. The only option that works as expected is threadpool.

haystack works perfectly. The problem I discovered only appears when using rpyc. The problem is `SearchResult` class whose instances define the method `__getattr__`. Fortunately (for me) the `SearchQuerySet` class has...

Xapian developers recommend a different method: https://trac.xapian.org/wiki/FAQ/UniqueIds#Workingroundthetermlengthlimit Based on the link above I did something different: [Fix long term](https://github.com/alexsilva/xapian-haystack/commit/a53523d2d0d13929a0729d487e7af79b57ee17a6)

@greatwolf I discovered and fixed this problem My fork of this project though entirely dirente, had the same problem. I was able to resolve using the code set: From line...

In your code I do not see the registration of the User model. Cause of error ``` {'title': '用户信息', 'url': self.get_model_url(User, 'changelist')} ``` Do `xadmin.site.register(User)`

``` def formfield_for_dbfield(self, db_field, **kwargs): if isinstance(db_field, models.ManyToManyField): # your code goes here ```

Install [requirements ](https://github.com/sshwsfc/xadmin/blob/master/requirements.txt)

Upgrading to v4 is basically changing the variable to bootstrap4, besides the scripts and plugins jquery. https://github.com/alexsilva/django-xadmin/blob/master/xadmin/__init__.py#L22 But this generates some side effects

I'm working on the update: [bootstrap4](https://github.com/alexsilva/django-xadmin/tree/bootstrap4) `bootstrap 4+ | jquery 3+` All plugins are being updated. [dependency list](https://github.com/alexsilva/django-xadmin/blob/bootstrap4/xadmin/static/xadmin/bower.json)