summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-05-05Fixed #10275 -- Corrected the edge case of rendering a LogEntry with a conten...Russell Keith-Magee
2009-05-03Fixed #9932 -- Added a validation error when an inline tries to exclude the f...Russell Keith-Magee
2009-05-03Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at...Russell Keith-Magee
2009-05-02Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...Russell Keith-Magee
2009-05-02Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...Russell Keith-Magee
2009-04-30Fixed #10847 -- Modified handling of extra() to use a masking strategy, rathe...Russell Keith-Magee
2009-04-30Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelFor...Russell Keith-Magee
2009-04-28Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo...Russell Keith-Magee
2009-04-28Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ...Russell Keith-Magee
2009-04-22Fixed the tests from [9438] to work consistantly across databases. In particu...Jacob Kaplan-Moss
2009-04-22Added a `QuerySet.ordered` property to check if a queryset is already ordered...Jacob Kaplan-Moss
2009-04-22Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o...Jacob Kaplan-Moss
2009-04-18Fixed #10799: fixed the use of list_editable with model inheritance and custo...Jacob Kaplan-Moss
2009-04-18Fixed #10002: inline file uploads now correctly display prior data. Thanks, d...Jacob Kaplan-Moss
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