Data views

sol.views.data.championships()

Produce a listing of the championships.

sol.views.data.championshipsLookup()

Compact listing of the championships, used by UI lookup widgets.

sol.views.data.clubUsers()

Produce a listing of the users associated with a particular club.

sol.views.data.clubs()

Produce a listing of the clubs.

sol.views.data.clubsLookup()

Compact listing of clubs, used by UI widgets.

sol.views.data.countries(request)

Produce a listing of the countries.

sol.views.data.duplicatedPlayers()

Produce a listing of the players that seem to be duplicated.

sol.views.data.federations(request, results)

Produce a listing of the clubs that are also federations.

sol.views.data.languages(request)

Produce a listing of the languages.

sol.views.data.owners(request, results)

Produce a listing of the confirmed users, used to reassign ownership.

sol.views.data.players()

Produce a listing of the players.

sol.views.data.ratedPlayers(request, results)

Produce a listing of the players, with their most recent rating.

sol.views.data.ratings()

Produce a listing of the ratings.

sol.views.data.ratingsLookup()

Compact listing of the ratings, used by UI lookup widgets.

sol.views.data.tourneys()

Produce a listing of the tourneys.

sol.views.data.users()

Produce a listing of the users.