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
2011-09-10
[1.2.X] Altered the behavior of URLField to avoid a potential DOS vector, and...
Russell Keith-Magee
2011-03-10
[1.2.X] Fixed a bunch more tests that were failing in Oracle due to false ass...
Ian Kelly
2011-03-09
[1.2.X] Fixed a number of tests that were failing in Oracle due to false assu...
Ian Kelly
2011-03-08
[1.2.X] Added a skip for a test that fails in Oracle. Unlike other backends,...
Ian Kelly
2011-03-04
[1.2.X] Refs #15550 -- Corrected another primary-key ordering problem in the ...
Russell Keith-Magee
2011-03-04
[1.2.X] Fixed #15550 -- Corrected an ordering dependency in the model_forms d...
Russell Keith-Magee
2011-02-21
[1.2.X] Fixed #15364 -- Ensure files are closed correctly during file tests. ...
Russell Keith-Magee
2011-02-19
[1.2.X] Fixed #9161 -- Ensure that ModelMultipleChoiceField respects to_field...
Russell Keith-Magee
2011-02-05
[1.2.X] Modified wrong expected model formset output in a couple of additiona...
Ramiro Morales
2011-01-27
[1.2.X] Fixed #14823 -- Corrected bootstrapping problems with register_serial...
Russell Keith-Magee
2011-01-26
[1.2.X] Fixed #6456 - Excised FileField file deletion to avoid data loss. Tha...
Carl Meyer
2011-01-26
[1.2.X] Fixed #13206 -- call super().__init__() in Model.__init__ to allow mi...
Alex Gaynor
2011-01-25
[1.2.X] Fixed #11319 - Added lookup support for ForeignKey.to_field. Also rev...
Carl Meyer
2011-01-13
[1.2.X] Fixed #14951 -- Made the unique_for_{date,month,year} model field con...
Ramiro Morales
2010-12-29
[1.2.X] Fixed #7726 -- Added validation of max_digits and decimal_places opti...
Ramiro Morales
2010-12-23
[1.2.X] Fixed #14939: Don't strip ;-parameters from URLs in the test client.
Andrew Godwin
2010-12-18
[1.2.X] Fixed #14919 - test isolation issue with model_inheritance.ModelInher...
Luke Plant
2010-12-04
[1.2.X] Fixed a broken test introduced in [14786].
Alex Gaynor
2010-12-04
[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...
Alex Gaynor
2010-12-03
[1.2.X] Fixed #14700 -- ensure that a raw query is only executed once per ite...
Alex Gaynor
2010-12-01
[1.2.X] Fixed result ordering assumptions in the select_related tests.
Ian Kelly
2010-11-17
[1.2.X] Migrated model_formsets doctests. Thanks to Gregor MĂĽllegger for the...
Russell Keith-Magee
2010-11-14
[1.2.X] Fixed #3055 -- Validate that models target of a GenericRelation have ...
Ramiro Morales
2010-11-12
[1.2.X]Converted m2m_signals from doctests to unittests. Thanks to Gregor MĂ...
Alex Gaynor
2010-11-11
[1.2.X] Removed the executable bit from a test file, it wasn't. Thanks to Fl...
Alex Gaynor
2010-11-02
[1.2.X] Fixed #10728 -- corrected subclassing of Fields who use the SubfieldB...
Alex Gaynor
2010-11-02
[1.2.X] Fixed a few more cases of the tests not properly restoring sys.path (...
Alex Gaynor
2010-11-02
[1.2.X] Migrated lookup doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-11-02
[1.2.X] Migrated basic doctests. Thanks to Preston Timmons for the patch.
Russell Keith-Magee
2010-11-02
[1.2.X] Migrated m2m_through doctests. Thanks to the anonymous contributor.
Russell Keith-Magee
2010-10-25
[1.2.X] Converted model_inheritance doctests to unittests. We have always be...
Alex Gaynor
2010-10-21
[1.2.X] Fixed #14513 -- check fields with underscores for validity when order...
Chris Beaven
2010-10-19
[1.2.X] Migrated many-to-many doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-10-19
[1.2.X] Migrated many-to-one doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-10-17
Corrected a suite of test failures when running under postgres. Backport of ...
Alex Gaynor
2010-10-16
[1.2.X] Converted or_lookups tests from doctests to unittests. We have alway...
Alex Gaynor
2010-10-15
[1.2.X] Fixed #14473 -- converted the model_package tests from doctests to un...
Alex Gaynor
2010-10-15
[1.2.X] Fixed #14472 -- converted generic_relations tests from doctests to un...
Alex Gaynor
2010-10-13
[1.2.X] Changed unique validation in model formsets to ignore None values, no...
Honza Král
2010-10-12
[1.2.X] Modified the test_client tests to use the non-deprecated mail API.
Russell Keith-Magee
2010-10-12
[1.2.X] Tweak to many_to_one_null doctest to avoid primary key assumptions (c...
Russell Keith-Magee
2010-10-12
[1.2.X] Migrated one_to_one doctests. Thanks to George Sakkis for the patch. ...
Russell Keith-Magee
2010-10-12
[1.2.X] Migrated many_to_one_null doctests. Thanks to George Sakkis for the p...
Russell Keith-Magee
2010-10-12
[1.2.X] Migrated properties doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-10-12
[1.2.X] Migrated the mutually_referential doctests. Thanks to George Sakkis f...
Russell Keith-Magee
2010-10-12
[1.2.X] Migrated m2o_recursive and m2o_recursive2 tests, merging them into a ...
Russell Keith-Magee
2010-10-11
[1.2.X] Fixed #14444 -- Convert the pagination doctests to unittests. We hav...
Alex Gaynor
2010-10-11
[1.2.X] Converted ordering tests from doctests to unittests. We have always ...
Alex Gaynor
2010-10-11
[1.2.X] Converted save_delete_hooks tests from doctests to unittests. We hav...
Alex Gaynor
2010-10-10
[1.2.X] Converted signals tests from doctests to unittests. We have always b...
Alex Gaynor
[next]