django-formula icon indicating copy to clipboard operation
django-formula copied to clipboard

Results 6 django-formula issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/rubocop-hq/rubocop: v1.30.1 → v1.64.1](https://github.com/rubocop-hq/rubocop/compare/v1.30.1...v1.64.1) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.8.0.4...v0.10.0.1) - [github.com/adrienverge/yamllint: v1.26.3 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.26.3...v1.35.1) - [github.com/warpnet/salt-lint: v0.8.0 → v0.9.2](https://github.com/warpnet/salt-lint/compare/v0.8.0...v0.9.2) - https://github.com/myint/rstcheck → https://github.com/rstcheck/rstcheck - [github.com/rstcheck/rstcheck: 3f929574 → v6.2.0](https://github.com/rstcheck/rstcheck/compare/3f929574...v6.2.0)...

Bumps [activesupport](https://github.com/rails/rails) from 7.0.3.1 to 7.0.4.3. Release notes Sourced from activesupport's releases. v7.0.4.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...

dependencies

Hi all, I wrote another django-formula, which provides more options to customize a django webapp. Moreover, I wrote a working example of deployment. https://github.com/bebosudo/django-formula/ https://groups.google.com/forum/#!topic/salt-users/rMeG9VirEns I propose to add it...

enhancement

The readme still mentions the OverState System even though it is deprecated. https://docs.saltstack.com/en/latest/topics/orchestrate/orchestrate_runner.html#orchestrate-runner

Formulas iterating over dictionaries should use the `items()` method instead of `iteritems()` because the latter method has been [removed from Python 3](https://docs.python.org/3/library/2to3.html#2to3fixer-dict). While the `items()` method in Python 2 uses...

I get failures on the mysql stage and trying out the sls directly I found out that I was getting commands refused by mysql because no password was provided. Adding...