ollb

Results 8 comments of ollb

Your question seems very relevant. First of all, I think we should open another issue to fix the problem you raised since it seems not directly related to the change...

+1 And we are receiving this message even if `--verbosity 0` is set. Since all django commands accept the `verbosity` option, it would be nice if `raven_compat` complies with it.

@dcramer At least would it be ok to have an option to control raven verbosity ? (I'm very new with raven and so I do not understand what is at...

By the way, I'm not sure what do you mean by "an arbitrary django flag". Since `--verbosity` is a flag defined in `BaseCommand` django class it should be usable by...

> In your test data there are some entPhysicalIndex_measured that are numbers, is this intended? @murrant I think the fact there are numbers in entPhysicalIndex_measured is independent from this PR...

It seems some cleanup has been made in test data (especially #14963) I've merged master branch and update test data for iosxr ncs55a2. The checks are now ok.

Yes, I think it should be considered as a bug in 3.4 as messages framework it a very common feature in django. Providing page key function customization is clearly an...

@czpython I've created a pull request (#5783) to fix compatibility between page cache and django.contrib.messages (integration tests seem buggy: they are complaining about coverage nonexistence "coverage: command not found").