Fran Hrženjak

Results 19 comments of Fran Hrženjak

Two things to implement here: 1. filter URL params 2. two datepickers in the GUI The first part should work automagically, just by using __gte=yyyy-mm-dd and __lte=yyyy-mm-dd format. As for...

Merged now. Does it solve the issue?

> Thanks, I reopened this issue. @ivankravets The issue is still closed, though.

While this is probably not a problem right now, it would be good to replace that default `[]` with something that is not mutable, like `()` or `None`. Ref: "Python...

FWIW I think it is a bug. Below is a runnable demo. `mine --drifting` works as expected but `boom --drifting` fails. http://try.docopt.org/?doc=Naval+Fate.%0D%0A%0D%0AUsage%3A%0D%0A++naval_fate.py+mine+%5B--drifting%5D%0D%0A++naval_fate.py+boom+%5Boptions%5D%0D%0A++naval_fate.py+-h+%7C+--help%0D%0A++naval_fate.py+--version%0D%0A%0D%0AOptions%3A%0D%0A++-h+--help+++++Show+this+screen.%0D%0A++--version+++++Show+version.%0D%0A++--drifting++++Drifting+mine.%0D%0A&argv=boom+--drifting Changing the first usage line to `naval_fate.py mine...

I'm using this with Django 3.0 and 3.1a1, works just fine. The project could use some maintenance, sure. But I just wanted to say **worksforme**, in case anyone is looking...

~@ursomniac This works quite well, although not perfect: https://github.com/jrief/django-admin-sortable2~ ~Edit: if you need the sorting functionality, that is.~ NM, misunderstood the issue

Three words for Python 2: EOL 😁

FWIW, my little workaround for this issue: 1. define a redirect url 2. change verbose_name for the app "1." solves the 404 and "2." makes it look nice. I have...

Just my $0.02... The project looks great, but this issue is preventing me from using it in a Python / Django application. I have a working knowledge of JS and...