-
```
What steps will reproduce the problem?
I found this problem by creating a django admin interface that had an inline
model. I wanted to
allow searches (as in search_fields) to run through fields…
-
```
Hi -
It's very well possible that my lack of Python knowledge is causing this,
but I was wondering whether it would be possible to add extra attributes
to the Tag model without having to touch …
-
```
Hi -
It's very well possible that my lack of Python knowledge is causing this,
but I was wondering whether it would be possible to add extra attributes
to the Tag model without having to touch …
-
Possibly the fix should be in appmap-js?
LLM emits the following patch file. The first line of the patch is un-indented (indented at level 0).
```
I'll help implement the solution to fix the Q…
-
Hi,
I have read the documentation around data loaders from your site, but I can't make them to work.
I followed exactly your examples but when I run the Query I get:
INFO: Uvicorn running on …
-
为了保证运营的需要,有时会对搜索数据的准确做及时的刷新,
孙总曾在微信上说过要提供这种接口。
麻烦明确一下什么时候会提供这样的接口。
-
```
Hi -
It's very well possible that my lack of Python knowledge is causing this,
but I was wondering whether it would be possible to add extra attributes
to the Tag model without having to touch …
-
```
Hi -
It's very well possible that my lack of Python knowledge is causing this,
but I was wondering whether it would be possible to add extra attributes
to the Tag model without having to touch …
-
ie.:
``` python
class Product(models.Model):
name = models.CharField(u'Name', max_length=100, null=False)
slug = models.SlugField(u'Slug', max_length=100, null=False, blank=True)
descript…
-
Hi @carltongibson,
I'm here again, because your solution seems really interesting to me. I noticed, though, that the `email` field remains with `blank=True` parameter and since it's not a required f…