addons-server
  • Security Bug Reports
  • External API
  • Development
  • Models
    • translations
    • amo
    • abuse
    • access
    • activity
    • addons
    • api
    • applications
    • bandwagon
    • blocklist
    • devhub
    • discovery
    • files
    • hero
    • promoted
    • ratings
      • ratings.Rating
      • ratings.RatingFlag
      • ratings.RatingAggregate
      • ratings.DeniedRatingWord
    • reviewers
    • scanners
    • search
    • shelves
    • tags
    • users
    • versions
    • zadmin
  • Logs
  • IP addresses
  • Third-Party Usage
  • AMO Blocklist
  • Environments
  • Runbooks
  • External API (V3 - Deprecated)
  • External API (V4 - Frozen)
  • Playground
addons-server
  • Models
  • ratings
  • View page source

ratings

  • ratings.Rating
    • Model Info
    • Fields
    • Relations
    • Reverse Relations
    • Methods
    • Custom Managers
  • ratings.RatingFlag
    • Model Info
    • Fields
    • Relations
    • Methods
    • Custom Managers
  • ratings.RatingAggregate
    • Model Info
    • Fields
    • Relations
    • Methods
    • Custom Managers
  • ratings.DeniedRatingWord
    • Model Info
    • Fields
    • Methods
    • Custom Managers
digraph model_graph {
  // Dotfile by Django-Extensions graph_models
  // Created: 2025-06-14 14:50
  

  fontname = "Roboto"
  fontsize = 8
  splines  = true
  rankdir = "TB"
  

  node [
    fontname = "Roboto"
    fontsize = 8
    shape = "plaintext"
  ]

  edge [
    fontname = "Roboto"
    fontsize = 8
  ]

  // Labels
  subgraph cluster_olympia_ratings {
    label=<
          <TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
          <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER">
          <FONT FACE="Roboto" COLOR="Black" POINT-SIZE="10">
          <B>olympia.ratings</B>
          </FONT>
          </TD></TR>
          </TABLE>
          >
    color=olivedrab4
    style="rounded"
  
    olympia_amo_models_ModelBase [label=<
      <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
      <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
      <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
      ModelBase
      </B></FONT></TD></TR>
    
      </TABLE>
      >]
  
    olympia_ratings_models_Rating [label=<
      <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
      <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
      <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
      Rating<BR/>&lt;<FONT FACE="Roboto"><I>ModelBase</I></FONT>&gt;
      </B></FONT></TD></TR>
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>id</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>PositiveAutoField</B></FONT>
      </TD></TR>
    
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>addon</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT>
      </TD></TR>
    
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>reply_to</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT>
      </TD></TR>
    
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>user</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT>
      </TD></TR>
    
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>version</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT>
      </TD></TR>
    
    
      </TABLE>
      >]
  
    olympia_ratings_models_RatingFlag [label=<
      <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
      <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
      <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
      RatingFlag<BR/>&lt;<FONT FACE="Roboto"><I>ModelBase</I></FONT>&gt;
      </B></FONT></TD></TR>
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>id</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>AutoField</B></FONT>
      </TD></TR>
    
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>rating</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT>
      </TD></TR>
    
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>user</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT>
      </TD></TR>
    
    
      </TABLE>
      >]
  
    olympia_ratings_models_RatingAggregate [label=<
      <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
      <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
      <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
      RatingAggregate<BR/>&lt;<FONT FACE="Roboto"><I>ModelBase</I></FONT>&gt;
      </B></FONT></TD></TR>
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>id</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>AutoField</B></FONT>
      </TD></TR>
    
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>addon</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>OneToOneField (id)</B></FONT>
      </TD></TR>
    
    
      </TABLE>
      >]
  
    olympia_ratings_models_DeniedRatingWord [label=<
      <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
      <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
      <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
      DeniedRatingWord<BR/>&lt;<FONT FACE="Roboto"><I>ModelBase</I></FONT>&gt;
      </B></FONT></TD></TR>
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>id</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>AutoField</B></FONT>
      </TD></TR>
    
    
      </TABLE>
      >]

  }


  // Relations
  olympia_addons_models_Addon [label=<
  <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
  <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">Addon</FONT>
  </TD></TR>
  </TABLE>
  >]
  olympia_ratings_models_Rating -> olympia_addons_models_Addon
  [label=" addon (_ratings)"] [arrowhead=none, arrowtail=dot, dir=both];
  olympia_versions_models_Version [label=<
  <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
  <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">Version</FONT>
  </TD></TR>
  </TABLE>
  >]
  olympia_ratings_models_Rating -> olympia_versions_models_Version
  [label=" version (ratings)"] [arrowhead=none, arrowtail=dot, dir=both];
  olympia_users_models_UserProfile [label=<
  <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
  <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">UserProfile</FONT>
  </TD></TR>
  </TABLE>
  >]
  olympia_ratings_models_Rating -> olympia_users_models_UserProfile
  [label=" user (_ratings_all)"] [arrowhead=none, arrowtail=dot, dir=both];

  olympia_ratings_models_Rating -> olympia_ratings_models_Rating
  [label=" reply_to (replies)"] [arrowhead=none, arrowtail=dot, dir=both];

  olympia_ratings_models_Rating -> olympia_amo_models_ModelBase
  [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];

  olympia_ratings_models_RatingFlag -> olympia_ratings_models_Rating
  [label=" rating (ratingflag)"] [arrowhead=none, arrowtail=dot, dir=both];
  olympia_users_models_UserProfile [label=<
  <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
  <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">UserProfile</FONT>
  </TD></TR>
  </TABLE>
  >]
  olympia_ratings_models_RatingFlag -> olympia_users_models_UserProfile
  [label=" user (ratingflag)"] [arrowhead=none, arrowtail=dot, dir=both];

  olympia_ratings_models_RatingFlag -> olympia_amo_models_ModelBase
  [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
  olympia_addons_models_Addon [label=<
  <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
  <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">Addon</FONT>
  </TD></TR>
  </TABLE>
  >]
  olympia_ratings_models_RatingAggregate -> olympia_addons_models_Addon
  [label=" addon (ratingaggregate)"] [arrowhead=none, arrowtail=none, dir=both];

  olympia_ratings_models_RatingAggregate -> olympia_amo_models_ModelBase
  [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];

  olympia_ratings_models_DeniedRatingWord -> olympia_amo_models_ModelBase
  [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];


}

Click on the diagram to pan/zoom

Previous Next

© Copyright 2024, Mozilla.

Built with Sphinx using a theme provided by Read the Docs.