- 26 May, 2018 3 commits
-
-
Trevor Andreas authored
-
Serge S. Koval authored
Treat citext type like another string filter type
-
Alen Bou-Haidar authored
-
- 25 May, 2018 2 commits
-
-
Serge S. Koval authored
Fix scaffold_auto_joins for differnet binds.
-
Trevor Andreas authored
-
- 16 May, 2018 2 commits
-
-
Serge S. Koval authored
Added formatters for detail view (fixes #1487)
-
Serge S. Koval authored
Updating views.py to support changes in Peewee version 3.0 (for Field…
-
- 05 May, 2018 1 commit
-
-
Serge S. Koval authored
Change some flask-login User related methods to properties in the examples
-
- 24 Mar, 2018 1 commit
-
-
Jerry Pussinen authored
-
- 23 Mar, 2018 1 commit
-
-
Tuk Bredsdorff authored
-
- 21 Mar, 2018 2 commits
-
-
Serge S. Koval authored
Make the Select2Field coerce enum values to their name as required.
-
Timothée Jeannin authored
Fixes #1315.
-
- 08 Mar, 2018 2 commits
-
-
Jason Grider authored
-
Jason Grider authored
Fixing so that it will work with Peewee 3.0's changed Model class and ForeignKeyField pieces.
-
- 05 Mar, 2018 1 commit
-
-
Jason Grider authored
Updating views.py to support changes in Peewee version 3.0 (for Fields the model_class attribute has changed to model). Previous versions of Peewee should work because of the try: except: loop I put in to first try model_class then on AttributeError try model.
-
- 23 Feb, 2018 1 commit
-
-
Serge S. Koval authored
bootstrap fluid layout option …
-
- 22 Feb, 2018 2 commits
-
-
Serge S. Koval authored
fix: #1600
-
Serge S. Koval authored
Form.py - Fix issue1602 Peewee BaseModel
-
- 21 Feb, 2018 1 commit
-
-
Jason Grider authored
This fixes issue described in 1602 and 1606 where the Peewee ORM changed their function for BaseModel to ModelBase in Peewee 3.0 and greater. This should work for Peewee versions less than 3.0 as well.
-
- 06 Feb, 2018 1 commit
-
-
- 30 Jan, 2018 2 commits
-
-
Serge S. Koval authored
Confusing...
-
seospace authored
-
- 25 Jan, 2018 1 commit
-
-
Serge S. Koval authored
Use table name rather than model name to construct filter query in QueryAjaxModelLoader
-
- 19 Jan, 2018 4 commits
-
-
Serge S. Koval authored
Drop support for python 2.6
-
jbochi authored
-
jbochi authored
-
jbochi authored
-
- 10 Jan, 2018 2 commits
-
-
Serge S. Koval authored
Fixed x-editable does not show completely in bootstrap's responsive table
-
Serge S. Koval authored
Use select2 in editable columns
-
- 05 Jan, 2018 3 commits
-
-
Serge S. Koval authored
Change fields.py to be compatible with SQLAlchemy>=1.2
-
Asa Kaplan authored
-
Asa Kaplan authored
-
- 12 Dec, 2017 1 commit
-
-
Fayaz Yusuf Khan authored
-
- 05 Dec, 2017 2 commits
- 24 Nov, 2017 1 commit
-
-
- 12 Nov, 2017 3 commits
-
-
Serge S. Koval authored
returns peewee sorted columns list by default
-
Serge S. Koval authored
refs #1536 fixed pk validate in InlineModelFormList
-
Serge S. Koval authored
Use LEFT OUTER JOIN instead of INNER JOIN when searching rows
-
- 06 Nov, 2017 1 commit
-
-
Kyle Xie authored
-