saschahofmann
saschahofmann
As explained in https://github.com/tj-django/django-clone/issues/544, I am trying to keep track of instances that have been cloned before and reuse that copy for later references that otherwise would be cloned again....
### Is this feature missing in the latest version? - [X] I'm using the latest release ### Is your feature request related to a problem? Please describe. I am trying...
* dj-paddle version: 0.1.2 * Django version:.4.0.2 * Python version: 3.9.4 ### Description We were quite suprised that out of 7 subscription only 2 have a `cancel_url` attached to it...
Seems like the doc link in the readme is linking to `/stable` which doesnt exist. Pointing it to `/latest`
### Issue Summary We currently are trying to upgrade to Django 4 and Wagtail 3 but right now we are stuck with `get_schemajs_view` from Django Rest Framework failing. The problem...
I understand I have to escape a single `\` with `\\\\` but even after doing that I am receiving a an empty chart but no error or warning! Not sure...
### What happened? When I try to run a modified version of the example from the dropna documentation (see below), it creates a never terminating process. To reproduce it I...
### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like I think it would make sense to have date and time parsing functions...
### Is your feature request related to a problem? I would like to subtract a variable number of days (e.g. saved in another column) from a timestamp column. ### Describe...
I went ahead and added the `new_model_name` parameter to close #51 . Will add tests as well. I also added an `only` field, that allows the reverse from exclude: only...