-
I tried to follow the doc example for django-mptt tree sortable
model.py
``` py
class FooterLink(MPTTModel):
link_text = models.CharField(max_length=120, blank=True,
…
-
Clicking on the contact tab in the Yii-advanced ContactForm fails to load the CustomForm.php model it relies on. It is using Composer's autoloader only and there has been no provision to include appli…
-
Make sure the modules are loaded only if they have the active status enabled. Force directive should also have precedence over the active state.
-
Not sure if bug: I have trouble with customization of complex fields through `model_form`
`field_args = {'myfield': {'label': 'Custom label'}}` works with `db.StringField()`, but have no effect with …
-
If you have the form enabled the custom class doesn't take into account if the select is a multiple select. The selector just needs to be adjusted slightly to exclude the the multiple attribute
$('fo…
-
Hi,
So I'm trying to add the spellchecker plugin to a custom model form and its not appearing. I've followed the docs and have the following in my settings.py:
``` python
TINYMCE_DEFAULT_CONFIG = {
…
ghost updated
11 years ago
-
Source code of http://onegov.ch contains very long inline css (in html) - should be put in a separate file (if needed at all) in order to allow for effective caching!
``` css
.tag{border-radius:3px;-…
-
I'm excited to have found this package for its core purpose of using email address as Django username. I'm also interested in collecting the user's name during registration. Do you have any advice o…
-
I did a custom download of foundation.
- all css
- none of the js
- none of the plugins
When I open the included index file I get the above error, but everything seems to work.
But when I start work…
-
I have a rails project using zurb foundation 2.x. I just tried your gem hoping that all will be working as foundation uses $.ready() function. But instead it breaks on the customforms plugin:
```
Typ…
Flink updated
12 years ago