Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for @property decorated Django model methods #1

Open
jhassine opened this issue Nov 26, 2024 · 0 comments
Open

Support for @property decorated Django model methods #1

jhassine opened this issue Nov 26, 2024 · 0 comments

Comments

@jhassine
Copy link
Collaborator

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.

@jhassine jhassine changed the title Support for @property Support for @property decorated Django model methods Nov 26, 2024
jhassine added a commit that referenced this issue Nov 29, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant