Explorar el Código

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

Malcolm Tredinnick hace 16 años
padre
commit
777aaf0333
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      docs/internals/contributing.txt

+ 1 - 0
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__()``