Matt Covalt
Matt Covalt
**Problem** Foreign key lookups don't upcast to their actual type when a parent polymorphic model inherits from an [abstract base class](https://docs.djangoproject.com/en/3.0/topics/db/models/#abstract-base-classes). This is inconsistent with the behavior described [here](https://django-polymorphic.readthedocs.io/en/stable/advanced.html#manytomanyfield-foreignkey-onetoonefield). Example:...
The following relationships conflict: - `ImageSet` → `Raster` → `RasterMeta` → `SpatialEntry` - `ImageSet` → `ImageSetSpatial` → `SpatialEntry`
This theme is so well integrated with elementary that I find myself double clicking the tab bar for a new tab like I do with other elementary applications. Is this...
I am using an iterative solver within another iterative process. It would be nice to preallocate and reuse the iterable structs instead of reallocating at each call. Is this possible/convenient...
When using high latency connections (international mail server + VPN), operations such as "delete" do not seem to work at all. Perhaps an attempt is made to preform such an...