|
| 1 | +Release 0.6.0 (beta) |
| 2 | +--------------------------------- |
| 3 | + |
| 4 | +* new :ref:`disable_concurrency` context manager |
| 5 | +* added documentation for :ref:`concurrency.middleware.ConcurrencyMiddleware <concurrencymiddleware>` |
| 6 | +* **BACKWARD INCOMPATIBLE** Fixed typo: ``CONCURRECY_SANITY_CHECK`` now ``CONCURRENCY_SANITY_CHECK`` |
| 7 | +* added :ref:`disable_sanity_check` context manager |
| 8 | +* added configuration |
| 9 | +* check admin actions for concurrent deletion |
| 10 | +* added concurrency check for admin's :ref:`list_editable` |
| 11 | + |
| 12 | + |
1 | 13 | Release 0.5.0 |
2 | 14 | --------------------------------- |
| 15 | + |
3 | 16 | * python 3.x compatibility |
4 | | -* new :ref:`CONCURRENCY_FIELD_SIGNER` |
| 17 | +* new :setting:`CONCURRENCY_FIELD_SIGNER` |
5 | 18 |
|
6 | 19 |
|
7 | 20 | Release 0.4.0 |
8 | 21 | --------------------------------- |
9 | 22 |
|
10 | | -* start deprecation of ``concurrency.core.VersionChangedError``, ``concurrency.core.RecordModifiedError``, ``concurrency.core.InconsistencyError``,moved in ``concurrency.exceptions`` |
| 23 | +* start deprecation of ``concurrency.core.VersionChangedError``, ``concurrency.core.RecordModifiedError``, |
| 24 | + ``concurrency.core.InconsistencyError``,moved in ``concurrency.exceptions`` |
11 | 25 | * start deprecation of ``concurrency.core.apply_concurrency_check``, ``concurrency.core.concurrency_check`` moved in ``concurrency.api`` |
12 | | -* added :ref:`CONCURRECY_SANITY_CHECK` settings entry |
| 26 | +* added :setting:`CONCURRECY_SANITY_CHECK` settings entry |
13 | 27 | * signing of version number to avoid tampering (:ref:`concurrentform`) |
14 | | -* added :ref:`ConcurrencyTestMixin` to help test on concurrency managed models |
| 28 | +* added :ref:`concurrencytestmixin` to help test on concurrency managed models |
15 | 29 | * changed way to add concurrency to exisiting models (:ref:`apply_concurrency_check`) |
16 | 30 | * fixed #4 (thanks FrankBie) |
17 | 31 | * removed RandomVersionField |
|
0 commit comments