We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5284e8b commit 508e609Copy full SHA for 508e609
docs/common_issues.rst
@@ -104,7 +104,6 @@ Tracking Custom Users
104
105
Use ``register()`` to track changes to the custom user model
106
instead of setting ``HistoricalRecords`` on the model directly.
107
- See :ref:`register`.
108
109
The reason for this, is that unfortunately ``HistoricalRecords``
110
cannot be set directly on a swapped user model because of the user
docs/querying_history.rst
@@ -122,9 +122,6 @@ model history.
122
<Poll: Poll object as of 2010-10-25 18:04:13.814128>
123
124
125
-.. _register:
126
-
127
128
Save without a historical record
129
--------------------------------
130
0 commit comments