diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/serialization.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/serialization.txt b/docs/topics/serialization.txt index 244609337a..d7d72ec48a 100644 --- a/docs/topics/serialization.txt +++ b/docs/topics/serialization.txt @@ -215,7 +215,9 @@ automatically created by Django during the database synchronization process, the primary key of a given content type isn't easy to predict; it will depend on how and when :djadmin:`syncdb` was executed. This is true for all models which automatically generate objects, notably including -:class:`~django.contrib.auth.models.Permission`. +:class:`~django.contrib.auth.models.Permission`, +:class:`~django.contrib.auth.models.Group`, and +:class:`~django.contrib.auth.models.User`. .. warning:: |
