Bogdan

Results 3 comments of Bogdan

@photastic as you are on Windows, please note that the activation binary is under a different directory: `Scripts\activate.bat` as noted in the documentation, [the invocation of the script is platform-specific](https://docs.python.org/3/library/venv.html#:~:text=The%20invocation%20of%20the%20script%20is%20platform%2Dspecific)....

I've started adding `django-pghistory` to the project and I've also encountered this behaviour where `PGHISTORY_DEFAULT_TRACKERS = (pghistory.InsertEvent(), pghistory.UpdateEvent(), pghistory.DeleteEvent())` and `@pghistory.track(pghistory.InsertEvent(), pghistory.UpdateEvent(), pghistory.DeleteEvent())` does not behave the same. The former...