-
I ran into an issue writing a data migration for a `ParentalManyToManyField` today where the data migration wouldn't write any data to the tables for that field. The migration looked something like th…
-
**Is your feature request related to a problem? Please describe.**
My application resides behind a Google Application Load Balancer. To parse the client's IP I must use the X-Forwarded-For header, [w…
-
I was surprised when setting up this library that you needed an additional auth backend.
I've hacked together versions of this before (far less sophisticated) and ultimately just parse the token an…
-
Update models to match the new setup where metadata and data files are stored on the disk as part of `core`.
- Establish the correspondence between [frictionless metadata schemas](https://framework…
-
Hi! First I want to thank you for the great library.
I run into an issue which appears in combination of different features inside library. Issue appears if one uses `ComponentDependencyMiddleware`…
-
**Project Abstract**
The product allows users to upload text documents from their computer, which are then
automatically categorized based on the document's content using natural language
processin…
-
Bro05 updated
6 years ago
-
`ruff check` produces false positive DJ012 for Django models like so:
```
class Person(models.Model):
name = models.CharField(xxxx)
def __init__(self, *args, **kwargs):
…
-
![image](https://github.com/MateDawid/BudgetManager/assets/65538657/12b7b89b-f7cc-41a8-a3df-0d14cac74c5b)
![image](https://github.com/MateDawid/BudgetManager/assets/65538657/7b0bcd77-6e9d-42a2-9d65-2…
-
### Issue Summary
The first line of the `get` method for `ReportView` is:
```
self.object_list = self.get_filtered_queryset()
```
And `get_filtered_queryset` is, by default:
```
…