-
### Describe the issue
When attempting to OpenAI translate an entire component, I get "MachineTranslationError: Could not parse assistant reply".
A sample log:
```
celery-translate stderr | [202…
-
When attempting to run ODM2 Admin with a conda environment generated from requirement.txt some errors are encountered:
1) inline forms were not rendering, I'm guessing this has to do with this impo…
-
**Describe the bug**
* In Journal Manager clicking the "Enroll Users" results in an exception (see Logs section).
**Janeway version**
`v.1.4.3-RC-4`
**To Reproduce**
Steps to reproduce the be…
-
Apparently, there's a typo in line as_dict() method of RemoteMultiWidget class in widgets.py, missing an argument to the append() call. Will attach the patch in a minute.
ghost updated
10 years ago
-
When a measurement is posted, it is displayed as one hour in the future.
I'm not familiar with Django time zone stuff, so this is to record my learnings.
The [docs say](https://docs.djangoprojec…
-
while `django-recaptcha` and `django-hcaptcha` can be used out-of the box with a very small extension of related .py, e.g.
```
...
+# CAPTCHA support
+from django.conf import settings
+from cap…
-
Notification app 에서 RemovedInDjango19Warning이 뜸.
django.contrib.contenttypes generic 메서드가 제거 될 예정이므로 바꿔야 함
-
* Package version: django-crispy-forms 1.14.0, crispy-bootstrap5 0.7
* Django version: 4.1
* Python version: 3.10
* Template pack: bootstrap5
### Description:
Crispy renders the form's Media …
-
#### Description
DjangoOptions class of a DjangoModelFactory is missing attributes post `__init_subclass__`
#### To Reproduce
Run the code below, blows up without actually creating the PollFactor…
-
A good point was brought up by @sdevalapurkar in #133 that we're doing backend error checking for simple form validation like empty forms. We should try avoiding this and add more frontend error check…