-
I have an ArrayModelField inside a model which contains another ArrayModelField, Now for some reasons django admin displays me the nested form but when I save the data it throws this error 'NoneType' …
-
I've used dango-envelope in several projects so far (thanks for all the hard work!). Recently I tested it in combination with [django-floppyforms](https://github.com/gregmuellegger/django-floppyforms)…
-
# Overview
We're going for MySQL db for persistent storage so that it can be containerized. Figure out how it works with Django forms so we can manipulate and query data in that database.
# Output…
-
```
What steps will reproduce the problem?
1. Copy or link a recent checkout (r7631 in my case) into your project
2. Try running ./manage.py shell
3. Get errors and traceback.
What is the expected ou…
-
```
What steps will reproduce the problem?
1. Copy or link a recent checkout (r7631 in my case) into your project
2. Try running ./manage.py shell
3. Get errors and traceback.
What is the expected ou…
-
(testdjango2admin) lijinzhoudeMBP:d5admin lijinzhou$ pip install xadmin
Collecting xadmin
Collecting httplib2==0.9.2 (from xadmin)
Collecting django-formtools>=1.0 (from xadmin)
Downloading djan…
-
```
What steps will reproduce the problem?
1. Copy or link a recent checkout (r7631 in my case) into your project
2. Try running ./manage.py shell
3. Get errors and traceback.
What is the expected ou…
-
## Current Behavior
I get HTTP Error 410 at least with /account/login and /account/two_factor/setup routes when trying to use Yubikey. Error happens with request at Python3\lib\site-packages…
-
# The functionality
Django forms give the [ability](https://docs.djangoproject.com/en/5.0/ref/forms/fields/#iterating-relationship-choices) to override the `create_option()` function for custom Sel…
-
https://github.com/WiserTogether/django-remote-forms (Django project)
https://github.com/insin/newforms (JS project which was heavily inspired by Django.forms)