- Language: en
101 results for groups in version 5.1
-
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 …
-
Query Expressions
- … GROUP TIES NO_OTHERS The exclusion argument allows excluding rows ( CURRENT_ROW ), groups ( GROUP ), and ties …
-
Model field reference
- … group" , "person" ), ) class Membership ( models . Model ): group = models . ForeignKey ( Group , on_delete …
-
Customizing authentication in Django
- … groups. If obj is passed in, only returns the group permissions for this specific object …
-
Django 3.0 release notes
- … group_by_selected_pks_on_model() method of django.db.backends.base.BaseDatabaseFeatures allows optimization of GROUP BY clauses …
-
Django 4.2 release notes
- … GROUP BY columns, so the pre-Django 4.2 workaround of grouping by primary keys of the main …
-
Django 5.0 release notes
- … group, and field group templates. This simplifies rendering of the related elements of a Django …
-
Database access optimization
- … group . members . all () if display_group_members : if members : if current_user in members : print …
-
Django 1.11 release notes
- … GROUPING setting support non-uniform digit grouping. Management Commands The new loaddata --exclude option allows …