Skip to content

[pull] main from django:main#373

Merged
pull[bot] merged 10 commits intothreatcode:mainfrom
django:main
Apr 19, 2026
Merged

[pull] main from django:main#373
pull[bot] merged 10 commits intothreatcode:mainfrom
django:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 19, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

timgraham and others added 10 commits April 19, 2026 08:06
Added in 5bc3123 (refs #24558),
it was obsoleted when OrderedDict usage was removed in
24b82cd (refs #30159).
…cending and random order_by strings.

Run this example:

```python
User.objects.values("is_staff").annotate(latest=Max("date_joined")).order_by("-latest").count()
```

You should see the following exception:

```
django.core.exceptions.FieldError: Cannot resolve keyword '-latest' into field.
```

Regression in 2ce5cb0.
Now that the DSF is a CVE Numbering Authority (CNA), we
manage our own CVE assignments.
Needed by Django MongoDB Backend's EmbeddedModelField.
@pull pull Bot locked and limited conversation to collaborators Apr 19, 2026
@pull pull Bot added the ⤵️ pull label Apr 19, 2026
@pull pull Bot merged commit 673fa46 into threatcode:main Apr 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants