Ticket #13914: doc.diff
File doc.diff, 576 bytes (added by , 14 years ago) |
---|
-
docs/topics/serialization.txt
400 400 This definition ensures that ``ContentType`` models are serialized before 401 401 ``Permission`` models. In turn, any object referencing ``Permission`` will 402 402 be serialized after both ``ContentType`` and ``Permission``. 403 404 .. note:: 405 406 Besides the ``Permission`` model, both ``User`` and ``Group`` models 407 in ``contrib.auth`` support natural keys. 408