-
### Deployment Method
- [ ] Installer
- [ ] Docker Development
- [x] Docker Production
- [ ] Bare metal Development
- [ ] Bare metal Production
- [ ] Digital Ocean image
- [ ] Other (please provide a…
-
Description:
When using Django’s model and serializer as shown below, the FlowSerializer allows partial updates even when `partial=False`, due to `allow_null=True` for the flow_id field.
Model:
…
-
Hello @javrasya!
I'm Adding Proceeding Meta,don't display field "parents"
How to do?
Env: Python 2.7.6,Django 1.9.6,Django-river 0.9.0
-
Hello, I have the following models representing some `Data` that can be created by an `Annotator` which can either be a human `UserAnnotator` or an AI `AiModelAnnotator`
```
class Annotator(Polymor…
-
The fix from #201 does not include multi inheritance. Eg:
```python
class CustomManager(models.Manager):
pass
class BaseModel(models.Model):
custom_objects = CustomManager()
cl…
-
When upgrading from Django 1.6.5 and django_mptt 0.6.0 to Django 1.8.3 and django_mptt 0.7.4, the following case with TreeManyToManyField breaks:
I have two models:
```
class MerlotCategory(MPTTMode…
-
### Proposed Changes
- Set the default filter type for `models.ForeignKey` to `ModelMultipleChoiceFilter` in `nautobot/utilities/filters.py`:`BaseFilterSet.FILTER_DEFAULTS`
```py
mo…
-
I'm using jinja2 template in my django project now, But i also want to integrate django-meta in jinja2. as described in docs it is not working with jinja2 templates. But it is working fine with django…
-
### Python Version
3.11
### Django Version
4.1.7
### Package Version
1.5.1
### Description
Since 1.5.1 i get a warning like this for all my models using django-auto-prefetch:
```
vote.Questio…
-
backup database.
http://www.siddharta.me/2006/09/export-django-database-to-xml-file.html
# setup the environment
import os, sys
sys.path.append(os.pardir)
os.environ["DJANGO_SETTINGS_MODULE"] =…