diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-07 11:48:11 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-07 11:48:11 +0000 |
| commit | 777aaf03330be83beb4af869d83ab3823a330ba8 (patch) | |
| tree | 2c150c4cce59d84a501e7cb8b8ec27bf9ac85d3d /docs | |
| parent | 2ae36375fc48fae0024ffbd3e7f6bdd0604ca4fc (diff) | |
Added a note about where custom manager specifications go in a model (for the
style guide).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index b2efc2f684..f4955dc3ca 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -555,6 +555,7 @@ Model style follows (noting that these are not all required): * All database fields + * Custom manager attributes * ``class Meta`` * ``def __unicode__()`` * ``def __str__()`` |
