Re: Proposal: security enhancements

2018-05-02 Thread Josh Smeaton
Most of this sounds really good. As Jacob mentioned, CSP can be quite scary, and sounds like something a novice could try to implement for "good security" and end up causing way more issues. I'd really like to see easy integration for report only mode, with controls that are harder to turn for

Schema alter_field - check constraints

2018-05-02 Thread Maximiliano Robaina
Hi, Digging into schema migration code (and updating this to work with Firebird [1]) I see in _alter_field method [2] a validation for Change check constraints? Of course, this fails related to the test method "test_alter_field_default_dropped" because in Firebird check contraints are table

Re: Thoughts on diff-based migrations with django?

2018-05-02 Thread Florian Apolloner
Just for one migration; but there is the sqlmigrate management command which you can use as building base. Cheers, Florian On Wednesday, May 2, 2018 at 7:07:27 AM UTC+2, djrobstep wrote: > > Bump! Is there a documented way to generate the from-scratch creation SQL > for the currently defined