index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
Age
Commit message (
Expand
)
Author
2014-03-13
[1.6.x] Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subcla...
Claude Paroz
2013-10-22
[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.
Ramiro Morales
2013-08-05
[1.6.x] Fixed #20850 -- Added MultiWidget.needs_multipart_form
Tim Heap
2013-07-26
[1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
Tim Graham
2013-07-22
[1.6.x] Fixed #20781 -- Fixed _has_changed regression with MultiValueField
Claude Paroz
2013-07-19
[1.6.x] Fixed #20765 -- Set small values of `step` using exponential notation.
Simon Charette
2013-07-13
[1.6.x] Fixed a deprecation warning in a selenium test.
Tim Graham
2013-06-22
Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init
Claude Paroz
2013-06-20
Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`.
Simon Charette
2013-06-18
Fixed #20618 -- Fixed regression in `BoundField.label_tag`.
Baptiste Mispelon
2013-06-16
Fixed #20464 -- Added a `total_error_count` method on formsets.
Baptiste Mispelon
2013-06-14
Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite
Marc Tamlyn
2013-06-10
Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix
Gabe Jackson
2013-06-10
Fixed available_apps for selenium tests.
Aymeric Augustin
2013-06-06
Fixed #12337 - Honor ModelForm.Meta.exclude when saving ManyToManyFields.
Stephen Burrows
2013-06-06
Fixed #20502 (again) -- More i18n cache flush in tests
Claude Paroz
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #11725 -- Made possible to create widget label tag without "for"
Claude Paroz
2013-05-22
Fixed #18709 -- Check if initial_value is a callable
Jeroen Dekkers
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-05-20
Fixed #20403 -- Ignore forms marked for deletion when validating max_num.
Ryan Kaskel
2013-05-19
Merge pull request #1094 from senko/ticket_11160
Andrew Godwin
2013-05-18
Fixed #20440 -- Ensured CharField's max_length/min_length are integers
Tome Cvitan
2013-05-18
Added stripping of whitespace for SlugField and URLField
Deni Bertovic
2013-05-18
Fixed #11160 - Ensure full_clean is called from non_form_errors
Senko Rasic
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-04-16
Refs #14567 -- Fixed failing test that wasn't being run.
Carl Meyer
2013-04-13
Fixed #17840 -- Generalized named placeholders in form error messages
Claude Paroz
2013-04-13
Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect
Baptiste Mispelon
2013-04-13
Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect
Baptiste Mispelon
2013-04-13
Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple
Baptiste Mispelon
2013-04-12
Modified forms_tests to work with unittest2 discovery.
Preston Timmons
2013-04-12
Fixed #20211: Document backwards-incompatible change in BoundField.label_tag
Baptiste Mispelon
2013-04-02
Move last remaining tests out of models.py files; prep for test discovery.
Preston Timmons
2013-03-25
Removed forced typecasting of help_text/label Field arguments
Claude Paroz
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-03-20
Fixed #18839 - Field.__init__() now calls super().
Carny Cheng
2013-03-14
Fixed #17051 -- Removed some 'invalid' field error messages
Claude Paroz
2013-03-14
Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFields
Claude Paroz
2013-03-11
Removed forced settings in runtests
Claude Paroz
2013-03-08
Fixed a regression in forms changed_data
Claude Paroz
2013-03-07
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
2013-03-06
Fixed minor warnings in tests.
Loic Bistuer
2013-03-02
Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATS
Claude Paroz
2013-03-01
Fixed #16612 -- Improved has_changed detection for localized field values
Claude Paroz
2013-02-26
Renamed a template to be found by the loaders.
Florian Apolloner
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner