- Language: en
101 results for groups in version 5.1
-
Using the Django authentication system
- … groups . set ([ group_list ]) myuser . groups . add ( group , group , ... ) myuser . groups . remove ( group , group , ... ) myuser …
-
django.contrib.auth
- … Group model class models. Group Fields Group objects have the following fields: class models. Group …
-
Settings
- … GROUPING Default: 0 Number of digits grouped together on the integer part of a number …
-
Aggregation
- … group; the annotation is computed over all members of the group. For example, consider an author …
-
Built-in template tags and filters
- … group objects . Group objects are instances of namedtuple() with two fields: grouper – the item that …
-
Django 1.4 release notes
- … groups WHERE group_id = %s )" ] params = [ settings . COMMENTS_BANNED_USERS_GROUP ] qs = qs . extra …
-
How to authenticate against Django’s user database from Apache
- … group based authorization, your custom user must have a relation named ‘groups’, referring to a related …
-
URL dispatcher
- … groups is (?P<name>pattern) , where name is the name of the group …
-
Working with forms
- … group() method which renders the related elements of the field as a group, its label …
-
Django 2.2 release notes
- … GROUP BY queries A model’s Meta.ordering affecting GROUP BY queries (such as .annotate().values …