Justin Holmes

Results 64 comments of Justin Holmes

**Comment by [jMyles](https://github.com/jMyles)** _Saturday Mar 31, 2018 at 03:11 GMT_ ---- Right - changed to `Arrangement`. So, if that's the case, does `Alice` need specific grounds for doing so? Does...

**Comment by [KPrasch](https://github.com/KPrasch)** _Wednesday Apr 04, 2018 at 06:56 GMT_ ---- IMO, Alice can revoke any arrangement at any time for any reason.

**Comment by [jMyles](https://github.com/jMyles)** _Wednesday Apr 04, 2018 at 06:58 GMT_ ---- And then not pay Ursula for any part of the remainder?

**Comment by [KPrasch](https://github.com/KPrasch)** _Wednesday Apr 04, 2018 at 07:25 GMT_ ---- @szotov Is it possible to give Alice a refund if she cancels an Arrangement with one Ursula?

**Comment by [tuxxy](https://github.com/tuxxy)** _Wednesday Apr 04, 2018 at 07:27 GMT_ ---- It would have to be within a specific amount of time when the arrangement was first made. Otherwise, Alice...

I think this is a great early candidate for expanding swappable models beyond auth.User. I'm happy to chip in or liase with the django core team on this.

It's absolutely intended to be used for other models. The author of the patch, Russell Keith-Magee, describes this notion here: https://www.youtube.com/watch?feature=player_detailpage&v=KHg6AoExYjs#t=2165

Confirmed. I came here looking for a solution to an odd issue - when I was trying to run with REUSE_DB, I was getting DatabaseError - relation not found. Upon...

I believe I have discovered the nature of the problem. When Django-nose is discovering tests, it causes modules containing them to load (importer.py line 86). If such a module adds...

I'm wrong. It's worse than that. I have cases which don't call table_names() and still use the regular database. I'm not exactly sure how to write and run unit tests...