-
Hi,
I am trying to get the taxonomy after a blast search and I came across your biopython scripts which they did look very promising.
Ihave tried them with a Mac 10.8.3 with python and biopython ins…
-
I have tried to use salmonella to replace raw_id it works quite well, but it has a major issue: its show the field information even if this information does not appear in the popup windows.
So imagin…
aaloy updated
11 years ago
-
I have two feature request for this nice widget:
- It would be nice to be able to remove selected records by clicking, and not only clearing them all.
- Second in the popup-window the user should has …
ghost updated
11 years ago
-
Hi,
I'm seeing a reproducible segfault with samtools 0.1.18 with two different BAM files. I haven't yet reduced it to a small test case. Hopefully the following backtrace will be helpful to you.
Che…
-
Hi,
If i have a model with a explicit primary key, that is, without the autofield id, salmonella crash with a message:
"GET /admin/salmonella/foo/foo/?id=1 HTTP/1.1" 500
For example, consider the m…
tiuma updated
12 years ago
-
I think salmonella shouldn't import itself in setup.py:
```
pip install -e git+git://github.com/lincolnloop/django-salmonella.git@86909f874012d1795f878ffeaa3bbd9b8e14d5a7#egg=django-salmonella
Obtain…
kmike updated
12 years ago
-
salmonella popup shows all users for this field (and selection doesn't work):
```
manager = models.ForeignKey(User, blank=True, null=True, limit_choices_to={'is_staff': True})
```
standard raw_id_wi…
kmike updated
12 years ago
-
It seems django-salmonella stops working with ManyToMany fields.
raw_id_fields, django 1.4 & M2M field: https://www.evernote.com/shard/s10/sh/488fc330-24be-4548-bb91-fdd1dbc62fe5/f4168e7f9d155b202263…
kmike updated
12 years ago
-
When using the salmonella widget there really is no need for the textfield to be displayed. It might be useful for people who knows the ID they will use, but who knows that?
-