Petr Dlouhý

Results 117 issues of Petr Dlouhý

This relies on https://github.com/django/django-contrib-comments/pull/188 and adds interchangeable model keys also to `django-comments-xtd`.

I would like to use UUIDs instead of IDs as mentioned in #179. Since I don't have UUID set as primary key in my app and it would be very...

I added OrderingFilter to the comments API to enable sorting by particular fields. I also added `submit_date_timestamp` to be able to sort by date and it could be also helpful...

Few changes that allowed me to reload comments for different object after page load (for usage in modal dialog). I don't know anything about React, so the code is rather...

I would like to place the commentbox on modal dialog, so that new comments will show with new modal show for appropriate item. I am a bit confused from the...

I have followed up the tutorial at: https://django-comments-xtd.readthedocs.io/en/latest/tutorial.html#javascript-plugin I created the page almost exact as in the example, but I am still not able to see the comments on the...

Fix #38 The `sizes` property name in README doesn't match with the code, where is it named `size`: https://github.com/silviolleite/django-pwa/blob/0ff60e7afaf23d6883d593554b93e54bb56e41fe/pwa/templates/pwa.html#L19

Recently I have got 4 payments where the IPN returned with truncated `custom` field. I did create the (unencrypted) form with data like: ``` 'custom': '{"user_plan_id": 310606, "plan_id": 1, "pricing_id":...