- 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
- 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
-
- 02 Nov, 2017 3 commits
-
-
Rad Cirskis authored
-
Rad Cirskis authored
-
bugchecker authored
Use in scaffold_*_columns methods
-
- 01 Nov, 2017 6 commits
-
-
Rad Cirskis authored
-
Rad Cirskis authored
-
Radomirs Cirskis authored
-
Rad Cirskis authored
-
Rad Cirskis authored
-
Rad Cirskis authored
-
- 13 Oct, 2017 1 commit
-
-
Serge S. Koval authored
Add support for postgres CITEXT type
-
- 25 Sep, 2017 1 commit
-
-
Serge S. Koval authored
-
- 02 Sep, 2017 1 commit
-
-
beenje authored
citext is a case-insensitive character string type. See https://www.postgresql.org/docs/current/static/citext.html
-
- 30 Aug, 2017 3 commits
-
-
Kyle Xie authored
-
Serge S. Koval authored
rediscli: prevent form submit when execute command
-
dungmv56 authored
-
- 18 Aug, 2017 2 commits
-
-
Paul Brown authored
allow to use inherited form CharField or TextField fields for searching
-
Radomirs Cirskis authored
-