Pradyun Gedam

Results 1572 comments of Pradyun Gedam

No movement since Jun, I think. https://github.com/pythonindia/junction/pull/686 https://github.com/pythonindia/junction/pull/687 https://github.com/pythonindia/junction/pull/667 These seem relevant, though I imagine there's more stuff. :)

TBH, given that there's only 1 deployment that we know of, it might be a good idea to to push for 3.8+ compatibility.

@sks444 If you could make [atomic commits](https://www.freshconsulting.com/atomic-commits/), that'd make reviewing your PR (as well as iterating on them later) much easier! ^>^

I think a separate commit per fix would be better.

> * Upgrade djangorestframework to latest version This isn't supported on Python 2. @pythonindia/pycon-india-2020-junction Do we care about Python 2 support? If not, let's drop it?

@lladhibhutall If you want to tackle a click+argparse+optparse issue, I suggest you take a look at pip's issue related to its CLI: https://github.com/pypa/pip/issues/ 4659.

This is basically a critical task. The things we'd need to do here are: - Resolve the deprecation warnings. - Upgrade to Django 1.11, and bump *all* dependencies. - This...

I have 0 interest in maintaining a fork. Doesn't Django have a UUIDField built in? https://stackoverflow.com/questions/32528224/#32528292

I'll let someone else handle writing the migration for this lol.