Changes between Initial Version and Version 1 of Ticket #36070, comment 3
- Timestamp:
- Jan 8, 2025, 3:52:09 AM (27 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36070, comment 3
initial v1 1 True, a "virtual field" is not really a defined term and in my head things like a [https://docs.djangoproject.com/en/5.1/ref/contrib/contenttypes/#django.contrib.contenttypes.fields.GenericForeignKey GenericForeignKey] or a [https://docs.djangoproject.com/en/5.1/ref/models/fields/#generatedfield GeneratedField] might be in a similar category.1 True, a "virtual field" is not really a defined term and in my head things like a [https://docs.djangoproject.com/en/5.1/ref/contrib/contenttypes/#django.contrib.contenttypes.fields.GenericForeignKey GenericForeignKey] or a virtual [https://docs.djangoproject.com/en/5.1/ref/models/fields/#generatedfield GeneratedField] might be in a similar category (category roughly being fields that don't map to a single database column). 2 2 I will accept as happy to review a docs update