osvill

Results 4 issues of osvill

django-sql-stacktrace does not work with Django 2.1.9. Fixed issue from issue #6 Additional: Renamed import `smart_unicode` to `smart_text` in `stacktracecursor.py line 5, line 21 and line 26`

I tried following code with the versions `1.0.0` `1.1.0` and `1.1.1` on Windows with `python 3.7.4` and all three versions have the same output of `None`: `dateparser.parse('mar, 07 giu 2022...

Fix & test for [#158 ](https://github.com/palewire/django-postgres-copy/issues/158).

All adapted query parameters in `copy_to.py line 45` have the default encoding of `latin1`. This comes from the `psycopg2.extensions.adapt` function. This behavior leads to an implicit error if you try...