Pavel Shvedov

Results 3 issues of Pavel Shvedov

When I use callables in list_display as is explained in https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display, django-tablib just ignores this field. I think, that's wrong behaviour and it should also export the result of the...

I create the dmg using command: `yoursway-create-dmg/create-dmg --window-size 415 295 --background ~/Downloads/background.png --volicon ~/Downloads/.VolumeIcon.icns --icon-size 129 --volname "Firefox" --app-drop-link 320 152 --icon "Firefox" 95 152 firefox_my.dmg Firefox.app` The background.png is...

bug

Complete implementation of mongoengine-based forms should include validation for mongoengine.EmbeddedDocumentField. As I saw from the source, now EmbeddedDocuments are just skipped, am I right?