summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-10-07 11:48:11 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-10-07 11:48:11 +0000
commit777aaf03330be83beb4af869d83ab3823a330ba8 (patch)
tree2c150c4cce59d84a501e7cb8b8ec27bf9ac85d3d /docs
parent2ae36375fc48fae0024ffbd3e7f6bdd0604ca4fc (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.txt1
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__()``