YPCrumble
YPCrumble
This is an interesting library as it seems easier to implement than pgbouncer. A section in the README explaining the difference between this and pgbouncer and potentially other libraries would...
Thank you for maintaining this library! I think I have found a bug in DJ12. Let's say I'm declaring multiple managers like [in the docs](https://docs.djangoproject.com/en/5.0/topics/db/managers/#modifying-a-manager-s-initial-queryset): ``` # First, define the...
@aykamko this resolves #23 to allow passing the `-g` flag. It returns the tagged filename, and then editing that file (e.g., using the alias `e1`) would take you to the...
See [this fiddle](https://jsfiddle.net/ypcrumble/obd6kz0y/). If you comment out lines 7-8, the onChange event fires fine. When you include these it no longer fires. I'm not exactly sure how to solve, but...
I'm starting to see frequent race conditions when using `find_urls` with `purge=True` when there is no existing cache entry. The mechanism is as follows: | Request A (POST object Z)...
I haven't been able to fully research this as it's quite complex and I'm not an expert on caching headers, but plan to in the future and want to write...
PyPy tests are flaky so we commented them out. Chances are this project works in PyPy, but until we have a maintainer for PyPy it is simply not included in...
Hi - thanks for building this repo! I'm trying to get the system up and running and it appears that the management command is `create_sanitized_dump`, not `sanitized_dump` as in the...
Hi - I'm trying to run the dump from my Django instance and getting the following error. Let me know if I could provide any further information to shed more...
First, thank you for maintaining this! I'm eager to try it with my site. I have a question - Is there any validation done on the CSP reports? I didn't...