-
Do many to many fields work via admin imports? I keep getting something like this:
ValueError('"" needs to have a value for field "accession" before this many-to-many relationship can be used.',)
I…
-
In the admin view of the GooglePointFieldWidget the Map and Satellite buttons are not visible when fieldsets are set with the collapse class. For example:
fieldsets = [
...
('Provenience', …
-
I'm trying to test this out and I get the above error.
I'm on Python 2.7, Django 1.11
-
Does it support Django REST?
I don't see anything on this
-
I want use django-map-widgets in inline style.
```
class TransportAdminForm(forms.ModelForm):
class Meta:
fields = (
"coordinate",
"destination",
…
-
expected (new) date : 2017-04-01
expected features:
- Pandas-0.22.0
- PyQt5-5.9.1-5.9.2, Spyder-3.2.8
- Bokeh-0.12.15, Holoviews-1.10.0dev1 (jupyterlab compatibility)
- Notebook-5.4.1 (Term…
-
A list of icons that needs to be converted to SVG:
- [x] Laravel
- [x] CentOS
- [x] Bugsnag
- [ ] CMS Made Simple
- [x] Bolt CMS
- [x] DNN
- [ ] Datalife engine
- [x] Drupal
- [x] Expressio…
-
When you try to preview a file in Appraisal Tab > Analysis > Preview File, instead of showing the file it just immediately gets downloaded and the file never appears in the preview pane. Tested on aug…
-
Hi,
I don't understand these errors; I installed a few apps as below
1) cartoview_map_viewer
2) cartoview_feature_list
3) cartoview_charts_viewer
4) cartoview_summary_viewer
5) cartoview_colle…
lolob updated
7 years ago
-
The Map does not initialize correctly in the Admin if it's inside a hidden fieldset.
Great widget by the way!