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-05
Fixed #10275 -- Corrected the edge case of rendering a LogEntry with a conten...
Russell Keith-Magee
2009-05-03
Fixed #9932 -- Added a validation error when an inline tries to exclude the f...
Russell Keith-Magee
2009-05-03
Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at...
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
Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...
Russell Keith-Magee
2009-04-30
Fixed #10847 -- Modified handling of extra() to use a masking strategy, rathe...
Russell Keith-Magee
2009-04-30
Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelFor...
Russell Keith-Magee
2009-04-28
Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo...
Russell Keith-Magee
2009-04-28
Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ...
Russell Keith-Magee
2009-04-22
Fixed the tests from [9438] to work consistantly across databases. In particu...
Jacob Kaplan-Moss
2009-04-22
Added a `QuerySet.ordered` property to check if a queryset is already ordered...
Jacob Kaplan-Moss
2009-04-22
Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o...
Jacob Kaplan-Moss
2009-04-18
Fixed #10799: fixed the use of list_editable with model inheritance and custo...
Jacob Kaplan-Moss
2009-04-18
Fixed #10002: inline file uploads now correctly display prior data. Thanks, d...
Jacob Kaplan-Moss
2009-04-18
Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,...
Jacob Kaplan-Moss
2009-04-18
Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc...
Jacob Kaplan-Moss
2009-04-18
Fixed #10156: `ModelMultipleChoiceField.clean` now does a single query instea...
Jacob Kaplan-Moss
2009-04-16
Fixed introspection test case which caused "ORA-00972: identifier is too long...
Matt Boersma
2009-04-16
Fixed #10363 -- Modified ModelForm handling to ensure that excluded fields ca...
Russell Keith-Magee
2009-04-16
Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL analog of ...
Russell Keith-Magee
2009-04-16
Fixed #9890 -- Modified the regex validation for email addresses to match RFC...
Russell Keith-Magee
2009-04-13
Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...
Russell Keith-Magee
2009-04-13
Fixed #9522 -- Modified handling of values in base serializer so that field s...
Russell Keith-Magee
2009-04-13
Fixed #9804 -- Corrected the introspection of sequence names. This was causin...
Russell Keith-Magee
2009-04-13
Fixed #10237 -- Corrected the handling of self-referential m2m fields when us...
Russell Keith-Magee
2009-04-12
Fixed #10692 -- Fixed DecimalField lookups for extreme values.
Malcolm Tredinnick
2009-04-12
Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs.
Malcolm Tredinnick
2009-04-12
Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri().
Malcolm Tredinnick
2009-04-12
Added a test from Jamie Gennis to ensure #9848 doesn't reappear.
Malcolm Tredinnick
2009-04-11
Fixed #10738 -- Fixed content type values for deferred and proxy models.
Malcolm Tredinnick
2009-04-11
Fixed #10197 -- Corrected pickling of querysets when a subset of fields was s...
Russell Keith-Magee
2009-04-11
Fixed #10766 -- Raise an error when annotate() references another aggreagte()...
Russell Keith-Magee
2009-04-11
Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.
Malcolm Tredinnick
2009-04-11
Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the te...
Russell Keith-Magee
2009-04-11
Fixed #10645 -- Added some robustness around some admin and modelform params.
Malcolm Tredinnick
2009-04-11
Fixed the tests from #10455 so that they are set up correctly.
Malcolm Tredinnick
2009-04-10
Fixed #9640, #10549: BooleanFields with choices, a default, and null=False no...
Jacob Kaplan-Moss
2009-04-10
Converted model_fields regression tests into unittests.
Jacob Kaplan-Moss
2009-04-10
Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks for the ...
Adrian Holovaty
2009-04-10
Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.j...
Jacob Kaplan-Moss
2009-04-10
Fixed #9315 -- Handle spaces in URL tag arguments.
Malcolm Tredinnick
2009-04-10
Fixed #8515 -- Fixed validation of Polish REGON numbers.
Malcolm Tredinnick
2009-04-09
Added missing file from [10457].
Jacob Kaplan-Moss
2009-04-09
Fixed #7944: date-based generic views no longer get confused with a numeric m...
Jacob Kaplan-Moss
2009-04-09
Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...
Jacob Kaplan-Moss
2009-04-09
Fixed #10647: intermediary tables between two umanaged models are no longer c...
Jacob Kaplan-Moss
2009-04-08
Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...
Jacob Kaplan-Moss
2009-04-08
Fixed the test from [10447] to not depend on `os.listdir()` ordering. I alway...
Jacob Kaplan-Moss
2009-04-08
Fixed #8422: FilePathField now respects required=False.
Jacob Kaplan-Moss
2009-04-08
Fixed #10666 -- Corrected the handling of inherited fields with aggregate() a...
Russell Keith-Magee
[prev]
[next]