From 954e3b4ad37b572cdc46baf3e35c712f4049efea Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 4 Feb 2012 12:48:01 +0000 Subject: Fixed #13914 -- Added natural keys to User and Group models in auth contrib app. Thanks, jbochi and closedbracket. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17429 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/serialization.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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:: -- cgit v1.3