1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

[1.0.X] Added a note about where custom manager specifications go in a model

(for the style guide).

Backport of r9191 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-10-07 11:56:49 +00:00
parent 3963a01697
commit 8e1c848099

View File

@ -555,6 +555,7 @@ Model style
follows (noting that these are not all required): follows (noting that these are not all required):
* All database fields * All database fields
* Custom manager attributes
* ``class Meta`` * ``class Meta``
* ``def __unicode__()`` * ``def __unicode__()``
* ``def __str__()`` * ``def __str__()``