| .. |
|
api
|
10348 add decimal custom field (#10422)
|
2022-09-30 16:03:24 -04:00 |
|
forms
|
Fixes #10461: Enable filtering by read-only custom fields in the UI
|
2022-09-26 16:42:11 -04:00 |
|
graphql
|
Closes #9006: Enable custom fields, custom links, and tags for journal entries
|
2022-03-31 11:40:02 -04:00 |
|
management
|
Allow reports to be nested in submodules
|
2022-09-14 19:57:37 +02:00 |
|
migrations
|
10348 add decimal custom field (#10422)
|
2022-09-30 16:03:24 -04:00 |
|
models
|
Merge branch 'develop' into feature
|
2022-10-05 10:28:48 -04:00 |
|
plugins
|
Initial implementation
|
2022-09-30 17:18:12 -04:00 |
|
tables
|
Closes #10202: Clean up TemplateColumn template code & accessors
|
2022-08-30 09:55:12 -04:00 |
|
templatetags
|
Closes #9896: Discontinue arbitrary use of OrderedDict
|
2022-08-01 16:51:44 -04:00 |
|
tests
|
10348 add decimal custom field (#10422)
|
2022-09-30 16:03:24 -04:00 |
|
__init__.py
|
Remove default_app_config (deprecated in Django 3.2)
|
2021-09-15 11:18:47 -04:00 |
|
admin.py
|
Closes #7702: Add Powerfeed Defaults to User Configurations
|
2022-06-21 12:58:41 -04:00 |
|
apps.py
|
Closes #6138: Add an 'empty' filter modifier for character fields
|
2021-07-01 15:17:46 -04:00 |
|
choices.py
|
10348 add decimal custom field (#10422)
|
2022-09-30 16:03:24 -04:00 |
|
conditions.py
|
Improve documentation and testing for conditions
|
2021-11-03 14:02:43 -04:00 |
|
constants.py
|
Remove extras_features() decorator
|
2022-01-19 15:16:10 -05:00 |
|
context_managers.py
|
Move request object and webhook queue to TLS
|
2021-11-17 15:12:19 -05:00 |
|
filters.py
|
Ditch CustomFieldFilter
|
2021-10-28 15:36:12 -04:00 |
|
filtersets.py
|
Merge branch 'develop' into feature
|
2022-07-08 16:06:27 -04:00 |
|
lookups.py
|
Closes #6138: Add an 'empty' filter modifier for character fields
|
2021-07-01 15:17:46 -04:00 |
|
querysets.py
|
Closes #9582: Enable assigning config contexts based on device location
|
2022-06-22 16:10:48 -04:00 |
|
registry.py
|
Closes #9903: Implement a mechanism for automatically updating denormalized fields
|
2022-08-02 13:49:34 -04:00 |
|
reports.py
|
PEP8: Fix whitespace on blank line
|
2022-09-14 20:00:12 +02:00 |
|
scripts.py
|
Allow running scripts nested in modules/packages
|
2022-09-07 22:33:24 +02:00 |
|
signals.py
|
Merge branch 'develop' into feature
|
2021-11-24 14:00:37 -05:00 |
|
urls.py
|
Allow reports to be nested in submodules
|
2022-09-14 19:57:37 +02:00 |
|
utils.py
|
Tweak registry initialization
|
2022-01-19 15:22:28 -05:00 |
|
validators.py
|
Extend CustomValidator to support required, prohibited fields
|
2021-06-09 13:10:35 -04:00 |
|
views.py
|
Allow reports to be nested in submodules
|
2022-09-14 19:57:37 +02:00 |
|
webhooks_worker.py
|
Render the payload_url of the Webhook with Jinja2
|
2022-01-12 21:58:19 +01:00 |
|
webhooks.py
|
Documentation cleanup
|
2022-07-11 17:29:25 -04:00 |