Reference

This document covers various components of pinax.apps.autocomplete_app.

Modules

pinax.apps.autocomplete_app.views

pinax.apps.autocomplete_app.views.username_autocomplete_all(request)
Provides username matching based on matches of the beginning of the usernames of all users in the system.
pinax.apps.autocomplete_app.views.username_autocomplete_friends(request)
Provides username matching based on matches of the beginning of the usernames of friends.

Table Of Contents

Previous topic

Getting started

Next topic

basic_profiles

This Page