From 777aaf03330be83beb4af869d83ab3823a330ba8 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Tue, 7 Oct 2008 11:48:11 +0000 Subject: [PATCH] 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 --- docs/internals/contributing.txt | 1 + 1 file changed, 1 insertion(+) 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__()``