Craig Anderson

Results 27 comments of Craig Anderson

I think #438 is ready to go. I eagerly await your reviews.

As I was working on removing the model manager, I realised the current deprecation message isn't enough. ```python class Manufacturer(models.Model): name = models.TextField() class Car(SoftDeletableModel): name = models.TextField() manufacturer =...

FWIW I created https://github.com/frnhr/retrying/pull/1 (a PR into @frnhr's fork; creating my own PR with their work seemed like it'd be rude!) which addresses the points @PamelaM raised here.

Yeah, [the documentation is a bit confusing](https://docs.djangoproject.com/en/5.0/ref/files/storage/#django.core.files.storage.Storage.exists): > Returns True if a file referenced by the given name already exists in the storage system, or False if the name is...

Some tests are still failing here on my machine and I'm not sure whether this is due to my environment, whether my change has has an unintended consequence, or whether...

@kodurusivakumar34 I don't have write permissions here, that'd be a job for @chfw I believe.