You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other changes:
- documented the use of @Property methods as field (related to Support for @Property decorated Django model methods #1)
- some other documentation improvements
- removed some obsolete files
The field definitions shall support using @Property decorated field names.
Example in model definition:
https://docs.djangoproject.com/en/5.1/topics/db/models/#model-methods
Also should support setter when creating or updating objects.
The text was updated successfully, but these errors were encountered: