Alexander Polishchuk
Alexander Polishchuk
Hi! Thanks for new migrations format, `.sql` is really convenient. I have a little enhancement proposal. Sometimes a programmer needs to write migration manually. For example to define partial index...
Hi! :) I have a code and a tests of 2 technical indicators by John Ehlers. I want to push it into Lean. The indicators are described in original Ehlers...
Hi, there! First of all, thanks for your amazing work! **The problem that cause feature request.** ```python class SomeModel(models.Model): id = fields.IntField(pk=True) # pylint: disable=invalid-name obj = SomeModel.create( nonexistent_field="lol" )...