Ryan Loil

Results 20 comments of Ryan Loil

m2m_transfer对于直接添加新记录(就是点击那个加号)会有这个问题,这个是比较典型的,我这边反馈还有两种情况,但是具体记不太清楚了。 2020-08-24 11:23:39"vip68" 写道: xadmin.widget.select-transfer.js 第172行修改为: box.options[i].selected = true; 然后在第73行前添加: if (box == this.to_box) { this.to_box[0].options[0].selected = true; } 修复的bug是必须点击一下右侧选中框才能提交这个问题。 没遇到你说的这个问题 — You are receiving this because you authored the...

Yeah, maybe. It never happened again in the past 10 days after all. But it happened again this morning. Still, it looks like that the webpage showed empty.

Showed up again twice without applying out-of-school > Reference in

考虑django 2.x已经移除了password_reset_confirm,debug的时候,将import改为 `from django.contrib.auth.views import PasswordResetConfirmView as password_reset_confirm` 考虑PasswordResetConfirmView本身是个类,参量是PasswordContextMixin这个类,所以我粗略判断应该是传递参数的时候 ` def do_view(self, request, uidb36, token, *args, **kwargs): context = super(ResetPasswordComfirmView, self).get_context() return password_reset_confirm(request, uidb36, token, template_name=self.password_reset_confirm_template, token_generator=self.password_reset_token_generator, set_password_form=self.password_reset_set_form, post_reset_redirect=self.get_admin_url('xadmin_password_reset_complete'), #current_app=self.admin_site.name,...

In my app, there is several problem that I found during development with jazzmin and smart-select: - the ChainForeignField in Admin Form is not working - the ChainForeignField in Admin...

OK, the second problem is not a problem - the original admin is not working either, they didn't make that function.

I wonder if it is possible to add a apps group design in this feature as it is quite necessary for a project with a series of apps. I'm working...

Here is the dependencies requirement list from [Metagpt 0.7.7 release version](https://files.pythonhosted.org/packages/bc/22/732a40ccd2da1164e5ce0b4e57fbf6ac530aae1e390fa475673cf862fb64/metagpt-0.7.7.tar.gz) from pypi > aiohttp==3.8.4 > channels==4.0.0 > faiss_cpu==1.7.4 > fire==0.4.0 > typer==0.9.0 > lancedb==0.4.0 > **langchain==0.0.352** > loguru==0.6.0 >...