-
Using Django `3.2` and Jazzmin `2.5.0`:
The `DecimalField` and `FloatField` (and possibly others) from the model have no style in the forms because none of the following CSS selectors match the HTM…
-
Affects all current branches. The following code generates a fatal error if you attempt to filter by a field such as one which you might find on a `ManManyList` via a `$many_many_extraFields` value:
…
-
Django 1.6.2
django-suit 0.2.4-0.2.9
django-suit-reactor 0.2
Scenario:
2 Models - parent and FK with SortableStackedInline in admin and reactor widget over field
```
class PageInline(SortableTabular…
-
I've got this error which is caused by using a GeneratedField. Before migrating to GeneratedField, we used to use a migration script to create the generated field and django-filter has no issue with i…
-
## Affected Version
3.*, 4.*
## Description
In some locales, currencies use different separators, eg in Dutch (Netherlands) we use '€1.000,00' (as opposed to '$1,000.00'). The Currency field …
-
Running smoke tests with this added, and the following comes out many times for lots of our models.
It is running on Django 3.0 on Python 3.8
I can try to narrow it down, but it is likely self expla…
-
In getCMSFields() a user might not realize they can retrieve the enumValues() via dbObject, so throw an error if the fieldname is equal to a DBField that uses enum wherein it's just a constant array o…
-
I need to override the WagtailImageForm to implement SVG support on my site.
Normally, I would just extend the model `Field` and override the `formfield` method to inject a custom form_class. Wag…
dopry updated
2 years ago
-
### Module version(s) affected
5.x-dev
### Description
See original ticket here: https://github.com/silverstripe/silverstripe-framework/pull/11363#issuecomment-2342335405
> To sum up what'…
-
xadmin使用formfield_for_dbfield函数进行表单选项过滤的时候有时候ok有时候报错,
报错提示__init__() got an unexpected keyword argument 'queryset'
`# -*- coding: utf-8 -*-
__author__ = 'xinghezhao'
__date__ = '17-1-1 下午11:41'
…