Ticket #13914: doc.diff

File doc.diff, 576 bytes (added by Juarez Bochi, 13 years ago)
  • docs/topics/serialization.txt

     
    400400This definition ensures that ``ContentType`` models are serialized before
    401401``Permission`` models. In turn, any object referencing ``Permission`` will
    402402be 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
Back to Top