Ibrahim Abou Elenein
Ibrahim Abou Elenein
Here's an example  the Arabic name is not rendered directly as shown  I'm using gr backend
Cannot download from websites that requires NTLM http auth like `requests.get('https://api.github.com/user', auth=HttpNtlmAuth('user', 'pass'))`
### Describe the problem Currently, you cannot `mget` in Database Backend does not use cache at all. is there are reason for this? In my case, I have a view...
### Python Version 3.10 ### pytest Version _No response_ ### Package Version _No response_ ### Description ```py class TempTest(TestCase): @travel(datetime.datetime(2020, 6, 1, 0, 0, 0)) def test_time(self): print(timezone.now()) self.assertEqual(datetime.date(2020, 6,...