fix: Added option to specify lookup_column for get_object_or_404

This commit is contained in:
2024-05-13 11:21:25 +02:00
parent 4c25d91e18
commit 5a7e1776db
2 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,11 @@
All notable changes to this project will be documented in this file.
## 1.2.X
## 1.2.3
- Added option to specify lookup_column for get_object_or_404
## 1.2.2
- Added order_by method