Fabio Caccamo
593709808f
Added foldable apps support. #117
2021-11-23 22:32:01 +01:00
Fabio Caccamo
a388ec234c
Added `logo_max_width` and `logo_max_height`. #127
2021-09-16 15:47:14 +02:00
Mason Neipp
fd48e5ca97
Fixed 0020 migration for multiple dbs. #132
2021-09-04 14:45:49 +02:00
Fabio Caccamo
044ad518e0
Formatted migrations.
2021-04-26 10:16:03 +02:00
Fabio Caccamo
5b976adb1d
Added missing `0021_file_extension_validator` migration. #126
2021-04-26 10:15:24 +02:00
Henri Chain
a8322872ab
Added customizable colors for selected apps and models in dashboard. #122
2021-03-29 09:49:07 +02:00
Fabio Caccamo
6189a7bbdb
Renamed migration.
2021-02-03 14:35:10 +01:00
Amir Ajorloo
d1cda34a52
Add sticky action button option. ( #110 )
...
* Add sticky action button option.
* Add sticky_pagination field. Handle top submit row. Update Admin section
* Add sticky-pagination styles. Fix trailing whitespace issue in models.
* Update sticky pagination max-width
2021-02-03 10:26:07 +01:00
Fabio Caccamo
d61ef86dd6
Added list filter sticky option (only for django >= 3.1.2).
2020-10-15 10:49:26 +02:00
Fabio Caccamo
071fe476a6
Enabled list filter dropdown by default.
2020-10-15 10:48:16 +02:00
Fabio Caccamo
1baebf9d62
Added language chooser display option.
2019-09-04 11:24:02 +02:00
Fabio Caccamo
06de101ded
Added language chooser.
2019-09-03 18:46:31 +02:00
Pouya Mobasher Behrouz
0f1dde545e
Fix #52 : Broken migration on postgres/windows
2019-05-07 18:44:00 +04:30
Fabio Caccamo
9b56343a81
Added idempotent deploy support.
2019-03-28 12:08:17 +01:00
Fabio Caccamo
f0a046ff7f
Added related modal close button #45
2019-03-20 17:53:03 +01:00
Fabio Caccamo
877c4da5bf
Updated fields verbose names.
2019-03-20 12:42:10 +01:00
Fabio Caccamo
e58bbbeacf
Added environment options - Fixed #56
2019-03-20 12:33:53 +01:00
Fabio Caccamo
4b055f7ffa
Added missing migration - fixed #51
2019-01-11 15:08:52 +01:00
Fabio Caccamo
e579134152
Added enviroment display and customization
2018-01-31 12:24:08 +01:00
Fabio Caccamo
8a85334f68
Changed related_modal_background_opacity field type from FloatField to CharField
2017-11-23 12:10:06 +01:00
Fabio Caccamo
41a5ba61c8
Fixed migrations pep8 compliance
2017-11-23 12:08:36 +01:00
Fabio Caccamo
4d07e9fec5
Added favicon support #28
2017-08-24 14:28:36 +02:00
CM Lubinski
9ecaa3836c
Add migration to convert bytes to unicode.
...
Python 2 and 3 treat strings differently; in 2 they are bytes and in 3 they
are unicode objects. The Theme fields' attributes were encoded as bytes in the
initial migration (0001) but should be unicode values, leading to a missing
migration whenever the code is ran on Python 3. This changeset "alters" all
the fields to set them to have unicode attributes rather than bytes.
For more context, we've more or less followed the steps outlined here:
https://docs.djangoproject.com/en/1.11/topics/migrations/#supporting-python-2-and-3
2017-06-09 11:41:15 -04:00
Fabio Caccamo
2301eedc8b
Added possibility to hide recent actions
2017-05-24 11:57:08 +02:00
Fabio Caccamo
ed34055290
Renamed field css_header_title_color to title_color according to logo_color
2017-05-24 11:53:33 +02:00
Fabio Caccamo
8a9842c219
Added possibility to customize the default logo color
2017-05-24 11:44:46 +02:00
Fabio Caccamo
775f1cf42b
Added related modal support (related objects popup displayed in modal window)
2017-05-04 17:58:19 +02:00
Fabio Caccamo
a18ec73656
Add migrations
2015-11-25 19:07:03 +01:00