-
I have noticed in one of your demo's- that actions and tick boxes are in fact working (yaay!). So I presume that's part of the "actions" branch in this repo? Please confirm
The demo here has it- http…
-
https://travis-ci.org
-
I have the following in forms.py
```
class ContactForm(autocomplete_light.ModelForm):
class Meta:
model = Contact
fields = '__all__'
```
and in admin.py
```
class ContactAdmin(M…
-
In my model form i have some FK to another models, and when trying to add them in the admin, i got a 404 error. The problem seems to be at:
```
(firefighters-hq) [edvm@laptop material]$ grep -R '%s%s…
-
Hi,
This is an incredible project! Honestly- I've tried them all, and this wins. Well done.
The list_editable for a boolean field shows no ability to change the field (ie no changeable 'tickbox').
…
-
Hi,
"readonly_fields" are not displayed.
I am comparing the django & material templates below- can anyone advise what's needed?
Material inline (tabular):
``` % load i18n admin_urls admin_static a…
-
Hi !
The admin looks absolutely great ! I'd love to use it in my project, but I miss some key features :
- ability to order the records by clicking on the column headers
- model actions by selecting …
-
Após pegar o banco da produção, o comando "./manage.py migrate --fake-initial" dá erro. Ao comentar no settings as linhas que habilitam e configuram a app IF, a migração funciona.
-
Hi everyone,
I using Django 1.9.4 and Python 2.7.11. I got this error when logging out from admin area.
`Environment:
Request Method: GET
Request URL: http://127.0.0.1:8000/admin/logout/
Django Ve…
-
Hello,
I just upgraded from a month old version to the newest version 0.7.
Unfortunately some things broke on the way, and some are still not working.
I followed the new instructions closely, here i…