Skip to content

Commit

Permalink
Update 0.6 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Sep 18, 2024
1 parent 74fcf4f commit 6fdf314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/the-marten-project/release-notes/0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ _Under development._
#### Models and databases

* [Query sets](../../models-and-databases/queries.md) now support XOR operations when [performing complex queries involving `q` expressions](../../models-and-databases/queries.md#complex-filters-with-q-expressions). Additionally, combining query sets using the XOR operator (`^`) is now also supported (see [`#^ (XOR)`](../../models-and-databases/reference/query-set.md#-xor)).
* A new [`slugify`](../../models-and-databases/reference/fields.md#slugify) option was added to [`slug`](../../models-and-databases/reference/fields.md#slug) model fields in order to make it possible to automatically generate a slug value from another local model field.

#### Handlers and HTTP

Expand Down

0 comments on commit 6fdf314

Please sign in to comment.