-
Because those modules are not in `site-packages`:
![image](https://user-images.githubusercontent.com/9897999/163542771-e4030936-37c4-4044-9f87-cb2ff73f7fd5.png)
Here it's an exemple with pyenv but…
-
Hi,
we are trying to do something like this:
```python
website_query = Website.with_trashed()
# apply filter
website_query = apply_filter(website_query, filter)
# total items
total_items …
-
### Describe the bug
JWT Auth token generates the same token
### Expected behaviour
_No response_
### Steps to reproduce the bug
_No response_
### Screenshots
_No response_
### OS
macOS
### …
-
**Describe the bug**
When using `.joins()` or `.join_on()` on a table with a predefined `belongs_to_many` relationship, the resulting query does not join on the pivot table.
**To Reproduce**
1. A…
-
**Describe the bug**
The `serialize` method modifies the internal `__attributes__` dict when an attribute is in `__appends__` and has an accessor.
I noticed this bug when I added the attribute to th…
-
### Is your feature request related to a problem?
Currently in 4.0 the Dictionary method for defining multiple field validation rules and customising them is not as easy as it could be.
Some custo…
-
needs a way to list the table columns so we can rework the model:doctstring command.
In order it was called `list_table_columns`:
example in orator:
```python
conn = (
…
-
### Describe the bug
when doing in a test
```python
self.actingAs(User.first()).get("/")
```
user is not logged in during the request to "/".
**What is happening ?**
I think it's because …
-
### Describe the bug
If you pass an `encrypted` value (such as from Fernet) to a route parameter, the route will not be resolved. I believe this is because the presence of `=` in the value is enough …
-
### Describe the bug
Release `4.11` fixed the lack of a `return self` in several TestCase methods. However, `None` was set as the return type, breaking IDE autocompletion when chaining.
### Expe…