Skip to content

Commit

Permalink
updates to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacul2 committed Nov 22, 2011
1 parent 0784334 commit a1ae64a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/concepts.rst
Expand Up @@ -3,7 +3,7 @@ Concepts and Definitions


Below are some important concepts that are helpfull to understand when working Below are some important concepts that are helpfull to understand when working
with Dataforms. with Dataforms.



Collection Collection
---------- ----------
Expand Down
4 changes: 3 additions & 1 deletion docs/source/faq.rst
@@ -1,4 +1,6 @@
Frequently Asked Questions Frequently Asked Questions
========================== ==========================


This is pretty sparse, right now. Follow us at https://github.com/django-dataforms/django-dataforms. This is pretty sparse, right now. Follow us at https://github.com/django-dataforms/django-dataforms.


1 change: 1 addition & 0 deletions docs/source/forms.rst
Expand Up @@ -2,3 +2,4 @@
:synopsis: Dataforms Form API :synopsis: Dataforms Form API
:members: :members:
:undoc-members: :undoc-members:

1 change: 1 addition & 0 deletions docs/source/settings.rst
Expand Up @@ -78,3 +78,4 @@ Below are the available settings for Dataforms that can go in your settings.py f
| Specify where or not to use remote JQuery libraries. | Specify where or not to use remote JQuery libraries.
| *default* = True | *default* = True

2 changes: 1 addition & 1 deletion docs/source/validation.rst
Expand Up @@ -4,7 +4,7 @@ Dataforms Form Validation
Validation on Dataforms is very similiar to how you would do validation on a regular Validation on Dataforms is very similiar to how you would do validation on a regular
Django form. The are only 2 things that you needs to remember: Django form. The are only 2 things that you needs to remember:


* Make sure you declare a *staticmethod* decorator on all classes that are to be * Make sure you declare a *staticmethod* decorator on all methods that are to be
used for validation on Dataforms used for validation on Dataforms


* | The name of you validation class has to match the slug of the dataform * | The name of you validation class has to match the slug of the dataform
Expand Down

0 comments on commit a1ae64a

Please sign in to comment.