Enrique Soria
Enrique Soria
I've found myself forgotting to inherit from `LifecycleModelMixin` when adding hooks to models and being frustrated becaus it didn't worked. That's why I've created a django check for this case,...
Adding to Track another field `current_url` that tells us on which URL tracking have occured
- Many to many fields: - #120 - Admin bulk delete: - #142 - #74 - #152 - Bulk operations - #18 - Cascade delete: - #89 - Adding hooks...
As discussed in #147
First of all: thanks for this extension, it's very useful! Problem: Pycharm freezes during ~10 seconds on huge files (~2000 lines) I know this file size is not usual, neither...
# Trac ticket number ticket-33579 # Branch description Change `DatabaseError` to a more specialized one, that inherits from `DatabaseError`, to make detecting this specific error easily, while mantaining backwards compatibility...
Hi :wave:! In our project, where we use a lot `vcrpy` we're getting huge error messages that are being sent to stdout. We're having logs of 24 MiB because of...