20 Commits (902c49c734070c696fdd0d3aa4b64b72a4a022ee)

Author SHA1 Message Date
James Curtin 902c49c734 Update format strings to f strings 5 years ago
James Curtin d2f37093e1 One-time black refactor of template 5 years ago
James Curtin 90ed8fec39 Simplify setting kwarg defaults when value is not passed 5 years ago
James Curtin c561980bef
Support passing custom sets of kwargs when creating a reference column 5 years ago
Zhong Dai 4adebd3390 remove the db. by using the alias 6 years ago
Steven Loria 525ad8d8b0
Remove unnecessary import (fixes flake) 7 years ago
Steven Loria 58a8ea3309
Fix 'relationship' alias 7 years ago
Wagner Augusto Andreoli 8230fa17d5 Remove pylint from project, remove ipdb and ipython from requirements 9 years ago
Wagner Augusto Andreoli e27fa10e15 Add an option to use pylint after flake8, change code to conform to pylint rules 9 years ago
Wagner Augusto Andreoli 2986743a8c Add an option to fix imports before linting, make all code conform to the linting rules 9 years ago
Wagner Augusto Andreoli 88d8ee69b7 Update requirements, pin modules to the latest version, plus two small fixes 9 years ago
Patman64 2a45b9f4ba Python code clean-up (PEP-8 related and other) 9 years ago
sloria 8412376285 Add compat.py and fix Python 3 error 10 years ago
Steven Loria c8d07d0d29 Models must explicitly inherit from SurrogatePK to add primary key 10 years ago
Steven Loria 923b1f55e2 Revert User#set_password and User#check_password for Migrate compatibility 10 years ago
Steven Loria 7c8dcf2b19 Fix Password.__ne__ 10 years ago
Steven Loria 388cf106c2 Add PasswordType and make __init__ less verbose 10 years ago
Steven Loria f5f5d37eb6 Remove many_to_one, use more explicit ReferenceCol instead 10 years ago
Steven Loria 58c95a9a4c Add many_to_one and one_to_many recipes 10 years ago
Steven Loria 7ede47885f Rename repo_name -> app_name 11 years ago
Steven Loria 71d309bb4e Add base DbTestCase 11 years ago
Steven Loria 7328186086 Add CRUDMixin 11 years ago
Steven Loria abda53a2f3 Fix Procfile 11 years ago