Re: #25227 Add utility method `get_updated_model()` to `ModelForm`

2015-08-07 Thread Martin Owens
might get confused if I think get_updated_model might return a model class instead of an instance. Could we use something simple like 'update()' and 'commit()' to which save would call both? Martin Owens, -- You received this message because you are subscribed to the Goog

Re: Making Django more PaaS-friendly

2016-04-11 Thread Martin Owens
n "who should be editing this setting" not just what it's for, if it's a secret or if it should be different or the same per instance. Best regards, Martin Owens On Monday, April 11, 2016 at 7:33:54 AM UTC+1, James Bennett wrote: > > Apologies for how late in the proces

Cache invalidating with generic class based views

2016-04-29 Thread Martin Owens
make it better. Best Regards, Martin Owens -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+uns

Re: DEP pre-proposal for a simpler URLs syntax.

2016-10-04 Thread Martin Owens
le_detail), > ), > ), >), > ] > > So long as the proposal doesn't make the above url_tree pattern impossible (or harder to do) then I think it's a positive addition. (I have projects which have very interesting urls patterns) Best Regards, Martin Owens Inksc

Re: [Feature request] Template language type annotations (#27703)

2017-01-10 Thread Martin Owens
g a test suite pick up these issues is my preferred pattern, but anyway you develop it you'll have a very small amount of use from most projects. Best Regards, Martin Owens Inkscape Website Admin -- You received this message because you are subscribed to the Google Groups "Django deve