-
Hi,
I have a problem with django-discover-runner and custom model's abtrsact class.
Example:
# lib.py
```
from django.db import models
class ModelAbstract(models.base.ModelBase):
def __new__(c…
-
> [!NOTE]
> This issue is a duplicate of #971 but includes a full description for searchability and links to history on the tracker itself.
## What is the Current Behavior?
Assume a fixed schem…
tony updated
2 months ago
-
#### Description:
This card is about exploring the possibility of implementing RLS at the postgres level, below the Django ORM.
A good set of examples can be found here: https://pganalyze.com/blog…
-
While clicking around with two people on the test server I commonly see the following error appear. After waiting a few seconds and refreshing the page, the error will often resolve itself.
**To R…
-
Hi 👋🏻
I'd to share an idea for private settings, a new feature for the `django-appconf`.
Consider the following example:
```python
class MyAppConf(AppConf):
PUBLIC = ...
_PR…
-
I'm trying to use django-webtest via pytest on a Django project that doesn't have `django.contrib.auth` in its `INSTALLED_APPS`. I also want to turn CSRF checks off in my tests, so I've put the follow…
-
## Description
I cant produce any meta data with the instructions given fore views-meta
## Steps to reproduce
I'm using Django version 3.1.14 and I followed all the steps in the instruction…
-
Hi,
I've model like this
class AbstractClass(models.Model):
field = models.ForeignKey("related_field")
class Meta:
abstract = True
class RealClass(Abstr…
-
Hi,
I'm having trouble implementing autocomplete in my project. When I added `app_name='foo'` to `urls.py`, the autocomplete stopped working and the error message displayed was `NoReverseMatch for …
-
```
django-admin-sortable2==2.1.9
django-debug-toolbar==4.2.0
- django [required: >=3.2.4, installed: 4.2.4]
django-enum==1.2.1
django-import-export==3.2.0
```
A rule can have multiple sort…