File: errors.rst

package info (click to toggle)
django-reversion 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 888 kB
  • sloc: python: 2,893; makefile: 22; sh: 7; sql: 1
file content (30 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.. _errors:

Errors
======

django-reversion defines several custom errors.


.. _RegistrationError:

reversion.RegistrationError
---------------------------

Something went wrong with the :ref:`registration-api`.


.. _RevisionManagementError:

reversion.RevisionManagementError
---------------------------------

Something went wrong using the :ref:`revision-api`.


.. _RevertError:

reversion.RevertError
---------------------

Something went wrong reverting a revision.