| .. |
|
api
|
Merge v3.1.7
|
2022-02-03 12:55:34 -05:00 |
|
forms
|
Use ContentTypeChoiceField for object_type
|
2022-02-11 11:33:16 -05:00 |
|
graphql
|
Fixes #7333: Prevent inadvertent deletion of prior change records when deleting objects
|
2021-09-21 14:24:23 -04:00 |
|
management
|
Fixes #8078: Add missing wireless models to lsmodels() in nbshell
|
2021-12-15 08:38:19 -05:00 |
|
migrations
|
Closes #8463: Change the created field on all change-logged models from date to datetime
|
2022-02-08 14:41:44 -05:00 |
|
models
|
Standardize on get_FOO_color() method for returning ChoiceField colors
|
2022-02-11 14:25:13 -05:00 |
|
plugins
|
Fix plugin name resolution
|
2022-02-09 12:55:10 -05:00 |
|
templatetags
|
Refactor plugins registry
|
2022-02-04 14:37:29 -05:00 |
|
tests
|
Merge branch 'develop' into feature
|
2022-02-10 15:05:54 -05:00 |
|
__init__.py
|
Remove default_app_config (deprecated in Django 3.2)
|
2021-09-15 11:18:47 -04:00 |
|
admin.py
|
Introduce DEFAULT_USER_PREFERENCES dynamic config setting
|
2021-12-21 20:30:59 -05:00 |
|
apps.py
|
Closes #6138: Add an 'empty' filter modifier for character fields
|
2021-07-01 15:17:46 -04:00 |
|
choices.py
|
Extend to support the assignment of multiple objects per field
|
2022-01-05 17:05:54 -05: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-02-10 15:05:54 -05:00 |
|
lookups.py
|
Closes #6138: Add an 'empty' filter modifier for character fields
|
2021-07-01 15:17:46 -04:00 |
|
querysets.py
|
Fix ProgrammingError exception when annotating config context data
|
2022-02-03 12:58:54 -05:00 |
|
registry.py
|
Tweak registry initialization
|
2022-01-19 15:22:28 -05:00 |
|
reports.py
|
Closes #8572: Add a pre_run() method for reports
|
2022-02-07 12:57:02 -05: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
|
Closes #8600: Document built-in template tags & filters
|
2022-02-09 16:01:58 -05:00 |
|
urls.py
|
#8334: Move object changelog & journaling to generic views
|
2022-02-09 16:24:10 -05: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
|
Fixes #8578: Object change log tables should honor user's configured preferences
|
2022-02-10 12:07:09 -05:00 |
|
webhooks_worker.py
|
Render the payload_url of the Webhook with Jinja2
|
2022-01-12 21:58:19 +01:00 |
|
webhooks.py
|
Closes #6519: Avoid querying applicable webhooks for every object
|
2021-06-01 13:55:17 -04:00 |