24 Commits (902c49c734070c696fdd0d3aa4b64b72a4a022ee)

Author SHA1 Message Date
James Curtin 902c49c734 Update format strings to f strings 5 years ago
Tobiasz Kędzierski 3ec751a2a0 Update deprecated database field 5 years ago
James Curtin d2f37093e1 One-time black refactor of template 5 years ago
Joshua Carp 45e698b5aa Use `FlaskForm` instead of deprecated `Form`. 7 years ago
Ryan Jarvis 570d5bc587 Fix for new Bcrypt and SqlAlchemy type casting in Postgres 8 years ago
Wagner Augusto Andreoli d6f1f5c2cc Travis: Migrating from legacy to container-based infrastructure 9 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
Vividh S Viswanatha 649a694f8a Update extension imports to flask_* 9 years ago
Patman64 2a45b9f4ba Python code clean-up (PEP-8 related and other) 9 years ago
Steven Loria 9f769fa43a Update extension imports to flask_* 9 years ago
Tyler Stephens af3d885f8e Use explicit relative import instead of implicit. 10 years ago
Steven Loria e3286524df Update README 10 years ago
Steven Loria c8d07d0d29 Models must explicitly inherit from SurrogatePK to add primary key 10 years ago
Steven Loria c156760f67 Add forms tests 10 years ago
Steven Loria 923b1f55e2 Revert User#set_password and User#check_password for Migrate compatibility 10 years ago
Steven Loria de741805c5 Add Role.__init__ 10 years ago
Steven Loria 5bfd073802 Add BaseFactory which flushes the db on create 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 4a5dd70c66 Fix typo in import 11 years ago
Steven Loria 43a4083eff Add first_name and last_name 11 years ago
Steven Loria 7ede47885f Rename repo_name -> app_name 11 years ago