Wayne Werner
Wayne Werner
### What does this PR do? Deprecates the Django module so we can remove it. TBH we could probably just go ahead and remove it. It's likely that the Django...
In `get_type` it uses the [floating point division](https://github.com/jiangwen365/pypyodbc/blob/73c98e1756d481bbd0f8c7796ab4e81dd9724235/pypyodbc.py#L1103-L1143) operator (`//`). At least in Python 2.x. In Python3 `//` now peforms integer truncation, which _totally_ blew out an operation we were...
See #320 - I did a quick audit and changed the couple of things that could use it. I did *not* confirm whether or not any of the code samples...
There's probably a lot of docs that we need to update for 1.5 - if anyone can go through and audit the docs for stuff like, old Python versions, etc....
Using `Ledger 3.1.1-20160111`, but I assume it's the same for all versions? Click on the expenses page, then fill out the form. Do _not_ check account, but do put a...
We should either put in the docs or somewhere for the extensions a default development guide that talks about how to package the files with wheel (ex. `python -m pip...
See #351 for more info, but generally speaking there are two behaviors when using profiles that are just terrible. ``` File "/home/wayne/mine/review-saltext/src/saltext/vmware/utils/connect.py", line 45, in get_config credentials = conf[profile] KeyError:...
That makes sense - I don't think it's worth blocking this PR over, but I'll go ahead and create an issue to track this. You can extend fixtures like: ```...
Should be pretty straightforward, Right now I think mock_with_name is the only thing that belongs in there. > I'm OK with not blocking the PR on this - but let's...
Just noticed that this wasn't marked as an issue here yet, so... let's go ahead and create this as an issue! We took on the test_value_scraper.py debt to be able...