Skip to content

Commit

Permalink
minor #6299 Removed True and False constraints from reference (edefimov)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 3.0 branch (closes #6299).

Discussion
----------

Removed True and False constraints from reference

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 3.0+
| Fixed tickets |
This PR simply removes _True_, _False_, _Null_ constraints from reference list.

Commits
-------

dcb5a54 Removed True and False constraints from reference
  • Loading branch information
xabbuh committed Feb 27, 2016
2 parents 8222639 + dcb5a54 commit 581f46c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions reference/constraints.rst
Expand Up @@ -9,11 +9,8 @@ Validation Constraints Reference
constraints/Blank
constraints/NotNull
constraints/IsNull
constraints/Null
constraints/IsTrue
constraints/True
constraints/IsFalse
constraints/False
constraints/Type

constraints/Email
Expand Down
8 changes: 0 additions & 8 deletions reference/constraints/False.rst

This file was deleted.

8 changes: 0 additions & 8 deletions reference/constraints/Null.rst

This file was deleted.

8 changes: 0 additions & 8 deletions reference/constraints/True.rst

This file was deleted.

0 comments on commit 581f46c

Please sign in to comment.