Files
lasuite-docs/src/backend/core
Manuel Raynaud 7ed33019c2 ⬆️(back) upgrade django to version 5.2
Django 5.2 is now mature enough and we can use it in production.
In some tests the number of sql queries is increasing. This is because
the `full_clean` method called in the `save` method on all our models is
creating a transaction, so a savepoint and release is added.
We also fix deprecated warning in this commit.
2025-06-17 12:20:19 +02:00
..
2025-06-11 09:10:22 +02:00
2025-06-17 12:20:19 +02:00
2025-05-13 16:00:43 +02:00
2025-06-17 12:20:19 +02:00
2025-06-17 12:20:19 +02:00
2025-06-17 12:20:19 +02:00
2025-05-12 15:56:29 +02:00
2025-03-27 18:27:04 +01:00