Newer
Older
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Flow Page Interface
===================
This describes the programming interface between Relate and a page in a flow.
.. automodule:: course.page.base
Validation
----------
.. automodule:: course.validation
Canonicalization of Django Names
================================
.. currentmodule:: django.forms.forms
.. class:: Form
See :class:`django.forms.Form`.
.. currentmodule:: django.http.request
.. class:: HttpRequest
See :class:`django.http.HttpRequest`.
Stub Docs
=========
.. currentmodule:: course.models
.. class:: Course
.. class:: FlowSession
.. currentmodule:: relate.utils
.. class:: SubdirRepoWrapper
.. currentmodule:: course.utils
.. class:: FlowPageContext