1.27.0
Improved auto completion / typo detection for column arguments.
For example:
class Band(Table):
name = Varchar(nul=True) # linters will now warn that nul is a typo (should be null)Thanks to @sinisaos for this.
Improved auto completion / typo detection for column arguments.
For example:
class Band(Table):
name = Varchar(nul=True) # linters will now warn that nul is a typo (should be null)Thanks to @sinisaos for this.