Skip to content

Commit b3ef158

Browse files
committed
bumped version
1 parent 4b14eba commit b3ef158

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
Changes
22
=======
33

4+
0.47.0
5+
------
6+
7+
``PiccoloCRUD`` now handles database exceptions better. If a query fails due to
8+
a unique constraint, a 422 response code is returned, along with information
9+
about the error.
10+
11+
This means Piccolo Admin will show more useful debugging information when a
12+
query fails.
13+
14+
Thanks to @ethagnawl for reporting this issue, and @sinisaos for help
15+
prototyping a solution.
16+
17+
-------------------------------------------------------------------------------
18+
419
0.46.0
520
------
621

7-
Fixed a bug with `Email` columns and `PiccoloCRUD.get_new`. Thanks to @Tar8117
8-
for reporting this bug.
22+
Fixed a bug with ``Email`` columns and ``PiccoloCRUD.get_new``. Thanks to
23+
@Tar8117 for reporting this bug.
924

1025
-------------------------------------------------------------------------------
1126

piccolo_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.46.0"
1+
__VERSION__ = "0.47.0"

0 commit comments

Comments
 (0)