Django 1.11.x Documentationstep. You should see the Django admin index page: You should see a few types of editable content: groups and users. They are provided by django.contrib.auth, the authentication framework shipped by Django consider the case of an application tracking the musical groups which musicians belong to. There is a many-to-many relationship between a person and the groups of which they are a member, so you could use a ManyToManyField relationships, you can query using the attributes of the many-to- many-related model: # Find all the groups with a member whose name starts with 'Paul' >>> Group.objects.filter(members__name__startswith='Paul')0 码力 | 1878 页 | 6.40 MB | 1 年前3
Django 1.11.x Documentationstep. You should see the Django admin index page: You should see a few types of editable content: groups and users. They are provided by django.contrib.auth, the authentication framework shipped by Django consider the case of an application tracking the musical groups which musicians belong to. There is a many-to-many relationship between a person and the groups of which they are a member, so you could use a ManyToManyField relationships, you can query using the attributes of the many-to-many-related model: # Find all the groups with a member whose name starts with 'Paul' >>> Group.objects.filter(members__name__startswith='Paul')0 码力 | 2747 页 | 2.67 MB | 1 年前3
Django 1.8.x Documentationstep. You should see the Django admin index page: You should see a few types of editable content: groups and users. They are provided by django.contrib.auth, the authentication framework shipped by Django consider the case of an application tracking the musical groups which musicians belong to. There is a many-to-many relationship between a person and the groups of which they are a member, so you could use a ManyToManyField relationships, you can query using the attributes of the many-to- many-related model: # Find all the groups with a member whose name starts with 'Paul' >>> Group.objects.filter(members__name__startswith='Paul')0 码力 | 1685 页 | 6.01 MB | 1 年前3
Django 1.8.x Documentationstep. You should see the Django admin index page: You should see a few types of editable content: groups and users. They are provided by django.contrib.auth, the authentication framework shipped by Django consider the case of an application tracking the musical groups which musicians belong to. There is a many-to-many relationship between a person and the groups of which they are a member, so you could use a ManyToManyField relationships, you can query using the attributes of the many-to-many-related model: # Find all the groups with a member whose name starts with 'Paul' >>> Group.objects.filter(members__name__startswith='Paul')0 码力 | 2454 页 | 2.85 MB | 1 年前3
Django 2.2.x Documentationstep. You should see the Django admin index page: You should see a few types of editable content: groups and users. They are provided by django.contrib.auth, the authentication framework shipped by Django consider the case of an application tracking the musical groups which musicians belong to. There is a many-to-many relationship between a person and the groups of which they are a member, so you could use a ManyToManyField relationships, you can query using the attributes of the many-to-many-related model: # Find all the groups with a member whose name starts with 'Paul' >>> Group.objects.filter(members__name__startswith='Paul')0 码力 | 2915 页 | 2.83 MB | 1 年前3
Django 2.1.x Documentationstep. You should see the Django admin index page: You should see a few types of editable content: groups and users. They are provided by django.contrib.auth, the authentication framework shipped by Django consider the case of an application tracking the musical groups which musicians belong to. There is a many-to-many relationship between a person and the groups of which they are a member, so you could use a ManyToManyField relationships, you can query using the attributes of the many-to- many-related model: # Find all the groups with a member whose name starts with 'Paul' >>> Group.objects.filter(members__name__startswith='Paul')0 码力 | 1910 页 | 6.49 MB | 1 年前3
Django 2.1.x Documentationstep. You should see the Django admin index page: You should see a few types of editable content: groups and users. They are provided by django.contrib.auth, the authentication framework shipped by Django consider the case of an application tracking the musical groups which musicians belong to. There is a many-to-many relationship between a person and the groups of which they are a member, so you could use a ManyToManyField relationships, you can query using the attributes of the many-to-many-related model: # Find all the groups with a member whose name starts with 'Paul' >>> Group.objects.filter(members__name__startswith='Paul')0 码力 | 2790 页 | 2.71 MB | 1 年前3
Django 1.10.x DocumentationDocumentation, Release 1.10.9.dev20171123183751 You should see a few types of editable content: groups and users. They are provided by django.contrib.auth, the authentication framework shipped by Django consider the case of an application tracking the musical groups which musicians belong to. There is a many-to-many relationship between a person and the groups of which they are a member, so you could use a ManyToManyField relationships, you can query using the attributes of the many-to- many-related model: # Find all the groups with a member whose name starts with 'Paul' >>> Group.objects.filter(members__name__startswith='Paul')0 码力 | 1817 页 | 6.19 MB | 1 年前3
Django 1.10.x Documentationstep. You should see the Django admin index page: You should see a few types of editable content: groups and users. They are provided by django.contrib.auth, the authentication framework shipped by Django consider the case of an application tracking the musical groups which musicians belong to. There is a many-to-many relationship between a person and the groups of which they are a member, so you could use a ManyToManyField relationships, you can query using the attributes of the many-to-many-related model: # Find all the groups with a member whose name starts with 'Paul' >>> Group.objects.filter(members__name__startswith='Paul')0 码力 | 2538 页 | 2.59 MB | 1 年前3
Django 3.0.x Documentationstep. You should see the Django admin index page: You should see a few types of editable content: groups and users. They are provided by django.contrib.auth, the authentication framework shipped by Django consider the case of an application tracking the musical groups which musicians belong to. There is a many-to-many relationship between a person and the groups of which they are a member, so you could use a ManyToManyField relationships, you can query using the attributes of the many-to-many-related model: # Find all the groups with a member whose name starts with 'Paul' >>> Group.objects.filter(members__name__startswith='Paul')0 码力 | 3085 页 | 2.95 MB | 1 年前3
共 89 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













