- Language: en
58 results for groups in version 1.10
-
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 …
-
URL dispatcher
- … groups The above example used simple, non-named regular-expression groups (via parenthesis) to capture …
-
Built-in template tags and filters
- … group objects . Each group object has two attributes: grouper – the item that was grouped by (e.g., the string …
-
Settings
- … GROUPING Default: 0 Number of digits grouped together on the integer part of a number …
-
Django 1.4 release notes
- … groups WHERE group_id = %s )' ] params = [ settings . COMMENTS_BANNED_USERS_GROUP ] qs = qs . extra …
-
Authenticating against Django’s user database from Apache
- … group based authorization, your custom user must have a relation named ‘groups’, referring to a related …
-
Models
- … group = models . ForeignKey ( Group , on_delete = models . CASCADE ) date_joined = models . DateField () invite_reason = models …
-
The Django admin site
- … group is a ForeignKey on the Person model: class PersonAdmin ( admin . ModelAdmin ): radio_fields = { "group …
-
Aggregation
- … group; the annotation is computed over all members of the group. For example, consider an author …