diff options
| author | Anders Steinlein <anders@e5r.no> | 2014-03-05 21:19:40 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-15 07:25:35 -0400 |
| commit | 4ef10f245ada0c7d5ae8dc31eebffa63790d40fb (patch) | |
| tree | dffd7ca06862fa20b5fa0b4528ac8beeecaee9fa /docs/ref/checks.txt | |
| parent | 860d31ac7a3bdd4b27db8b34b110b3d801ddaf8a (diff) | |
Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.
Thanks Stephen Burrows for work on the patch as well.
Forwardport of 2914f66983a92fcae55673c517dd8d01e8c238c4 from stable/1.7.x
Diffstat (limited to 'docs/ref/checks.txt')
| -rw-r--r-- | docs/ref/checks.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 67dc335d80..c8e97df660 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -205,7 +205,8 @@ inline on a :class:`~django.contrib.admin.ModelAdmin`. * **admin.E202**: ``<model>`` has no ForeignKey to ``<parent model>``./``<model>`` has more than one ForeignKey to ``<parent model>``. * **admin.E203**: The value of ``extra`` must be an integer. * **admin.E204**: The value of ``max_num`` must be an integer. -* **admin.E205**: The value of ``formset`` must inherit from ``BaseModelFormSet``. +* **admin.E205**: The value of ``min_num`` must be an integer. +* **admin.E206**: The value of ``formset`` must inherit from ``BaseModelFormSet``. GenericInlineModelAdmin ~~~~~~~~~~~~~~~~~~~~~~~ |
