-
Hi Tom,
## Issue
When trying to view an API view which utilises a serializer with a `RegexField` the browsable api view explodes with a `TypeError`. (I have attached my traceback after this message).…
-
I found the domcleanup plugin for ckeditor, and that seemed like ti might be responsible.
to test things out:
I got rid of the div -> p remap, and added div to the allowed_tags var.
divs don't turn…
-
From @cholmes "When you 'add layers' two instances of the GeoNode's GeoServer show up. One is labeled 'My GeoServer WMS' (at least if you don't change the name - do we recommend changing that name in …
-
First of all , a brilliant application , and thank you for all the help till now .
This is my forms.py
from django import forms
from openmaps.models import Open_Layers
from django.contrib.admin imp…
ghost updated
13 years ago
-
I have an app called openmaps.
The forms page looks like this
from django import forms
from openmaps.models import Open_Layers
from django.contrib.admin import widgets
import floppyforms as forms…
ghost updated
13 years ago
-
Hi,
I' just noticed the same bug in v0.4 as I reported in issue #41 for v0.3. The Map Widget's _has_changed() method does not work correctly, which results in admin log changed entires for all geomet…
tspng updated
13 years ago
-
Hi,
I' just noticed a bug in v0.3 (didn't check multi branch, maybe there is the same problem) which results in admin log changed entires for all geometry types, whether they have been changed or not…
tspng updated
13 years ago
-
Hi
I mentioned this on pinax-users http://groups.google.com/group/pinax-users/browse_thread/thread/d764aed5ab7bdbec and we exchanged a few emails.
In discussion with Brosner on IRC we (he) found the…
-
Hello,
here is a patch that prevent olwidget to loose Z (height) information, I know geodjango does not (yet) fully support this but It will not hurt anyway.
```
--- /home/ale/public_html/django/it…