Petr Dlouhý

Results 117 issues of Petr Dlouhý

This aplication fails in Django 1.8rc1 with following error: ``` File "/env/src/django-nested-inlines/nested_inlines/admin.py", line 133, in NestedModelAdmin @transaction.commit_on_success AttributeError: 'module' object has no attribute 'commit_on_success' ``` It is because commit_on_success has...

This is compilation of several branches around GitHub that target compatibility with newer Django versions. The #60 and #64 patches are part of this, so I suggest pulling them first....

The `forms.css` file is included from Django in admin, so there should only overrides to that in `forms-nested.css`. This PR removes all parts, that has been copied from Django and...

I am trying to integrate `django-plans` with some payment system (preferably PayPal for my project). I think, that this is not very well documented, and I think, that there could...

Currently the `codename` and `name` are easily to confuse. Since the codename accepts any string and is used in Plans quotas inline (where the name should be), it is easy...

I have got following import error with Celery 5.0.0: ``` File "/app/blenderhub/apps/accounts/management/commands/expire_plans.py", line 2, in from plans import tasks File "/app/src/django-plans/plans/tasks.py", line 4, in from celery.task.base import periodic_task ModuleNotFoundError: No...

I wanted to set up ecomerce tracking for Google Analytics for my plans. All I had to do is override the `plans/order_detail.html` template with the following code. Do you have...

We would like to have trial plan with `django-plans`. It is plan, that is for free, and can be used only once.

I think, that plans that are available, but not visible should be still present in the plan table. This function could be used to show plans that are prepared to...

This is experimental and unfinished code, which adds profiling of all methods of view class. The PR contains commits from #17, but I can also rebase them out. This functionality...