index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2009-05-13
[1.0.X] Fixed #10448: correcting errors on "save as new" now correctly create...
Jacob Kaplan-Moss
2009-05-13
[1.0.X] Fixed #10243, #11043 -- Corrected handling of formsets over a Foreign...
Russell Keith-Magee
2009-05-13
[1.0.X] Fixed #10288 -- Corrected _has_changed handling of DateTimeInput when...
Russell Keith-Magee
2009-05-11
[1.0.X] Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty...
Russell Keith-Magee
2009-05-09
[1.0.X] Fixed #11042 -- Corrected admin inlines for inherited models. Thanks ...
Russell Keith-Magee
2009-05-08
[1.0.X] Fixed test suite on Oracle that was broken by using keyword "date" as...
Matt Boersma
2009-05-08
[1.0.X] Fixed #10899 -- Ensured that log messages for deletions in the admin ...
Russell Keith-Magee
2009-05-08
[1.0.X] Fixed #10516 -- Corrected admin search when the search_fields definit...
Russell Keith-Magee
2009-05-08
[1.0.X] Fixed #9493 -- Corrected error handling of formsets that violate uniq...
Russell Keith-Magee
2009-05-08
Reverted r10709 which I applied to the wrong branch. Sorry for my git-svn fail!
Jacob Kaplan-Moss
2009-05-08
Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.
Jacob Kaplan-Moss
2009-05-08
[1.0.X] Fixed #8817: get_image_dimensions correctly closes the files it opens...
Jacob Kaplan-Moss
2009-05-08
[1.0.X]: Fixed #9610 -- Fixed duplicate uploaded file name mangling when dire...
Gary Wilson Jr
2009-05-07
[1.0.X] Make sure that all uses of max_length in the test suite use values sm...
Jacob Kaplan-Moss
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-02
Fixed #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
[next]