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
Age
Commit message (
Expand
)
Author
2010-11-19
Corrected the way databases were compared. This allows running the test suit...
Alex Gaynor
2010-11-19
Fixed a failing test caused by [14614].
Alex Gaynor
2010-11-18
Converted the model_regress doctests into unittests. We have always been at ...
Alex Gaynor
2010-11-18
Fixed pk uniqueness validation for new objects created outside of a ModelForm...
Carl Meyer
2010-11-18
Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ...
Carl Meyer
2010-11-17
Fixed #14423 -- corrected incorrect SQL being generated when a nullable, inhe...
Alex Gaynor
2010-11-17
Fixed #10004 and #12320 -- Enabled the makemessages management command to col...
Jannis Leidel
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-11-17
Migrated model_formsets doctests. Thanks to Gregor Müllegger for the patch.
Russell Keith-Magee
2010-11-17
Fixed #11369 -- Corrected verbose_name_plural model Meta option to be consist...
Ramiro Morales
2010-11-17
Fixed #12687 -- fixed an issue with aggregates and counts in conjunction with...
Alex Gaynor
2010-11-16
Fixed #14691 -- Made ForeignKey.validate() use the right database. Thanks Mar...
Ramiro Morales
2010-11-16
Migrated model_inheritance_regress doctests. Thanks to Gregor Müllegger for ...
Russell Keith-Magee
2010-11-16
Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley...
Russell Keith-Magee
2010-11-16
Added a test for using an `__in` lookup with a ValueListQueryset from a none(...
Alex Gaynor
2010-11-14
Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...
Ramiro Morales
2010-11-13
Fixed #12325 -- Allows zero values for moderate_after and close_after fields ...
Jannis Leidel
2010-11-13
Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Th...
Jannis Leidel
2010-11-12
Converted m2m_signals from doctests to unittests. Thanks to Gregor Müllegge...
Alex Gaynor
2010-11-12
Fixed a test case that was failing in Oracle due to conflation of null and em...
Ian Kelly
2010-11-12
Fixed a multiple_database test case that was failing in Oracle due to forced ...
Ian Kelly
2010-11-12
Made the oracle backend throw the same ValueError as the mysql backend when a...
Ian Kelly
2010-11-12
Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from pe...
Ian Kelly
2010-11-11
Changed a test to be less specific about the exception string it expected. T...
Alex Gaynor
2010-11-11
Removed the executable bit from a test file, it wasn't. Thanks to Florian fo...
Alex Gaynor
2010-11-11
Fixed #14508 - test suite silences warnings.
Luke Plant
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-11-07
Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...
Alex Gaynor
2010-11-07
Make the requests test use unittest2, rather than the system unittest.
Alex Gaynor
2010-11-04
Fixed #13935, added support for using QuerySet.dates across related fields. ...
Alex Gaynor
2010-11-04
Fixed #11966 -- Made it possible to use a percent sign in a translation messa...
Jannis Leidel
2010-11-04
Fixed #6476 -- Added option to makemessages management command to disable wra...
Jannis Leidel
2010-11-04
Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.
Jannis Leidel
2010-11-04
Converted templates doctests into unittests. We have always been at war with...
Alex Gaynor
2010-11-02
Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...
Alex Gaynor
2010-11-02
Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'
Carl Meyer
2010-11-02
Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...
Russell Keith-Magee
2010-11-02
Fixed #14596 -- Light refactoring of the cache backends.
Russell Keith-Magee
2010-11-02
Fixed a few more cases of the tests not properly restoring sys.path (follow u...
Alex Gaynor
2010-11-02
Properly handle the fact that lists are mutable when trying to maintain state...
Alex Gaynor
2010-11-02
Migrated app_loading doctests.
Russell Keith-Magee
2010-11-02
Fixed #14470 -- Migrated modeladmin doctests. Thanks to Preston Timmons for t...
Russell Keith-Magee
2010-11-02
Migrated lookup doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-11-02
Migrated basic doctests. Thanks to Preston Timmons for the patch.
Russell Keith-Magee
2010-11-02
Migrated m2m_through doctests. Thanks to the anonymous contributor.
Russell Keith-Magee
2010-11-01
Added a filter to silence the RuntimeWarning in the Indonesian localflavor te...
Russell Keith-Magee
2010-10-31
Ensure that assertNumQueries doesn't swallow exceptions inside the function.
Alex Gaynor
2010-10-30
Ensure that the staticfiles tests use the MEDIA_ROOT they intended, also use ...
Alex Gaynor
2010-10-30
Rewrote a test assertion so that it doesn't fail under Python 2.7. Thanks to ...
Russell Keith-Magee
2010-10-30
Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...
Russell Keith-Magee
[next]