1
0
mirror of https://github.com/django/django.git synced 2025-04-05 05:56:42 +00:00

Fixed #35866 -- Clarified the positioning Python magic methods on models in the internal style guide.

This commit is contained in:
maddrum 2024-10-26 14:46:46 +03:00 committed by Ryan Cheley
parent c2e1bfbe9b
commit 8aac7445f6

View File

@ -417,7 +417,7 @@ Model style
* All database fields
* Custom manager attributes
* ``class Meta``
* ``def __str__()``
* ``def __str__()`` and other Python magic methods
* ``def save()``
* ``def get_absolute_url()``
* Any custom methods