summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-03-25Modified the delete test to clean up after itself properly, so that the proxy...Russell Keith-Magee
2010-03-25Fixed #12286 -- Modified the test case added in r12828 so that it passes unde...Russell Keith-Magee
2010-03-23Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to Gabriel ...Russell Keith-Magee
2010-03-21Refs: #12286 -- Add a test to verify that a proxied model's table is created inKaren Tracey
2010-03-18Fixed #13138: Ensure required=False on a model form field overrides Karen Tracey
2010-03-16Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ...Karen Tracey
2010-03-15Added a transaction rollback needed to clean up after the test introduced by ...Russell Keith-Magee
2010-03-13Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...Karen Tracey
2010-03-12Fixed #12404 -- Improved model validation for CharField and DecimalField. Tha...Russell Keith-Magee
2010-03-12Fixed #11900 -- Corrected an edge case of transaction handling in the commit_...Russell Keith-Magee
2010-03-10Fixed #11702: Catch to_field specifying a non-unique target in validation. Th...Karen Tracey
2010-03-10Fixed #13055 -- Cleaned up the implementation of transaction decorators to pr...Russell Keith-Magee
2010-03-08Fixed #11940 - ModelForm evaluates callable default values on form class crea...Luke Plant
2010-03-07Fixed #12876 -- Corrected a problem with recursive relations under deepcopy. ...Russell Keith-Magee
2010-03-03Fixed the files test to not care whether the names are reported as bytestring...Karen Tracey
2010-02-27Removed more stray tabs in Python files.Karen Tracey
2010-02-25Fixed #12901. Again. Model validation will not be performed on excluded field...Joseph Kocherhans
2010-02-24Fixed #12734. Deferred fields will now be properly converted to python when a...Joseph Kocherhans
2010-02-24Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass their par...Joseph Kocherhans
2010-02-23Fixed an unspecified ordering in the expression tests that could lead to a he...Jacob Kaplan-Moss
2010-02-23Fixed #10258: handle duplicate file names better.Jacob Kaplan-Moss
2010-02-23Fixed #12948. Removed a test dependency on the formatting of Decimals. Thanks...Joseph Kocherhans
2010-02-23Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor.Joseph Kocherhans
2010-02-23Updated patch applied in r12504. Refs #12806.Justin Bronn
2010-02-23Fixed #12608 -- No longer return inconsistent results when using `values` and...Justin Bronn
2010-02-23Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...Justin Bronn
2010-02-22Fixed #12901. Exclude overridden form fields from model field validation. Tha...Joseph Kocherhans
2010-02-22Fixed #11226 -- Corrected an validation edge case with m2m relations between ...Russell Keith-Magee
2010-02-14Fixed #6054: work around PIL's installation brokeness by detecting either of ...Jacob Kaplan-Moss
2010-02-13Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ...Russell Keith-Magee
2010-02-13Fixed #12011 -- Modified the test client to preserve the request scheme on a ...Russell Keith-Magee
2010-02-10Fixed #12647. Allow unique_together checks be specified as lists as well as t...Joseph Kocherhans
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2010-02-01Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...Jannis Leidel
2010-01-29Tweaked the validation test models to avoid tripping over the fact that Oracl...Karen Tracey
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2010-01-21Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ...Joseph Kocherhans
2010-01-21Fixed #12590. Changed an expression in the validators tests to work correctly...Joseph Kocherhans
2010-01-19Fixed an Oracle test failure introduced in [12226].Ian Kelly
2010-01-19Fixed #12640 -- Corrected a regression in test suite construction order intro...Russell Keith-Magee
2010-01-14Fixed #12560. Changed validate_unique to stop checking null primary key value...Joseph Kocherhans
2010-01-14Fixed #12386 -- Corrected the column names produced for autogenerated m2m tab...Russell Keith-Magee
2010-01-13Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...Russell Keith-Magee
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-10Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare ...Adrian Holovaty
2010-01-10Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the data...Adrian Holovaty
2010-01-10Added __init__.py and models.py so tests for validators will actually run.Joseph Kocherhans
2010-01-09Fixed #9638 - Added %(app_label)s to the related_name format string for abstr...Jannis Leidel
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans