Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (20m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 15:08:45 UTC Now

2023-10-10 17:05:00 UTC MAIN commitmail json YAML

py-django-reversion: updated to 5.0.6

5.0.6 - 2023-09-29

- Fix handling case of missing object in admin revert (@julianklotz)

5.0.5 - 2023-09-19

- Handling case of missing object in admin revert (@etianen, @PavelPancocha)
- CI improvements (@etianen, @browniebroke)

5.0.4 - 2022-11-12

- Fix warning log formatting for failed reverts (@tony).

5.0.3 - 2022-10-02

- A revision will no longer be created if a transaction is marked as rollback, as this would otherwise cause an
  additional database error (@proofit404).
- A warning log is now emitted if a revert fails due to database integrity errors, making debugging the final
  ``RevertError`` easier.

5.0.2 - 2022-08-06

- Fixed doc builds on readthedocs (@etianen).

5.0.1 - 2022-06-18

- Fix admin detail view in multi-database configuration (@atten).

5.0.0 - 2022-02-20

- Added support for using django-reversion contexts in ``asyncio`` tasks (@bellini666).
- **Breaking:** Dropped support for Python 3.6.

(adam)