diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-07 11:56:49 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-07 11:56:49 +0000 |
| commit | 8e1c848099c88dbcb9edcdd0ba1d17610b59fd87 (patch) | |
| tree | db5520e29e71eee9b5261a87962c3144da3ef082 /docs | |
| parent | 3963a01697f301629f336fb88a96ca326f6697e6 (diff) | |
[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
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__()`` |
