summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-04-18Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,...Jacob Kaplan-Moss
2009-04-18Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc...Jacob Kaplan-Moss
2009-04-18Fixed #10156: `ModelMultipleChoiceField.clean` now does a single query instea...Jacob Kaplan-Moss
2009-04-16Fixed introspection test case which caused "ORA-00972: identifier is too long...Matt Boersma
2009-04-16Fixed #10363 -- Modified ModelForm handling to ensure that excluded fields ca...Russell Keith-Magee
2009-04-16Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL analog of ...Russell Keith-Magee
2009-04-16Fixed #9890 -- Modified the regex validation for email addresses to match RFC...Russell Keith-Magee
2009-04-13Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...Russell Keith-Magee
2009-04-13Fixed #9522 -- Modified handling of values in base serializer so that field s...Russell Keith-Magee
2009-04-13Fixed #9804 -- Corrected the introspection of sequence names. This was causin...Russell Keith-Magee
2009-04-13Fixed #10237 -- Corrected the handling of self-referential m2m fields when us...Russell Keith-Magee
2009-04-12Fixed #10692 -- Fixed DecimalField lookups for extreme values.Malcolm Tredinnick
2009-04-12Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs.Malcolm Tredinnick
2009-04-12Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri().Malcolm Tredinnick
2009-04-12Added a test from Jamie Gennis to ensure #9848 doesn't reappear.Malcolm Tredinnick
2009-04-11Fixed #10738 -- Fixed content type values for deferred and proxy models.Malcolm Tredinnick
2009-04-11Fixed #10197 -- Corrected pickling of querysets when a subset of fields was s...Russell Keith-Magee
2009-04-11Fixed #10766 -- Raise an error when annotate() references another aggreagte()...Russell Keith-Magee
2009-04-11Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.Malcolm Tredinnick
2009-04-11Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the te...Russell Keith-Magee
2009-04-11Fixed #10645 -- Added some robustness around some admin and modelform params.Malcolm Tredinnick
2009-04-11Fixed the tests from #10455 so that they are set up correctly.Malcolm Tredinnick
2009-04-10Fixed #9640, #10549: BooleanFields with choices, a default, and null=False no...Jacob Kaplan-Moss
2009-04-10Converted model_fields regression tests into unittests.Jacob Kaplan-Moss
2009-04-10Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks for the ...Adrian Holovaty
2009-04-10Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.j...Jacob Kaplan-Moss
2009-04-10Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick
2009-04-10Fixed #8515 -- Fixed validation of Polish REGON numbers.Malcolm Tredinnick
2009-04-09Added missing file from [10457].Jacob Kaplan-Moss
2009-04-09Fixed #7944: date-based generic views no longer get confused with a numeric m...Jacob Kaplan-Moss
2009-04-09Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...Jacob Kaplan-Moss
2009-04-09Fixed #10647: intermediary tables between two umanaged models are no longer c...Jacob Kaplan-Moss
2009-04-08Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...Jacob Kaplan-Moss
2009-04-08Fixed the test from [10447] to not depend on `os.listdir()` ordering. I alway...Jacob Kaplan-Moss
2009-04-08Fixed #8422: FilePathField now respects required=False.Jacob Kaplan-Moss
2009-04-08Fixed #10666 -- Corrected the handling of inherited fields with aggregate() a...Russell Keith-Magee
2009-04-07Added some tests to show that #9672 has been fixed ever since [10215]. Refs #...Jacob Kaplan-Moss
2009-04-07Fixed #9756: the for tag no longer leaves the context stack unbalanced when d...Jacob Kaplan-Moss
2009-04-07Fixed #9957: feeds now respect time zone information provided by the pub date.Jacob Kaplan-Moss
2009-04-07Fixed #10585: comment redirects built from the `next` parameter now work corr...Jacob Kaplan-Moss
2009-04-07Fixed #10183 -- Corrected the handling of unicode in assertContains and asser...Russell Keith-Magee
2009-04-06Made a bunch of improvements to admin actions. Be warned: this includes one m...Jacob Kaplan-Moss
2009-04-05Made a set of small test changes to avoid leaving temp files hanging around a...Karen Tracey
2009-04-05Fixed the test case from [10399] to be more robust against the order in which...Jacob Kaplan-Moss
2009-04-05Fixed #10080: `call_command` now takes option defaults into account, sparing ...Jacob Kaplan-Moss
2009-04-05Fixed #9989: fixed a subtle edge case where removing signals could break. Tha...Jacob Kaplan-Moss
2009-04-04Fixed the test added for #9005 to use the e.args[0] instead of e.message. Exc...Karen Tracey
2009-04-04Fixed up the introspection code and tests added for #9779 to run under Python...Karen Tracey
2009-04-04Replace test use of assertTrue with failUnless. No matter how many times we ...Karen Tracey
2009-04-04Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...Karen Tracey