-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Define the forms (do not need to be actually written)
- [x] Design Review Form
- [x] Design Add Movie Form
-
When posting to the API (Change Ticket) with an incorrect status the following is returned
```
Environment:
Request Method: PUT
Request URL: http://127.0.0.1:8002/api/itim/change/51
Dja…
-
This is an enhancement request for supporting django forms like django-graphene does. It would mean taking a django form, model or otherwise, and automatically generating an input type from the form …
-
# admin.py
```
from django import forms
from django.contrib import admin
from .models import Product, Category
class ProductAdminForm(forms.ModelForm):
category = forms.ChoiceField(choic…
-
#### Describe the bug
When I visit the admin snapshot page, archivebox returns Server Error 500. I think there's a small typo introduced in https://github.com/ArchiveBox/ArchiveBox/commit/f75ae805f82…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Issue Summary
Converting a `unique_together` to `UniqueConstraint` results in an uncaught `IntegrityError` when trying to add a duplicate in a related model with `InlinePanel`.
```py
…
-
**Describe the bug**
The editing page for the report recipes misses a front-end check to verify if the input is expected and allowed. By providing an unexpected value (e.g. the letter A) a Schedule e…
-
# Django Forms and Form Handling
Django provides a powerful and flexible form handling system that simplifies the process of handling HTML forms in web applications. The form system helps with ta…