- Language: en
82 results for groups in version 3.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 …
-
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 …
-
Authenticating 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 …
-
Django 2.2 release notes
- … GROUP BY queries A model’s Meta.ordering affecting GROUP BY queries (such as .annotate().values …
-
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 …