Timeline
Feb 19, 2024:
- 11:19 PM Ticket #35236 (Database layer (models, ORM) - Access Field.attname and Field.column directly) updated by
- I'm pretty sure this will break some 3rd party packages, …
- 11:12 PM Ticket #35153 (Documentation - FORMAT_MODULE_PATH not acting as I expected.) updated by
- In e72fdc8: […]
- 11:11 PM Ticket #35153 (Documentation - FORMAT_MODULE_PATH not acting as I expected.) closed by
- fixed: In 9bd849c8: […]
- 11:02 PM Ticket #34846 (Documentation - Add "Copy" button to the code snippets in docs.) updated by
-
Owner changed
- 10:53 PM Ticket #35238 (Core (Serialization) - Missing chunk_size kwarg throws exception when creating test DB if ...) updated by
-
Needs documentation, Status, Owner changed
- 10:49 PM Ticket #35238 (Core (Serialization) - Missing chunk_size kwarg throws exception when creating test DB if ...) updated by
-
Severity, Has patch, Needs tests changed
Regression in 139135627650ed6aaaf4c755b82c3bd43f2b8f51 (#29984) … - 10:44 PM Ticket #29167 (contrib.staticfiles - HashedFilesMixin doesn't work with data URIs that include a closing ...) closed by
- worksforme: Closing as "worksforme" unless someone can provide a reproducible …
- 10:34 PM Ticket #35153 (Documentation - FORMAT_MODULE_PATH not acting as I expected.) updated by
-
Triage Stage changed
PR - 10:29 PM Changeset [9bd849c]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #35153 -- Added note about locale name notation to …
- 10:16 PM Ticket #35238 (Core (Serialization) - Missing chunk_size kwarg throws exception when creating test DB if ...) updated by
-
Has patch changed
- 5:46 PM Ticket #35238 (Core (Serialization) - Missing chunk_size kwarg throws exception when creating test DB if ...) updated by
-
Triage Stage changed
- 5:21 PM Ticket #35233 (Core (System checks) - Push templates checks down to backend engine classes) updated by
-
Status, Owner changed
- 5:04 PM Ticket #35238 (Core (Serialization) - Missing chunk_size kwarg throws exception when creating test DB if ...) created by
- I am trying to upgrade from 4.x to 5.0 and am running into this issue …
- 5:02 PM Ticket #35237 (Core (System checks) - Optimize system checks for admin actions) updated by
-
Summary, Has patch, Owner changed
- 5:01 PM Ticket #35236 (Database layer (models, ORM) - Access Field.attname and Field.column directly) updated by
-
Description, Has patch, Owner changed
- 4:59 PM Ticket #35237 (Core (System checks) - Optimize system checks for admin actions) created by
-
In
ModelAdminChecks, the_check_action_permission_methodsand … - 4:32 PM Ticket #35236 (Database layer (models, ORM) - Access Field.attname and Field.column directly) created by
-
Many field references call
Field.get_attname_column()or … - 3:09 PM Ticket #35153 (Documentation - FORMAT_MODULE_PATH not acting as I expected.) updated by
-
Has patch changed
- 2:51 PM Ticket #34981 (Testing framework - Promote `--pair` and `--bisect` from `runtest.py` to be available as ...) updated by
-
Needs documentation, Needs tests changed
- 2:49 PM Ticket #34806 (contrib.sessions - Make cached_db backend resilient to cache backend errors) updated by
-
Needs documentation changed
- 1:41 PM Ticket #35222 (Core (Other) - Update tablespaces tests) closed by
- invalid
- 1:21 PM Ticket #29167 (contrib.staticfiles - HashedFilesMixin doesn't work with data URIs that include a closing ...) updated by
-
Has patch changed
- 1:19 PM Ticket #23759 (File uploads/storage - Storage.get_available_name should preserve all file extensions, not ...) updated by
-
Has patch changed
- 11:34 AM Ticket #35226 (Testing framework - Dynamically created connection are disallowed in SimpleTestCase and ...) closed by
- fixed: In 5f637a8a: […]
- 11:34 AM Changeset [5f637a8a]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #35226 -- Reallowed executing queries for dynamically created …
- 11:31 AM Ticket #35222 (Core (Other) - Update tablespaces tests) updated by
-
Status, Resolution changed
I opened a draft PR. It … - 11:01 AM Ticket #35153 (Documentation - FORMAT_MODULE_PATH not acting as I expected.) updated by
-
Owner changed
- 10:28 AM Ticket #35198 (contrib.admin - Facet filters crash for queryset with no ID.) updated by
-
Has patch changed
Here is the PR: https://github.com/django/django/pull/17880 - 7:29 AM Ticket #25281 (contrib.auth - Permission strings don't uniquely identify permissions) updated by
-
Cc changed
- 7:14 AM Ticket #35226 (Testing framework - Dynamically created connection are disallowed in SimpleTestCase and ...) updated by
-
Has patch changed
PR - 7:08 AM Changeset [9350308f]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed closing connections in test_utils.tests.AllowedDatabaseQueriesTests.
- 6:52 AM Ticket #28011 (Documentation - Correct Field.hidden docs regarding what fields are hidden) updated by
- In f65f8ab: […]
- 6:50 AM Ticket #33497 (Database layer (models, ORM) - Document that database persistent connections do not work with ASGI ...) updated by
- As a user of Django, I was looking through the steps needed to …
- 5:59 AM Ticket #35235 (contrib.postgres - ArrayAgg() doesn't return default when filter contains __in=[].) created by
-
ArrayAgg changed the default return value in Django 5.0 to
None… - 5:22 AM Changeset [f65f8ab]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #28011 -- Removed ForeignObjectRel.is_hidden().
- 4:43 AM Ticket #35187 (Core (Other) - @sensitive_variables/sensitive_post_parameters decorators crash with ...) updated by
- @Jon: The test looks good to me! Thanks for adding it!
- 3:46 AM Ticket #35226 (Testing framework - Dynamically created connection are disallowed in SimpleTestCase and ...) updated by
-
Summary, Version, Cc, Triage Stage, Status, Owner changed
Replying to Florian Apolloner: > That seems like a … - 3:31 AM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) closed by
- fixed: In 6002df06: […]
- 3:21 AM Ticket #35226 (Testing framework - Dynamically created connection are disallowed in SimpleTestCase and ...) updated by
- That seems like a workable solution to me if it doesn't conflict with …
- 2:57 AM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Patch needs improvement changed
- 2:57 AM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) updated by
-
Triage Stage changed
- 2:56 AM Changeset [6002df0]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #35224 -- Made GenericForeignKey inherit from Field.
- 2:39 AM Changeset [57e6336]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Updated my entry in AUTHORS.
- 2:31 AM Ticket #34060 (Database layer (models, ORM) - Creating CheckConstraint on JSONField with __exact lookup on key ...) updated by
- In 26aae56: […]
- 1:59 AM Ticket #35226 (Testing framework - Dynamically created connection are disallowed in SimpleTestCase and ...) updated by
- We could ignore dynamically created connections, e.g.: […] What do …
- 1:42 AM Ticket #35234 (contrib.postgres - ExclusionConstraint.expressions should be checked for foreign ...) updated by
-
Owner changed
- 1:41 AM Ticket #35225 (Database layer (models, ORM) - Tests of ordering by JSON field fail in Oracle 21c) closed by
- needsinfo: I don't think you've explained the issue in enough detail to confirm a …
- 1:28 AM Changeset [26aae56]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #34060 -- Fixed JSONField exact lookup for primitivies on …
- 1:17 AM Ticket #35232 (Database layer (models, ORM) - Cache Options.verbose_name_raw) closed by
- fixed: In f25d84f: […]
- 1:13 AM Ticket #35234 (contrib.postgres - ExclusionConstraint.expressions should be checked for foreign ...) updated by
-
Triage Stage, Has patch changed
PR
Feb 18, 2024:
- 11:19 PM Ticket #35234 (contrib.postgres - ExclusionConstraint.expressions should be checked for foreign ...) created by
-
Unlike
CheckConstraint.condition,UniqueConstraint.fields, … - 11:08 PM Ticket #35232 (Database layer (models, ORM) - Cache Options.verbose_name_raw) updated by
-
Triage Stage changed
- 11:05 PM Changeset [f25d84f]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #35232 -- Cached model's Options.verbose_name_raw.
- 10:58 PM Ticket #35229 (Core (System checks) - Prevent repeated checks of custom error handler URLs) closed by
- fixed: In 28a3fbe: […]
- 10:58 PM Changeset [28a3fbe]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #35229 -- Made URL custom error handler check run once.
- 10:57 PM Ticket #35229 (Core (System checks) - Prevent repeated checks of custom error handler URLs) updated by
-
Triage Stage, Owner changed
- 10:47 PM Ticket #35230 (Database layer (models, ORM) - Cache ForeignObjectRel.get_accessor_name()) closed by
- fixed: In 5e80390a: […]
- 10:47 PM Changeset [5e80390a]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #35230 -- Added cached ForeignObjectRel.accessor_name.
- 10:46 PM Ticket #35230 (Database layer (models, ORM) - Cache ForeignObjectRel.get_accessor_name()) updated by
-
Triage Stage, Owner changed
- 10:45 PM Ticket #7732 (Database layer (models, ORM) - Oracle Backend with SessionPool) updated by
-
Patch needs improvement changed
- 10:38 PM Ticket #35232 (Database layer (models, ORM) - Cache Options.verbose_name_raw) updated by
-
Triage Stage changed
- 10:37 PM Ticket #35232 (Database layer (models, ORM) - Cache Options.verbose_name_raw) updated by
-
Owner changed
- 9:14 PM Ticket #35233 (Core (System checks) - Push templates checks down to backend engine classes) updated by
-
Triage Stage changed
- 5:14 PM Ticket #35233 (Core (System checks) - Push templates checks down to backend engine classes) created by
- Currently, the three system checks for template settings are …
- 3:51 PM Ticket #35232 (Database layer (models, ORM) - Cache Options.verbose_name_raw) updated by
-
Description changed
- 3:49 PM Ticket #35232 (Database layer (models, ORM) - Cache Options.verbose_name_raw) created by
- Another candidate for caching, like #35230, following the same system …
- 3:40 PM Ticket #35231 (Core (Other) - Add system checks for settings types) updated by
-
Status, Owner changed
- 3:40 PM Ticket #35231 (Core (Other) - Add system checks for settings types) created by
- The discussion about this can be found on the forum at: …
- 3:02 PM Ticket #35229 (Core (System checks) - Prevent repeated checks of custom error handler URLs) updated by
- It would be nice, but it’s very hard. Many of the performance problems …
- 2:55 PM Ticket #35230 (Database layer (models, ORM) - Cache ForeignObjectRel.get_accessor_name()) updated by
- Thanks for the note Simon. Yes, it will be interesting to see the …
- 12:13 PM Ticket #35230 (Database layer (models, ORM) - Cache ForeignObjectRel.get_accessor_name()) updated by
-
Triage Stage changed
This is worth doing but if anyone runs into issues with this change … - 12:00 PM Ticket #35229 (Core (System checks) - Prevent repeated checks of custom error handler URLs) updated by
-
Triage Stage changed
Do you think it might be worth adding … - 6:26 AM Ticket #35230 (Database layer (models, ORM) - Cache ForeignObjectRel.get_accessor_name()) created by
- This method computes the name for the accessor descriptor, used in …
- 5:58 AM Ticket #35229 (Core (System checks) - Prevent repeated checks of custom error handler URLs) created by
- In #29642 I added a system check for custom error handler URLs. I …
- 4:42 AM Ticket #35198 (contrib.admin - Facet filters crash for queryset with no ID.) updated by
- Yes, kind of. The full filter is something like this: […]
- 3:48 AM Ticket #35181 (Documentation - behaviour of makemessage dont follow documentation) updated by
- As I understand it, LOCALE_PATHS is only used to find the .mo files …
- 12:53 AM Ticket #35228 (Database layer (models, ORM) - django.db.utils.OperationalError: (1044, "Access denied for user ...) closed by
- invalid: Hi, The issue tracker is not a place to seek help with using Django …
- 12:17 AM Ticket #35228 (Database layer (models, ORM) - django.db.utils.OperationalError: (1044, "Access denied for user ...) created by
- It's been a while since I am having issues with integrating django …
Feb 17, 2024:
- 11:34 PM Ticket #23759 (File uploads/storage - Storage.get_available_name should preserve all file extensions, not ...) updated by
-
Status, Owner changed
- 4:08 PM Ticket #35227 (contrib.admin - admin.display(ordering="") is raises exception while trying to ...) closed by
- invalid: > When I tried to order by column is_success, Django admin raises an …
- 3:27 PM Ticket #35227 (contrib.admin - admin.display(ordering="") is raises exception while trying to ...) created by
-
I have two models.
[…]
And have defined admin for
Aclass, … - 2:54 PM Ticket #26329 (contrib.staticfiles - StaticFilesStorage permits leading slash, CachedStaticFilesStorage doesn't) updated by
- I'm not sure what that would look like since the current behavior …
- 1:30 PM Ticket #35226 (Testing framework - Dynamically created connection are disallowed in SimpleTestCase and ...) updated by
- Well I will see if I can get around it without an alias change in the …
- 12:40 PM Ticket #29167 (contrib.staticfiles - HashedFilesMixin doesn't work with data URIs that include a closing ...) updated by
- A PR has been submitted!
- 12:40 PM Ticket #29167 (contrib.staticfiles - HashedFilesMixin doesn't work with data URIs that include a closing ...) updated by
-
Status, Owner changed
- 12:32 PM Ticket #35226 (Testing framework - Dynamically created connection are disallowed in SimpleTestCase and ...) updated by
-
Description changed
TBH, I don't see how we could handle this and keep … - 12:25 PM Ticket #35223 (Database layer (models, ORM) - Fields with db_default raise ValidationErrors when full_clean() called) updated by
-
Type, Triage Stage changed
Replying to Simon Charette: > I believe that we should … - 12:22 PM Ticket #28011 (Documentation - Correct Field.hidden docs regarding what fields are hidden) updated by
- In 23c7cbf: […]
- 12:22 PM Ticket #28011 (Documentation - Correct Field.hidden docs regarding what fields are hidden) closed by
- fixed: In 7ba6c9ed: […]
- 11:54 AM Ticket #35187 (Core (Other) - @sensitive_variables/sensitive_post_parameters decorators crash with ...) updated by
- I've put up a PR to add …
- 11:10 AM Ticket #35226 (Testing framework - Dynamically created connection are disallowed in SimpleTestCase and ...) created by
- While working on connection pooling for postgres I ran into the …
- 10:48 AM Ticket #25306 (Forms - Allow a limit_choices_to callable to accept the current model instance) updated by
- I thought I'd bring it the following since …
- 10:18 AM Ticket #28011 (Documentation - Correct Field.hidden docs regarding what fields are hidden) updated by
-
Triage Stage changed
PR - 10:17 AM Changeset [7ba6c9ed]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #28011 -- Corrected Field.hidden docs.
- 9:15 AM Ticket #14831 (Documentation - Django Template Style Guide) updated by
- Post to forum made …
- 8:01 AM Ticket #35225 (Database layer (models, ORM) - Tests of ordering by JSON field fail in Oracle 21c) updated by
- Interesting they pass on Oracle 23c.
- 7:41 AM Ticket #35198 (contrib.admin - Facet filters crash for queryset with no ID.) updated by
- Replying to Thomas Feldmann: > Hey, thanks a lot for …
- 7:12 AM Ticket #35225 (Database layer (models, ORM) - Tests of ordering by JSON field fail in Oracle 21c) created by
- There are 2 tests that fail in Oracle 21c. […] […]
- 5:34 AM Ticket #35198 (contrib.admin - Facet filters crash for queryset with no ID.) updated by
- Hey, thanks a lot for tackling this! You're right, for this reproducer …
- 1:30 AM Ticket #26329 (contrib.staticfiles - StaticFilesStorage permits leading slash, CachedStaticFilesStorage doesn't) updated by
- Adam, Can you submit PR with a regression test to prove it's fixed?
- 1:28 AM Ticket #27201 (contrib.staticfiles - Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS ...) closed by
- fixed: Agreed, the previous behavior has been restored in …
- 1:22 AM Ticket #29167 (contrib.staticfiles - HashedFilesMixin doesn't work with data URIs that include a closing ...) updated by
- Adam, Can you submit PR with a regression test to prove it's fixed?
- 1:17 AM Ticket #35187 (Core (Other) - @sensitive_variables/sensitive_post_parameters decorators crash with ...) updated by
- In 41a4bba: […]
- 1:16 AM Ticket #35187 (Core (Other) - @sensitive_variables/sensitive_post_parameters decorators crash with ...) closed by
- fixed: In d1be05b3: […]
- 1:15 AM Changeset [d1be05b3]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_parameters …
- 12:27 AM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) updated by
-
Status, Owner changed
Dylan, I already attached a PR to this ticket. - 12:05 AM Ticket #35198 (contrib.admin - Facet filters crash for queryset with no ID.) updated by
- Replying to Simon Alef: > Description: > Our Django …
Feb 16, 2024:
- 11:35 PM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) updated by
-
Status, Owner changed
- 11:24 PM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) updated by
- There’s an open PR, the tests all pass.
- 9:17 PM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) updated by
-
Owner changed
- 5:46 PM Ticket #26329 (contrib.staticfiles - StaticFilesStorage permits leading slash, CachedStaticFilesStorage doesn't) updated by
-
Cc changed
I tested this in Django v5.0.2, and the error message now takes this … - 5:27 PM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) updated by
-
Triage Stage changed
I'm eager to see what the test suite says but it seems like a worth … - 4:55 PM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) updated by
-
Has patch changed
- 4:55 PM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) updated by
-
Summary, Description changed
- 4:31 PM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) updated by
-
Description changed
- 4:26 PM Ticket #27201 (contrib.staticfiles - Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS ...) updated by
- I'm unable to reproduce this issue on Django v5.0.2, so I wonder if …
- 4:26 PM Ticket #35224 (contrib.contenttypes - Make GenericForeignKey a subclass of Field) created by
- When introduced in bca5327b21eb2e3ee18292cbe532d6d0071201d8, …
- 4:22 PM Ticket #27201 (contrib.staticfiles - Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS ...) updated by
-
Cc changed
- 4:04 PM Ticket #28011 (Documentation - Correct Field.hidden docs regarding what fields are hidden) updated by
-
Has patch, Status, Owner changed
- 3:38 PM Ticket #35038 (Migrations - Changing violation_error_message on constraints cause a remove/add ...) updated by
-
Needs tests, Patch needs improvement changed
Marking as needs improvement pending a discussion. - 3:35 PM Ticket #24018 (Database layer (models, ORM) - Support setting pragma options for SQLite.) closed by
- fixed: In 7a05b8a: […]
- 3:23 PM Ticket #35223 (Database layer (models, ORM) - Fields with db_default raise ValidationErrors when full_clean() called) updated by
-
I believe that we should find a way to have
db_defaultbehave the … - 3:20 PM Ticket #35223 (Database layer (models, ORM) - Fields with db_default raise ValidationErrors when full_clean() called) updated by
- > I would suggest having fields with db_default be excluded by default …
- 2:27 PM Ticket #35223 (Database layer (models, ORM) - Fields with db_default raise ValidationErrors when full_clean() called) updated by
-
Description changed
- 2:26 PM Ticket #35223 (Database layer (models, ORM) - Fields with db_default raise ValidationErrors when full_clean() called) updated by
-
Description changed
- 2:25 PM Ticket #35223 (Database layer (models, ORM) - Fields with db_default raise ValidationErrors when full_clean() called) created by
- Starting to migrate models in my (large) project to use Django 5’s new …
- 2:22 PM Ticket #29167 (contrib.staticfiles - HashedFilesMixin doesn't work with data URIs that include a closing ...) updated by
-
Cc changed
- 2:14 PM Ticket #29167 (contrib.staticfiles - HashedFilesMixin doesn't work with data URIs that include a closing ...) updated by
- It looks like this was fixed in mid-2022 by commit …
- 1:55 PM Ticket #35038 (Migrations - Changing violation_error_message on constraints cause a remove/add ...) updated by
-
Has patch, Cc changed
- 1:42 PM Ticket #35187 (Core (Other) - @sensitive_variables/sensitive_post_parameters decorators crash with ...) updated by
-
Has patch changed
PR - 11:52 AM Ticket #35198 (contrib.admin - Facet filters crash for queryset with no ID.) updated by
-
Status, Owner changed
Will try to look up and fix this. - 10:45 AM Ticket #35196 (contrib.admin - auto running of server is not working , when making changes in ...) updated by
- hello , thanks for confirmation
- 9:20 AM Ticket #35222 (Core (Other) - Update tablespaces tests) closed by
- needsinfo: As far as I'm aware, you think that these tests should be improved but …
- 8:20 AM Ticket #35222 (Core (Other) - Update tablespaces tests) updated by
-
Description changed
- 8:20 AM Ticket #35222 (Core (Other) - Update tablespaces tests) updated by
-
Description changed
- 8:17 AM Ticket #35222 (Core (Other) - Update tablespaces tests) created by
- Tablespaces tests currently have a note saying that DEFAULT_TABLESPACE …
- 6:36 AM Ticket #35187 (Core (Other) - @sensitive_variables/sensitive_post_parameters decorators crash with ...) updated by
-
Status, Owner changed
> I can confirm, this fixes the Problem for us. :-) Thanks for checking! - 6:35 AM Ticket #35187 (Core (Other) - @sensitive_variables/sensitive_post_parameters decorators crash with ...) updated by
- Replying to Mariusz Felisiak: > Great idea! Marcus, does …
- 6:27 AM Ticket #35198 (contrib.admin - Facet filters crash for queryset with no ID.) updated by
-
Summary, Severity, Cc, Triage Stage changed
Thanks for the report. Regression in … - 5:59 AM Changeset [7a05b8a2]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #24018 -- Allowed setting pragma options on SQLite.
- 5:58 AM Ticket #27516 (Testing framework - Optimize test client response.json()) updated by
- Sorry for revisiting this old issue. I recently ran into trouble …
- 2:45 AM Ticket #29725 (Database layer (models, ORM) - Inefficient SQL generated when counting a ManyToMany) closed by
- fixed: In 66e47ac6: […]
- 1:58 AM Ticket #29725 (Database layer (models, ORM) - Inefficient SQL generated when counting a ManyToMany) updated by
-
Triage Stage, Needs tests, Patch needs improvement changed
- 1:57 AM Changeset [66e47ac6]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #29725 -- Removed unnecessary join in QuerySet.count() and …
- 1:26 AM Ticket #34060 (Database layer (models, ORM) - Creating CheckConstraint on JSONField with __exact lookup on key ...) updated by
- In 0d8fbe2a: […]
- 12:40 AM Changeset [0d8fbe2]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #34060 -- Fixed crash when filtering against literal JSON with …
Note:
See TracTimeline
for information about the timeline view.