diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-05-12 22:53:23 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-05-12 22:53:23 +0000 |
| commit | 8e7d2d2e6824dc69fcfef8dc6467f6d874ddc9ee (patch) | |
| tree | 7f2e79be9c9208ac585dbc2c73bbc164266595c8 /docs/releases | |
| parent | 111d361d61fd4a40281db38850e560724bd908b0 (diff) | |
Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.2.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt index 1d4e78f3c0..1ba411a122 100644 --- a/docs/releases/1.2.txt +++ b/docs/releases/1.2.txt @@ -351,8 +351,8 @@ people this shouldn't have been a problem because ``bool`` is a subclass of only time this should ever be an issue is if you were expecting printing the ``repr`` of a ``BooleanField`` to print ``1`` or ``0``. -Changes to the interpretation of``max_num`` in FormSets -------------------------------------------------------- +Changes to the interpretation of ``max_num`` in FormSets +-------------------------------------------------------- As part of enhancements made to the handling of FormSets, the default value and interpretation of the ``max_num`` parameter to the |
