Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/forms_tests
Commit message (Expand)AuthorAgeFilesLines
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Fixed #11725 -- Made possible to create widget label tag ...Claude Paroz2013-05-251-0/+17
* Fixed #18709 -- Check if initial_value is a callableJeroen Dekkers2013-05-221-1/+23
* Use assertIsInstance in tests.Marc Tamlyn2013-05-212-3/+3
* Fixed #20403 -- Ignore forms marked for deletion when val...Ryan Kaskel2013-05-201-0/+18
* Merge pull request #1094 from senko/ticket_11160Andrew Godwin2013-05-191-0/+14
|\
| * Fixed #11160 - Ensure full_clean is called from non_form_...Senko Rasic2013-05-181-0/+14
* | Fixed #20440 -- Ensured CharField's max_length/min_length...Tome Cvitan2013-05-181-0/+9
* | Added stripping of whitespace for SlugField and URLFieldDeni Bertovic2013-05-181-0/+8
|/
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-092-0/+5
* Refs #14567 -- Fixed failing test that wasn't being run.Carl Meyer2013-04-162-2/+3
* Fixed #17840 -- Generalized named placeholders in form er...Claude Paroz2013-04-131-4/+4
* Fixed #4592: Made CheckboxSelectMultiple more like RadioS...Baptiste Mispelon2013-04-131-6/+22
* Fixed #4117: Apply id attribute to the outer <ul> of Radi...Baptiste Mispelon2013-04-133-8/+8
* Fixed #19874: Apply id attribute to the outer <ul> of Che...Baptiste Mispelon2013-04-132-3/+3
* Modified forms_tests to work with unittest2 discovery.Preston Timmons2013-04-1213-12/+12
* Fixed #20211: Document backwards-incompatible change in B...Baptiste Mispelon2013-04-121-17/+35
* Move last remaining tests out of models.py files; prep fo...Preston Timmons2013-04-033-219/+219
* Removed forced typecasting of help_text/label Field argum...Claude Paroz2013-03-251-22/+7
* Fixed #20084 -- Provided option to validate formset max_n...Andrew Gorcester2013-03-211-12/+48
* Fixed #18839 - Field.__init__() now calls super().Carny Cheng2013-03-211-0/+14
* Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz2013-03-142-20/+43
* Fixed #20039 -- Fixed has_changed form detection for requ...Claude Paroz2013-03-142-1/+11
* Removed forced settings in runtestsClaude Paroz2013-03-111-1/+1
* Fixed a regression in forms changed_dataClaude Paroz2013-03-081-0/+26
* Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz2013-03-071-0/+20
* Fixed minor warnings in tests.Loic Bistuer2013-03-051-2/+3
* Fixed #19917 -- Added microseconds in default TIME_INPUT_...Claude Paroz2013-03-021-1/+6
* Fixed #16612 -- Improved has_changed detection for locali...Claude Paroz2013-03-011-9/+27
* Renamed a template to be found by the loaders.Florian Apolloner2013-02-261-0/+0
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-2622-0/+8593