summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-05-07[1.0.X] Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks,...Jacob Kaplan-Moss
2009-05-05[1.0.X] Fixed #10275 -- Corrected the edge case of rendering a LogEntry with ...Russell Keith-Magee
2009-05-03[1.0.X] Fixed #9932 -- Added a validation error when an inline tries to exclu...Russell Keith-Magee
2009-05-03[1.0.X] Fixed #9362 -- Prevented inline forms from overwriting the content_ty...Russell Keith-Magee
2009-05-02Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...Russell Keith-Magee
2009-05-02[1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form value...Russell Keith-Magee
2009-04-30[1.0.X] Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ...Russell Keith-Magee
2009-04-28[1.0.X] Fixed #10082 -- Modified BaseFormSet so that ordering checks work whe...Russell Keith-Magee
2009-04-22[1.0.X] Fixed the tests from [9438] to work consistantly across databases. In...Jacob Kaplan-Moss
2009-04-22[1.0.X] Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atr...Jacob Kaplan-Moss
2009-04-21[1.0.X] Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewm...Karen Tracey
2009-04-21[1.0.X] Added a test from Jamie Gennis to ensure #9848 doesn't reappear.Karen Tracey
2009-04-18[1.0.X] Fixed #10002: inline file uploads now correctly display prior data. T...Jacob Kaplan-Moss
2009-04-18[1.0.X] Fixed #9122: generic inline formsets now respect exclude and max_num....Jacob Kaplan-Moss
2009-04-18[1.0.X] Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, ...Jacob Kaplan-Moss
2009-04-18[1.0.X\ Fixed #10156: `ModelMultipleChoiceField.clean` now does a single quer...Jacob Kaplan-Moss
2009-04-17[1.0.X] Fixed introspection test case which caused "ORA-00972: identifier is ...Matt Boersma
2009-04-16[1.0.X] Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL an...Russell Keith-Magee
2009-04-16[1.0.X] Fixed #9890 -- Modified the regex validation for email addresses to m...Russell Keith-Magee
2009-04-13[1.0.X] Fixed #10458 -- Corrected the `next_month` and `previous_month` conte...Russell Keith-Magee
2009-04-13[1.0.X] Fixed #9522 -- Modified handling of values in base serializer so that...Russell Keith-Magee
2009-04-13[1.0.X] Fixed #9804 -- Corrected the introspection of sequence names. This wa...Russell Keith-Magee
2009-04-13[1.0.X] Fixed #10237 -- Corrected the handling of self-referential m2m fields...Russell Keith-Magee
2009-04-12[1.0.X] Fixed #10692 -- Fixed DecimalField lookups for extreme values.Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10675 -- Added unicode paragraph and line-sep handling to esca...Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_...Malcolm Tredinnick
2009-04-11[1.0.X] Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.Malcolm Tredinnick
2009-04-11[1.0.X] Fixed #10571 -- Ensured that unicode POST data is correctly encoded b...Russell Keith-Magee
2009-04-10[1.0.X] Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks ...Jacob Kaplan-Moss
2009-04-10[1.0.X] Fixed #9640, #10549: BooleanFields with choices, a default, and null=...Jacob Kaplan-Moss
2009-04-10[1.0.X] Converted model_fields regression tests into unittests. Backport of r...Jacob Kaplan-Moss
2009-04-10[1.0.X] Fixed #10774: accessing form media types in templates (i.e. ``{{ form...Jacob Kaplan-Moss
2009-04-10[1.0.X] Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick
2009-04-10[1.0.X] Fixed #8515 -- Fixed validation of Polish REGON numbers.Malcolm Tredinnick
2009-04-09[1.0.X] Fixed #7944: date-based generic views no longer get confused with a n...Jacob Kaplan-Moss
2009-04-08[1.0.X] Fixed the test from [10447] to not depend on `os.listdir()` ordering....Jacob Kaplan-Moss
2009-04-08[1.0.X] Fixed #8422: FilePathField now respects required=False. Backport of r...Jacob Kaplan-Moss
2009-04-07[1.0.X] Added some tests to show that #9672 has been fixed ever since [10215]...Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #9957: feeds now respect time zone information provided by the ...Jacob Kaplan-Moss
2009-04-07[1.0.X] Replaced a misplaced import from [10425].Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #10585: comment redirects built from the `next` parameter now w...Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #10183 -- Corrected the handling of unicode in assertContains a...Russell Keith-Magee
2009-04-05[1.0.X] Made a set of small test changes to avoid leaving temp files hanging ...Karen Tracey
2009-04-05[1.0.X] Fixed the test case from [10399] to be more robust against the order ...Jacob Kaplan-Moss
2009-04-05[1.0.X] Fixed #10080: `call_command` now takes option defaults into account, ...Jacob Kaplan-Moss
2009-04-05Fixed #9989: fixed a subtle edge case where removing signals could break. Tha...Jacob Kaplan-Moss
2009-04-04[1.0.X] Fixed the test added for #9005 to use the e.args[0] instead of e.mess...Karen Tracey
2009-04-04[1.0.X] Fixed up the tests added for #9779 to run under Python 2.3, which doe...Karen Tracey
2009-04-04[1.0.X] Replace test use of assertTrue with failUnless. No matter how many ti...Karen Tracey
2009-04-04[1.0.X] Fixed #10254: Changed the regex in get_valid_filename to allow unicod...Karen Tracey