mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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
This commit is contained in:
parent
6ecadcbdd2
commit
954e3b4ad3
6 changed files with 120 additions and 6 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue