..
api
Check for the extras.run_script permission when running scripts via. the API
2023-01-17 10:13:18 -05:00
forms
Closes #11294 : Markdown Preview ( #11894 )
2023-03-09 08:21:13 -05:00
graphql
Closes #9623 : Implement saved filters ( #10801 )
2022-11-02 12:27:53 -04:00
management
Closes #11787 : Rebuild any missing search cache entires after upgrade
2023-02-20 09:49:13 -05:00
migrations
#11685 : Omit no-op migration
2023-02-19 20:08:57 -05:00
models
Create CachedValueField to contain search specific lookups
2023-02-19 18:50:24 -05:00
plugins
Fixes #11758 - replace unsafe chars in menu label ( #11831 )
2023-02-27 11:42:30 -05:00
tables
Closes #10945 : Enable recurring execution of scheduled reports & scripts ( #11096 )
2022-12-08 18:17:13 -05:00
templatetags
4751 Enable plugins to inject content within object list views ( #10901 )
2022-11-14 13:51:58 -05:00
tests
Fixes #11459 - Allow using null in conditions ( #11722 )
2023-02-13 17:44:35 -05:00
__init__.py
Remove default_app_config (deprecated in Django 3.2)
2021-09-15 11:18:47 -04:00
admin.py
Remove JobResult view from admin panel
2022-10-16 15:20:38 +02:00
apps.py
8927 plugin search ( #10489 )
2022-10-10 14:00:59 -04:00
choices.py
Closes #10945 : Enable recurring execution of scheduled reports & scripts ( #11096 )
2022-12-08 18:17:13 -05:00
conditions.py
Fixes #11459 - Allow using null in conditions ( #11722 )
2023-02-13 17:44:35 -05:00
constants.py
Remove extras_features() decorator
2022-01-19 15:16:10 -05:00
context_managers.py
Permanently connect change logging & webhook receivers
2022-11-14 09:31:25 -05:00
fields.py
pep8 fixes
2023-02-19 18:50:24 -05:00
filters.py
Ditch CustomFieldFilter
2021-10-28 15:36:12 -04:00
filtersets.py
Closes #10945 : Enable recurring execution of scheduled reports & scripts ( #11096 )
2022-12-08 18:17:13 -05:00
lookups.py
Address feedback
2023-02-19 18:50:24 -05:00
querysets.py
Closes #9582 : Enable assigning config contexts based on device location
2022-06-22 16:10:48 -04:00
reports.py
Closes #10945 : Enable recurring execution of scheduled reports & scripts ( #11096 )
2022-12-08 18:17:13 -05:00
scripts.py
Change the way we invalidate the module cache to support reloading code from subpackages
2023-02-16 10:50:38 -05:00
search.py
Closes #10560 : New global search ( #10676 )
2022-10-21 13:16:16 -04:00
signals.py
Fixes #6389 : Call snapshot() on object when processing deletions
2022-11-17 21:04:55 -05:00
urls.py
Closes #11294 : Markdown Preview ( #11894 )
2023-03-09 08:21:13 -05:00
utils.py
Closes #10697 : Move application registry into core app
2022-11-02 15:25:22 -04:00
validators.py
Extend CustomValidator to support required, prohibited fields
2021-06-09 13:10:35 -04:00
views.py
Closes #11294 : Markdown Preview ( #11894 )
2023-03-09 08:21:13 -05:00
webhooks_worker.py
Render the payload_url of the Webhook with Jinja2
2022-01-12 21:58:19 +01:00
webhooks.py
Introduce constants for RQ queue names
2022-12-08 09:58:52 -05:00