-
The app http://fifty50.pythonanywhere.com/admin/users/user/ doesn't update the first and last name. It reverts back to the original name entered when signing up. It does change the preferred name of t…
-
とりあえずはメールをおくれればいいかなって。
フォーム作ってもいいけど
-
Is there any way to render a field with a different widget type?
I need to render a select input into a text input.
In the django Form class, for specific reason, I can't set widget=forms.TextInput,…
-
Create forms for all the above tables. "View Member" page can be used as a theme.
-
-
```
Hi,
I integrated django-tagging with the TagIt jQuery plugin
(http://webspirited.com/tagit/?page=tagit), and want to share the small
enhancement.
The TagIt plugin uses a ul/il construct to ma…
-
```
Hi,
I integrated django-tagging with the TagIt jQuery plugin
(http://webspirited.com/tagit/?page=tagit), and want to share the small
enhancement.
The TagIt plugin uses a ul/il construct to ma…
-
In the snippet admin page, if the model has a unique together constraint that is violated on save, the error message displayed shows the field name rather than the verbose name:
![image](https://us…
-
Hello,
Thanks for this awesome plugin (I'm using `0.9.0`, Django `1.7.4` and Python `3.4.x`).
Not sure if this is a feature or if I have things not fully setup/functional, but I noticed if I type-in…
-
So I did something that seems to be pretty simple to me, but maybe I'm just doing it wrong since its been a few versions since I worked with django, as what I think should be should be simple is fail…