| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-17 | Fixed #16501 -- Added an allow_unicode parameter to SlugField. | Edward Henderson | |
| Thanks Flavio Curella and Berker Peksag for the initial patch. | |||
| 2015-07-16 | Fixed #25078 -- Added support for disabled form fields | Claude Paroz | |
| Thanks Keryn Knight and Tim Graham for the reviews. | |||
| 2015-07-14 | Refs #25085 -- Used more specific assertion in widget test. | Tim Graham | |
| 2015-07-14 | Fixed #25085 -- Overrode Select widget's __deepcopy__() | Eric Carrillo | |
| 2015-07-13 | Fixed #25108 -- Fixed a test which failed on Pillow 2.9+ | Yosuke Yasuda | |
| 2015-07-06 | Refs #4960 -- Fixed selenium test failures for CharField strip changes. | Tim Graham | |
| 2015-07-01 | Fixed #4960 -- Added "strip" option to CharField | Curtis | |
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham | |
| Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more. | |||
| 2015-06-16 | Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField | Andriy Sokolovskiy | |
| 2015-06-06 | Fixed #12437 -- Added css_classes to Form._html_output() | Markus Amalthea Magnuson | |
| 2015-06-04 | Fixed #18166 -- Added form_kwargs support to formsets. | Sergei Maertens | |
| By specifying form_kwargs when instantiating the formset, or overriding the `get_form_kwargs` method on a formset class, you can pass extra keyword arguments to the underlying `Form` instances. Includes tests and documentation update. | |||
| 2015-05-25 | Fixed #24788 -- Allowed Forms to specify a prefix at the class level. | Paweł Marczewski | |
| 2015-05-22 | Refs #9230 -- Added complementary tests for widget iterations | Claude Paroz | |
| 2015-05-20 | Refs #24652 -- Used SimpleTestCase where appropriate. | Simon Charette | |
| 2015-05-06 | Fixed #24497 -- Added Widget.supports_microseconds attribute | wdmgsm | |
| 2015-05-04 | Fixes #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2 | Antonio Garcia-Dominguez | |
| 2015-04-28 | Fixed #24714 -- Used more specific assertions than assertEqual in tests. | Alasdair Nicol | |
| 2015-04-27 | Used assertIsInstance in tests. | Alasdair Nicol | |
| 2015-04-01 | Adapted form regression test to new translations | Claude Paroz | |
| 2015-03-27 | Fixed #24469 -- Refined escaping of Django's form elements in non-Django ↵ | Moritz Sichert | |
| templates. | |||
| 2015-03-16 | Fixed #5986 -- Added ability to customize order of Form fields | Thomas Tanner | |
| 2015-03-05 | Fixed #24428 -- Fixed has_changed for fields with coercion | Claude Paroz | |
| Thanks Carsten Fuchs for the report. | |||
| 2015-03-01 | Fixed #17401 -- Made SelectDateWidget.render reflect wrong value | Claude Paroz | |
| Thanks Marcin Wrobel for the initial patch. | |||
| 2015-02-27 | Removed binary input test line | Claude Paroz | |
| That line was inconveniently introduced by the committer (me) in 3b966c2b73. Sorry! | |||
| 2015-02-27 | Fixed #24229 -- Changed IntegerField to clean floats representing integers | Jon Dufresne | |
| 2015-02-24 | Fixed #24391 -- Made BoundField.value() cache callable values. | Michael Angeletti | |
| 2015-02-23 | Guaranteed removal of temporary files during tests. | Aymeric Augustin | |
| Dropped the DJANGO_TEST_TEMP_DIR environment variable. Before this change, proper removal depended on the developer passing dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions. | |||
| 2015-02-14 | Added missing return value to DurationField.prepare_value(); refs #24339. | Michael Angeletti | |
| 2015-02-14 | Fixed #24339 -- Fixed crash with empty DurationField form field. | Michael Angeletti | |
| 2015-02-06 | Tested DecimalField with scientific notation | Claude Paroz | |
| Refs #15775. | |||
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2015-02-03 | Fixed #24149 -- Normalized tuple settings to lists. | darkryder | |
| 2015-01-28 | Fixed flake8 warning. | Tim Graham | |
| 2015-01-27 | Fixed #24219 -- Moved SelectDateWidget together with the other widgets | Loic Bistuer | |
| and deprecated django.forms.extras. Thanks Berker Peksag and Tim Graham for the reviews. | |||
| 2015-01-27 | Cleaned up some forms tests. | Loic Bistuer | |
| Thanks Berker Peksag and Tim Graham for the reviews. Refs #24219. | |||
| 2015-01-20 | Fixed typos in code comments. | Adam Taylor | |
| 2015-01-19 | Removed IPAddressField per deprecation timeline; refs #20439. | Tim Graham | |
| 2015-01-17 | Removed support for SplitDateTimeWidget with DateTimeField per deprecation ↵ | Tim Graham | |
| timeline. refs #8898 | |||
| 2015-01-17 | Removed django.utils.datastructures.MergeDict per deprecation timeline; refs ↵ | Tim Graham | |
| #18659. | |||
| 2015-01-17 | Removed backwards compatibility shims for "util" modules per deprecation ↵ | Tim Graham | |
| timeline. refs #17627. | |||
| 2015-01-15 | Fixed #23712 -- Fixed KeyError with BaseForm._html_output() | Yang Liu | |
| 2015-01-06 | Fixed #20003 -- Improved and extended URLValidator | Danilo Bargen | |
| This adds support for authentication data (`user:password`) in URLs, IPv6 addresses, and unicode domains. The test suite has been improved by adding test URLs from http://mathiasbynens.be/demo/url-regex (with a few adjustments, like allowing local and reserved IPs). The previous URL validation regex failed this test suite on 13 occasions, the validator was updated based on https://gist.github.com/dperini/729294. | |||
| 2015-01-01 | Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. | Tim Graham | |
| Thanks Markus Holtermann for review. | |||
| 2014-12-31 | Fixed #24008 -- Fixed ValidationError crash with list of dicts. | Andrey Maslov | |
| 2014-12-31 | Renamed tests for util -> utils moves; refs #17627. | Tim Graham | |
| 2014-12-30 | Applied ignore_warnings to Django tests | Claude Paroz | |
| 2014-12-20 | Fixed #2443 -- Added DurationField. | Marc Tamlyn | |
| A field for storing periods of time - modeled in Python by timedelta. It is stored in the native interval data type on PostgreSQL and as a bigint of microseconds on other backends. Also includes significant changes to the internals of time related maths in expressions, including the removal of DateModifierNode. Thanks to Tim and Josh in particular for reviews. | |||
| 2014-12-12 | Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data. | Grzegorz Slusarek | |
| 2014-12-03 | Removed redundant numbered parameters from str.format(). | Berker Peksag | |
| Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}". | |||
| 2014-11-21 | Fixed #23883 -- Stopped flatatt modifying its argument | Tim Heap | |
