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
/
modeltests
Age
Commit message (
Expand
)
Author
2010-05-12
Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-21
Fixed the model_forms doctests to not depend on writer PKs, which are db-depe...
Karen Tracey
2010-04-16
Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...
Russell Keith-Magee
2010-04-15
Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...
Russell Keith-Magee
2010-04-06
Fixed test failure that was occurring since r12908
Luke Plant
2010-04-03
Fixed #12247 -- Corrected the way update queries are processed when the updat...
Russell Keith-Magee
2010-04-01
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...
Russell Keith-Magee
2010-03-31
Restored pre-r10062 behavior allowing None from formfield_callback to exclude...
Brian Rosner
2010-03-30
Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac...
Russell Keith-Magee
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-03-25
Modified the delete test to clean up after itself properly, so that the proxy...
Russell Keith-Magee
2010-03-25
Fixed #12286 -- Modified the test case added in r12828 so that it passes unde...
Russell Keith-Magee
2010-03-23
Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to Gabriel ...
Russell Keith-Magee
2010-03-21
Refs: #12286 -- Add a test to verify that a proxied model's table is created in
Karen Tracey
2010-03-18
Fixed #13138: Ensure required=False on a model form field overrides
Karen Tracey
2010-03-16
Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ...
Karen Tracey
2010-03-15
Added a transaction rollback needed to clean up after the test introduced by ...
Russell Keith-Magee
2010-03-13
Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...
Karen Tracey
2010-03-12
Fixed #12404 -- Improved model validation for CharField and DecimalField. Tha...
Russell Keith-Magee
2010-03-12
Fixed #11900 -- Corrected an edge case of transaction handling in the commit_...
Russell Keith-Magee
2010-03-10
Fixed #11702: Catch to_field specifying a non-unique target in validation. Th...
Karen Tracey
2010-03-10
Fixed #13055 -- Cleaned up the implementation of transaction decorators to pr...
Russell Keith-Magee
2010-03-08
Fixed #11940 - ModelForm evaluates callable default values on form class crea...
Luke Plant
2010-03-07
Fixed #12876 -- Corrected a problem with recursive relations under deepcopy. ...
Russell Keith-Magee
2010-03-03
Fixed the files test to not care whether the names are reported as bytestring...
Karen Tracey
2010-02-27
Removed more stray tabs in Python files.
Karen Tracey
2010-02-25
Fixed #12901. Again. Model validation will not be performed on excluded field...
Joseph Kocherhans
2010-02-24
Fixed #12734. Deferred fields will now be properly converted to python when a...
Joseph Kocherhans
2010-02-24
Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass their par...
Joseph Kocherhans
2010-02-23
Fixed an unspecified ordering in the expression tests that could lead to a he...
Jacob Kaplan-Moss
2010-02-23
Fixed #10258: handle duplicate file names better.
Jacob Kaplan-Moss
2010-02-23
Fixed #12948. Removed a test dependency on the formatting of Decimals. Thanks...
Joseph Kocherhans
2010-02-23
Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor.
Joseph Kocherhans
2010-02-23
Updated patch applied in r12504. Refs #12806.
Justin Bronn
2010-02-23
Fixed #12608 -- No longer return inconsistent results when using `values` and...
Justin Bronn
2010-02-23
Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...
Justin Bronn
2010-02-22
Fixed #12901. Exclude overridden form fields from model field validation. Tha...
Joseph Kocherhans
2010-02-22
Fixed #11226 -- Corrected an validation edge case with m2m relations between ...
Russell Keith-Magee
2010-02-14
Fixed #6054: work around PIL's installation brokeness by detecting either of ...
Jacob Kaplan-Moss
2010-02-13
Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ...
Russell Keith-Magee
2010-02-13
Fixed #12011 -- Modified the test client to preserve the request scheme on a ...
Russell Keith-Magee
2010-02-10
Fixed #12647. Allow unique_together checks be specified as lists as well as t...
Joseph Kocherhans
2010-02-09
Fixed #12804 - regression with decorating admin views.
Luke Plant
2010-02-01
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...
Jannis Leidel
2010-01-29
Tweaked the validation test models to avoid tripping over the fact that Oracl...
Karen Tracey
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2010-01-21
Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ...
Joseph Kocherhans
2010-01-21
Fixed #12590. Changed an expression in the validators tests to work correctly...
Joseph Kocherhans
2010-01-19
Fixed an Oracle test failure introduced in [12226].
Ian Kelly
[next]