summaryrefslogtreecommitdiff
path: root/postgresqleu/util/forms.py
AgeCommit message (Expand)Author
2020-05-18Complete overhaul of social media integrationsMagnus Hagander
2020-05-11Add field and widget to support a custom submit button in backend formsMagnus Hagander
2020-05-11Add a form field to utilize the set value widgetMagnus Hagander
2020-04-01Always decode base64encoded values to stringsMagnus Hagander
2019-10-29Add a widget for inline PDF uploading and storingMagnus Hagander
2019-08-21Add a field+widgets for uploading images into a bytea columnMagnus Hagander
2019-02-02Fix saving of Adyen backend formsMagnus Hagander
2019-01-19Re-factor payment methods and move configuration to the databaseMagnus Hagander
2019-01-10Generic changes for python3 from 2to3Magnus Hagander
2019-01-09Add a boolean field that serializes to integerMagnus Hagander
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix spaces before/after comma and colonMagnus Hagander
2018-12-14Fix spacing around operatorsMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
2018-11-17Add a grouped version of model multiple choice fieldMagnus Hagander
2018-05-23Add a ChoiceArrayField to form utilsMagnus Hagander
2018-04-05Support two-step creation of new objectsMagnus Hagander
2018-03-29Make it possible to update protected fields after form is builtMagnus Hagander
2017-11-02Attempt to implement concurrently safe adminMagnus Hagander