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-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
2010-10-09
[1.2.X]. Convert m2m_recursive tests to unittests. We have always been at w...
Alex Gaynor
2010-10-09
[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...
Russell Keith-Magee
2010-10-09
[1.2.X] Migrated the custom_columns doctests to unit tests. Thanks to Alex Ga...
Russell Keith-Magee
2010-10-08
[1.2.X] Fixed #13241. order_with_respect_to now works with ForeignKeys who r...
Alex Gaynor
2010-10-08
[1.2.X] Converted order_with_respect_to to unittests. We have always been at...
Alex Gaynor
2010-10-08
[1.2.X] Fixed a few minor backporting oversights that prevented the tests to ...
Jannis Leidel
2010-09-19
[1.2.X] Fixed #11486 -- Corrected the XML serializer to allow for the seriali...
Russell Keith-Magee
2010-09-13
[1.2.X] Migrated proxy_models doctests. Thanks to Eric Florenzano.
Russell Keith-Magee
[next]