datacubed

Results 2 issues of datacubed

Using "pip3 install git+https://github.com/joshcarty/google-searchconsole" We now get: ERROR: Cannot uninstall 'httplib2'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would...

``` with freeze_time('2023-01-01 12:00:00+00:00'): my_model.value += 1 my_model.save(update_fields=['value']) ``` I get this error: "'_freeze_time' object has no attribute 'fake_names'" And this stacktrace: ``` my_model.save(update_fields=['value']) File "/usr/local/lib/python3.8/dist-packages/freezegun/api.py", line 616, in __exit__...