Wagner Augusto Andreoli
|
e27fa10e15
|
Add an option to use pylint after flake8, change code to conform to pylint rules
|
10 years ago |
Wagner Augusto Andreoli
|
2986743a8c
|
Add an option to fix imports before linting, make all code conform to the linting rules
|
10 years ago |
Wagner Augusto Andreoli
|
88d8ee69b7
|
Update requirements, pin modules to the latest version, plus two small fixes
|
10 years ago |
Patman64
|
2a45b9f4ba
|
Python code clean-up (PEP-8 related and other)
- Add the UTF-8 marker to files without it.
- Fix some hanging indents.
- Change ''' into """ in docstrings.
- Enforce two blank line rule.
|
10 years ago |
sloria
|
8412376285
|
Add compat.py and fix Python 3 error
|
11 years ago |
Steven Loria
|
c8d07d0d29
|
Models must explicitly inherit from SurrogatePK to add primary key
|
11 years ago |
Steven Loria
|
923b1f55e2
|
Revert User#set_password and User#check_password for Migrate compatibility
|
11 years ago |
Steven Loria
|
7c8dcf2b19
|
Fix Password.__ne__
|
11 years ago |
Steven Loria
|
388cf106c2
|
Add PasswordType and make __init__ less verbose
|
11 years ago |
Steven Loria
|
f5f5d37eb6
|
Remove many_to_one, use more explicit ReferenceCol instead
Mostly because I couldn't get many_to_one to work with Flask-SQLA =/
|
11 years ago |
Steven Loria
|
58c95a9a4c
|
Add many_to_one and one_to_many recipes
|
11 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 |