| .. |
|
api
|
Fixes #8499: Content types REST API endpoint should not require model permission
|
2022-02-01 15:14:13 -05:00 |
|
forms
|
Fixes #8611: Fix bulk editing for certain custom link, webhook, and journal entry fields
|
2022-02-11 15:34:41 -05:00 |
|
graphql
|
Fixes #7333: Prevent inadvertent deletion of prior change records when deleting objects
|
2021-09-21 14:24:23 -04:00 |
|
management
|
Enable tab completion in nbshell
|
2022-02-13 03:00:57 -05:00 |
|
migrations
|
Fixes #8201: Custom integer fields should allow negative integers as minimum/maximum values
|
2022-01-03 10:07:19 -05:00 |
|
models
|
Fixes #8314: Prevent custom fields with default values from appearing as applied filters erroneously
|
2022-01-11 15:02:10 -05:00 |
|
plugins
|
Merge branch 'feature' into 6651-plugins-rq-queues
|
2021-07-09 08:43:39 -04:00 |
|
templatetags
|
Move rendering logic under CustomLink class
|
2021-12-22 20:25:57 -05:00 |
|
tests
|
Add description filter for CustomField, ExportTemplate & Tag
|
2022-02-25 18:15:33 +01:00 |
|
__init__.py
|
Remove default_app_config (deprecated in Django 3.2)
|
2021-09-15 11:18:47 -04:00 |
|
admin.py
|
Move GRAPHQL_ENABLED to dynamic configuration
|
2021-11-08 15:31:09 -05:00 |
|
apps.py
|
Closes #6138: Add an 'empty' filter modifier for character fields
|
2021-07-01 15:17:46 -04:00 |
|
choices.py
|
Closes #7452: Add JSON custom field type
|
2021-10-28 10:29:14 -04:00 |
|
conditions.py
|
Improve documentation and testing for conditions
|
2021-11-03 14:02:43 -04:00 |
|
constants.py
|
Add tags as a feature query
|
2021-05-21 16:54:33 -04: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 pull request #8741 from djothi/develop
|
2022-02-25 13:18:40 -05:00 |
|
lookups.py
|
Closes #6138: Add an 'empty' filter modifier for character fields
|
2021-07-01 15:17:46 -04:00 |
|
querysets.py
|
Fixes #7674: Fix inadvertent application of device type context to virtual machines
|
2021-12-13 13:42:59 -05:00 |
|
registry.py
|
Raise specific exceptions
|
2020-03-18 13:15:22 -04:00 |
|
reports.py
|
feat: reports within a module can now be ordered
|
2021-09-27 11:02:31 +02:00 |
|
scripts.py
|
Closes #8368: Enable controlling the order of custom script form fields with field_order
|
2022-01-18 16:01:40 -05:00 |
|
signals.py
|
Merge branch 'develop' into feature
|
2021-11-24 14:00:37 -05:00 |
|
tables.py
|
Changelog & cleanup for #8556
|
2022-02-14 10:06:56 -05:00 |
|
urls.py
|
Introduce a common URL for the creation of image attachments
|
2021-10-01 12:34:30 -04:00 |
|
utils.py
|
Move ObjectChange creation into signal receivers
|
2020-08-14 17:03:45 -04:00 |
|
validators.py
|
Extend CustomValidator to support required, prohibited fields
|
2021-06-09 13:10:35 -04:00 |
|
views.py
|
Fixes #8578: Object change log tables should honor user's configured preferences
|
2022-02-10 12:07:09 -05:00 |
|
webhooks_worker.py
|
Improve webhook tests
|
2021-11-03 14:01:59 -04:00 |
|
webhooks.py
|
Closes #6519: Avoid querying applicable webhooks for every object
|
2021-06-01 13:55:17 -04:00 |