-
I was working on some tests with the `stas/tiny-m2m_100` model, and I ran into an issue where new language codes that were added to the tokenizer seem to not be properly saving. When the tokenizer is …
-
I'm trying to clone objects including their m2m fields using a solution I found on [StackOverflow](https://stackoverflow.com/questions/61584535/django-clone-the-recursive-objects).
Unfortunately I …
-
as_of() and m2m fields
receives in response the current non-history values for the m2m fields, how is it right to use as_of() with m2m fields?
-
type, published
-
```
I posted a comment on your blog and went away to come up with a decent
suggestion.
What steps will reproduce the problem?
1. M2M fields defined on a related object aren't serialised
I've attache…
-
I have read about the lazy connection at the bottom of this link
https://django-categories.readthedocs.org/en/latest/getting_started.html#connecting-your-model-with-django-categories
I have also read…
-
## Problem
When defining a M2M relation you can either create a table yourself:
```prisma
model User {
id String @id @default(cuid())
}
model Group {
id String @id @default(cuid())
}
mo…
-
There're 3 tables: users(id, ...), user_groups (user_id, group_id), groups(id, name, ...).
UserGroup class has:
```
belongs_to :user
belongs_to :group
```
User class has:
```
has_many …
-
### Actors
Alice and Bob manages a set of devices from different vendors.
Note: Alice and Bob can be organisations or individuals
### Pre-conditions:
Devices are registered with their domains ( #5 …
-
When the `m2m` Toolset Common branch is installed via composer, while the `Toolset Common Status` is enabled, on page reload I get the following error:
```
PHP Fatal error: Uncaught Error: Call t…