Abraham Toriz Cruz

Results 69 comments of Abraham Toriz Cruz

I've been using datapusher-plus in production. It has more active development and supports xlsx and ods.

@OskarPersson I can reproduce the error with just the following using django `4.2` and nested_inline `0.4.6` on python `3.11`: ```python # models.py from django.db import models class Fish(models.Model): title =...

the proposed fix in #127 does fix it for me.

that seems like a bug in parsing the options, because it should work

I thought about this feature with a different approach (because my use case is for archive) in which you can archive certain amount of time, splitting an entry if needed....

hi @johan162 , sorry for the late response to this. I would like to merge this, just one little detail: Can you add a test case? one with the flag...

That's actually very important!

My suggestion would be to support the old location (say, read it if it exists) but notify the user with a warning that a new default is in place and...

I'd love to contribute to this, but I still don't know the code very much.