Skip to content

Commit

Permalink
Add tag link for changelog (#1651)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Bondar <andrey@bondar.ru>
  • Loading branch information
waketzheng and abondar committed Jun 16, 2024
1 parent 531f6ad commit f1c082d
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,42 @@ Changelog
0.21
====

0.21.4
0.21.4 (unreleased)
------
Added
^^^^^
- Add ObjectDoesNotExistError to show better 404 message. (#759)
- DoesNotExist and MultipleObjectsReturned support 'Type[Model]' argument. (#742)(#1650)

Fixed
^^^^^
- Fix `update_or_create` errors when field value changed. (#1584)
- Fix bandit check error (#1643)
- Fix `update_or_create` errors when field value changed. (#1584)

Changed
^^^^^^^
- Remove obsolete loop._selector from contrib/test. (#659)(#1636)

0.21.3
`0.21.3 <../0.21.3>`_ - 2024-06-01
------
Fixed
^^^^^
- Fix `bulk_update` when using source_field for pk (#1633)

0.21.2
`0.21.2 <../0.21.2>`_ - 2024-05-25
------
Added
^^^^^
- Add `create_unique_index` argument to M2M field and default if it is true (#1620)

0.21.1
`0.21.1 <../0.21.1>`_ - 2024-05-24
------
Fixed
^^^^^
- Fix error on using old style `pk=True`

0.21.0
`0.21.0 <../0.21.0>`_ - 2024-05-23
------
Added
^^^^^
Expand Down

0 comments on commit f1c082d

Please sign in to comment.