-
### Environment
* Python version: 3.11.9
* Nautobot version: 2.2.4
* nautobot-ssot version: *How can I get that?* **probably** 2.6.1
### Expected Behavior
The /plugins/ssot/history/ would …
-
Hello,
I have a problem with _django-simple-history_ when I use cascade deletion on objects.
I have several tables in my database that inherit from other tables, so I’ve set the deletion to casc…
-
When a migration starts with custom table names which have foreign keys to other app; that then get renamed to django default tables later on, the flush command breaks.
The full error: cannot truncat…
-
On a brand new project start I install Django, ibm_db, ibm_db_django. I configure DB like so:
```
DATABASES = {
'default': {
'ENGINE': 'ibm_db_django',
'NAME': 'TEST',
…
-
With the move from sqlalchemy to django orm we lost the use of vertical tables and replaced them with json dictionaries (for variable properties). This is leading to scalability problems, and the obv…
-
- [x] use new CI token system
- [ ] specify cdhweb apps instead of all django tables
- [x] require `django-dbml>=0.5`
-
I am trying out danseschool, it looks like it has all I need for my non-profit ballet studio. Unfortunately, I can't get it to launch locally, following the guide here : https://django-danceschool.rea…
-
### Overview
We need to create the event_type table so that we can update a shared data store across hackforla.org, vrms, civictechjobs, and tables (onboarding) project.
#### Details
A table …
-
The MSSQL tests are lightning fast compared to Spark, but still a bit sluggish when compared to the SQLite ones:
```console
$ pytest tests/spec/ -k 'mssql and execute'
114 passed, 814 deselected in…
-
We had authored two applications since the beginning the project* The same has been part of the multi-tenancy architecture in a single database, semi-isolated fashion using a multi-schema approach. We…