Jack Linke

Results 40 comments of Jack Linke

Glad this is seen as something beneficial, and thanks for the advice/direction. I updated the code, returning the `predicate` if the dict is accessed directly (e.g.: `rule_set_instance["permission_name"]`), but added the...

Resolved in #154 Would love feedback.

More specifically, the pyproject.toml references [Homepage](https://dj-stripe.dev/) which is broken, and [Documentation](https://dj-stripe.github.io/dj-stripe/), which is not broken. Is there a reason for two different locations for the same project documentation, using different...

@kavdev I guess the first thing would be to determine the desired end-state. ## Current state ### https://github.com/dj-stripe/dj-stripe/tree/master/docs - maps to https://dj-stripe.dev/dj-stripe/index.html -> https://dj-stripe.dev/dj-stripe/2.7/ since it is a project pages...

My next 2 weeks are pretty much 100% spoken for, but I would be happy to get to work on a PR starting 1 December. If that works for y'all,...

I regularly reference this guide in conversations with others. It's amazing how many people are frustrated with CBVs, but seem to be uncomfortable with using FBVs instead. Like there's a...

Agreed. Subclassing (or just copying and editing) a project-specific middleware class is the best approach for folks who want custom context attributes via middleware. User and Url are pretty ubiquitous,...

I think you are overthinking this. Your use-case requires just storing a snapshot when any of your three fields changes - no condition is needed here. All you need for...

Please let me know thoughts on this, and I'll add tests and the associated test models with different pk types.

Great suggestion! I'll add it to my roadmap for upcoming features. Thanks.