1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/docs/releases
Tai Lee 1280675834 Fixed #15511 -- Allow optional fields on `MultiValueField subclasses.
The `MultiValueField` class gets a new ``require_all_fields`` argument that
defaults to ``True``. If set to ``False``, individual fields can be made
optional, and a new ``incomplete`` validation error will be raised if any
required fields have empty values.

The ``incomplete`` error message can be defined on a `MultiValueField`
subclass or on each individual field. Skip duplicate errors.
2013-08-06 08:50:47 -04:00
..
0.95.txt
0.96.txt
1.0-alpha-1.txt
1.0-alpha-2.txt
1.0-beta-2.txt
1.0-beta.txt
1.0-porting-guide.txt
1.0.1.txt
1.0.2.txt
1.0.txt
1.1-alpha-1.txt
1.1-beta-1.txt
1.1-rc-1.txt
1.1.2.txt
1.1.3.txt
1.1.4.txt
1.1.txt
1.2-alpha-1.txt
1.2-beta-1.txt
1.2-rc-1.txt
1.2.1.txt Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07:00
1.2.2.txt
1.2.3.txt
1.2.4.txt
1.2.5.txt
1.2.6.txt
1.2.7.txt
1.2.txt
1.3-alpha-1.txt Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. 2013-05-18 19:04:34 -03:00
1.3-beta-1.txt Fixed #19695 -- Retitle "Form Media" to "Form Assets". 2013-07-08 13:59:54 -04:00
1.3.1.txt
1.3.2.txt
1.3.txt Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-08-06 07:13:17 -04:00
1.4-alpha-1.txt
1.4-beta-1.txt
1.4.1.txt
1.4.2.txt
1.4.txt Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. 2013-05-18 19:04:34 -03:00
1.5-alpha-1.txt Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5. 2013-06-28 23:16:28 -03:00
1.5-beta-1.txt Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07:00
1.5.1.txt
1.5.txt Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5. 2013-06-28 23:16:28 -03:00
1.6.txt Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-08-06 07:13:17 -04:00
1.7.txt Fixed #15511 -- Allow optional fields on `MultiValueField subclasses. 2013-08-06 08:50:47 -04:00
index.txt Added 1.7 release notes in TOC. 2013-07-09 23:04:37 +02:00