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-03-13
[1.1.X] Fixed #13107: Adjusted decimal_places validation to accept 0 as a val...
Karen Tracey
2010-03-12
[1.1.X] Fixed #12404 -- Improved model validation for CharField and DecimalFi...
Russell Keith-Magee
2010-03-12
[1.1.X] Fixed #11900 -- Corrected an edge case of transaction handling in the...
Russell Keith-Magee
2010-03-08
[1.1.X] Fixed #11940 - ModelForm evaluates callable default values on form cl...
Luke Plant
2010-03-08
[1.1.X] Made a few Python 2.3 compatibility test fixes.
Karen Tracey
2010-03-07
[1.1.X] Fixed #12876 -- Corrected a problem with recursive relations under de...
Russell Keith-Magee
2010-03-06
[1.1.X] Fixed #12734. Deferred fields will now be properly converted to pytho...
Joseph Kocherhans
2010-03-03
[1.1.X] Fixed the files test to not care whether the names are reported as by...
Karen Tracey
2010-02-27
[1.1.X] Removed more stray tabs in Python files.
Karen Tracey
2010-02-26
[1.1.X] Fixed #12608 -- No longer return inconsistent results when using val...
Justin Bronn
2010-02-26
[1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations ...
Russell Keith-Magee
2010-02-26
[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...
Karen Tracey
2010-02-24
[1.1.X] Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass t...
Joseph Kocherhans
2010-02-23
[1.1.X] Fixed an unspecified ordering in the expression tests that could lead...
Jacob Kaplan-Moss
2010-02-14
[1.1.X] Fixed #6054: work around PIL's installation brokeness by detecting ei...
Jacob Kaplan-Moss
2010-02-13
[1.1.X] Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_sa...
Russell Keith-Magee
2010-02-13
[1.1.X] Fixed #12011 -- Modified the test client to preserve the request sche...
Russell Keith-Magee
2009-12-22
[1.1.X] Tweaked the model_formsets test to work around a weird sorting proble...
Russell Keith-Magee
2009-12-22
[1.1.X] Fixed #11936 -- Removed deferred models from the list returned by the...
Russell Keith-Magee
2009-12-19
[1.1.X] Fixed #6961 - loaddata fails if models is a package instead of a module
Luke Plant
2009-12-16
[1.1.X] Cleaned up some stray text in the test from r11874. Thanks to Rob Hud...
Russell Keith-Magee
2009-12-16
[1.1.X] Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, norma...
Russell Keith-Magee
2009-12-12
[1.1.X] Fixed #11632: Fixed a test broken by r11827 that relied on the exact ...
Karen Tracey
2009-09-16
[1.1.X] Fixed #11886 -- Corrected handling of F() expressions that use parent...
Russell Keith-Magee
2009-08-09
Fix the expressions modeltest to work on Pythons earlier than 2.5.
Karen Tracey
2009-07-24
Fixed #11527 -- Added unit tests and documentation for the use of F() express...
Russell Keith-Magee
2009-06-29
Fixed #11392 -- Enforced a predictable result order for a couple of test case...
Russell Keith-Magee
2009-06-15
Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl...
Russell Keith-Magee
2009-06-08
Fixed #11194 -- Corrected loading of Proxy models from fixtures (and, by exte...
Russell Keith-Magee
2009-06-08
Fixed #10672 -- Altered save_base to ensure that proxy models send a post_sav...
Russell Keith-Magee
2009-06-08
Fixed #10785 -- Corrected a case for foreign key lookup where the related obj...
Russell Keith-Magee
2009-06-06
Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...
Russell Keith-Magee
2009-05-28
Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...
Gary Wilson Jr
2009-05-20
Fixed #11134: signals recievers that disconnect during their processing no lo...
Jacob Kaplan-Moss
2009-05-19
Fixed #11116 -- Corrected the deletion of proxy objects. Thanks to Samuel Ada...
Russell Keith-Magee
2009-05-19
Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...
Russell Keith-Magee
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-05-11
Fixed #10953, #10955: proxies of proxies now work correctly, though I still d...
Jacob Kaplan-Moss
2009-05-11
Fixed #10404: ImageField height_field and width_field options no longer depen...
Jacob Kaplan-Moss
2009-05-08
Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...
Jacob Kaplan-Moss
2009-05-07
Make sure that all uses of max_length in the test suite use values smaller th...
Jacob Kaplan-Moss
2009-05-07
Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Hon...
Jacob Kaplan-Moss
2009-05-07
Fixed #9493 -- Corrected error handling of formsets that violate unique const...
Russell Keith-Magee
2009-05-02
Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...
Russell Keith-Magee
2009-04-30
Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelFor...
Russell Keith-Magee
2009-04-18
Fixed #10799: fixed the use of list_editable with model inheritance and custo...
Jacob Kaplan-Moss
2009-04-13
Fixed #9522 -- Modified handling of values in base serializer so that field s...
Russell Keith-Magee
2009-04-11
Fixed #10738 -- Fixed content type values for deferred and proxy models.
Malcolm Tredinnick
2009-04-11
Fixed the tests from #10455 so that they are set up correctly.
Malcolm Tredinnick
2009-04-09
Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...
Jacob Kaplan-Moss
[next]