Jirka Schäfer

Results 18 issues of Jirka Schäfer

Dear, I'm trying to use pyinstrument on docker with a django test setup. When I run the command like this `./manage.py test --keepdb services.rest.tests.test_views:AddCompanyTestCase.test_add_company -v 3` I get something like...

## Description simple docker compose setup to run tests ## Motivation and Context easier dev start ## How Has This Been Tested? by using it :) ## Screenshots (if appropriate):...

dear #125 solves the issue like this: ``` def get_avatar(self, obj): """ returns url for avatar """ return avatar_url(obj.user) ``` but its not very pythonic to use a templatetag inside...

I was checking where to override the `avatar` string from the form to German and found ``` ../.ve/lib/python2.7/site-packages/avatar/locale/fr/LC_MESSAGES/django.po:#~ msgid "a friend has updated their avatar" ../.ve/lib/python2.7/site-packages/avatar/locale/fr/LC_MESSAGES/django.po:#~ msgstr "un ami a...

as in respect for SEO we'd like to have usable image names and not the hashed one from upload.

**Describe the bug** invoice item id is retrieved from stripe like this: `in_1LdXdHBBirzkVpobzVhTbSlx-il_1LdXdHBBirzkVpobyvdtatxX` but when used in pagination for 10+ if line items, this would fail with: `No such invoice...

bug

to reproduce: in stripe UI remove a default payment method from customer, which in Django db is attached to `Customer.default_payment_method`. DJ DB looks like after: payment method existing, but with...

discussion

# Feature Request many files of our fully dockerized app are stored inside s3. we'd be happy if the `mediabackup` command would be able to include those inside the backup...

pain.001.001.03 will be deprecated

Dear this line could return `None` https://github.com/jazzband/django-two-factor-auth/blob/4e71d977095023336233a32c7ee1cbb88a3af365/two_factor/views/core.py#L589 which will fail in the next line with: which will then show the user a 500 error and break his/her flow...

bug