Skip to content

Commit

Permalink
feat: add documentation tag to til-queryset post
Browse files Browse the repository at this point in the history
  • Loading branch information
MimmyJau committed Aug 4, 2023
1 parent 8eea360 commit 18c50df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/posts/til-queryset.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "TIL: QuerySet.filter()"
pubDate: "2023-07-30"
author: "MimmyJau"
description: "Most QuerySet methods return new QuerySets"
tags: ["python", "django", "TIL"]
tags: ["python", "django", "documentation", "TIL"]
---

Chaining a `.filter()` to a Django QuerySet will [return a new QuerySet](https://docs.djangoproject.com/en/4.2/ref/models/querysets/#filter). It does not modify in-place the existing query.
Expand Down

0 comments on commit 18c50df

Please sign in to comment.