index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-02-23
[1.1.X] Fixed #12820. Implemented other dict methods for MergeDict. Backport ...
Joseph Kocherhans
2010-02-22
[1.1.X] Fixed #11687: the `add` filter is now less failsome when faced with t...
Jacob Kaplan-Moss
2010-02-22
[1.1.X] Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in Dec...
Russell Keith-Magee
2010-02-16
[1.1.X] Fixed #12716 - Typo in the admin change list template. Thanks, kbrown...
Jannis Leidel
2010-02-16
[1.1.X] Fixed #7720 - Fallback to the base language if the sub language given...
Jannis Leidel
2010-02-16
[1.1.X] Fixed #4695 - Worked around a problem of xgettext ignoring some trans...
Jannis Leidel
2010-02-15
[1.1.X] Fixed (what I hope is) the last Python 2.4 incompatibility, this one ...
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 #11944 -- Improved exception handling for the filesizeformat fi...
Russell Keith-Magee
2010-02-13
[1.1.X] Fixed #12613 -- Added Q and Z to the list of characters supported by ...
Russell Keith-Magee
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
2010-02-11
[1.1.X] Fixed #11483 -- Modified db cache backend to use db backend functions...
Russell Keith-Magee
2010-02-11
[1.1.X] Fixed #11623 -- Corrected table name quoting in db cache backend. Tha...
Russell Keith-Magee
2010-02-11
[1.1.X] Fixed #12399 -- Added handling for memcache timeouts longer than 30 d...
Russell Keith-Magee
2010-02-10
[1.1.X] Fixed #11535: Corrected SQL generated for queries involving generic r...
Karen Tracey
2010-02-05
[1.1.X] Fixed #3594 - Added ability to discard the language catalog in the Ja...
Jannis Leidel
2010-02-03
[1.1.X] Corrected app_loading test so it does not generate a key error when T...
Karen Tracey
2010-01-29
[1.1.X] Fixed #12721: Ensured objects with generic relations that use non-int...
Karen Tracey
2010-01-28
[1.1.X] Fixed #8758 -- Corrected handling of tag creation in feeds when the U...
Russell Keith-Magee
2010-01-23
[1.1.X] Fixed #12470 - encoding of comma and semi-colon in cookies.
Luke Plant
2010-01-22
[1.1.X] Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return th...
Justin Bronn
2010-01-19
[1.1.X] Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integ...
Karen Tracey
2010-01-17
[1.1.X] Fixed #12230 - Updated utils.translation.to_locale to support the spe...
Jannis Leidel
2010-01-17
[1.1.X] Fixed #12017 - Overriding the default error message of the UKPostcode...
Jannis Leidel
2010-01-17
[1.1.X] Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to Dav...
Jannis Leidel
2010-01-17
[1.1.X] Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris B...
Jannis Leidel
2010-01-17
[1.1.X] Fixed #12059 - Let TimeField.to_python correctly return a datetime.ti...
Jannis Leidel
2010-01-17
[1.1.X] Fixed code duplication caused in [11859].
Karen Tracey
2010-01-09
[1.1.X] Changed an i18n test to use a number that converts consistely from st...
Karen Tracey
2010-01-09
[1.1.X] Fixed #12562: Made Platypus just a tad lighter so it does not trigger...
Karen Tracey
2010-01-05
[1.1.X] Fixed #12506 - 'lazy' fails when there are multiple expected classes ...
Luke Plant
2010-01-03
[1.1.X] Fixed #11615 -- Changed test runners to use an exit status code of 1 ...
Gary Wilson Jr
2010-01-03
[1.1.X] Fixed #12476 -- Forced the rollout of generators passed to SortedDict...
Russell Keith-Magee
2009-12-28
[1.1.X] Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect type
Luke Plant
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 #10927 - Content Types shortcut view throws 500s instead of 404s
Luke Plant
2009-12-19
[1.1.X] Fixed #6961 - loaddata fails if models is a package instead of a module
Luke Plant
2009-12-17
[1.1.X] Fixed #12393 -- Parameterized the form output in the testGenericInlin...
Russell Keith-Magee
2009-12-17
[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...
Jacob Kaplan-Moss
2009-12-17
[1.1.X] Updated BaseGenericInlineFormSet to match the changes made to BaseInl...
Russell Keith-Magee
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-13
[1.1.X] Fixed #10969: Made US State field a CharField, fixing a few oddities ...
Karen Tracey
2009-12-13
[1.1.X] Fixed #12146: Corrected Canadian postal code validation. Thanks pauls...
Karen Tracey
2009-12-12
[1.1.X] Fixed #12281: Added some helpful messages when Go is pressed in admin...
Karen Tracey
2009-12-12
[1.1.X] Fixed #11632: Fixed a test broken by r11827 that relied on the exact ...
Karen Tracey
2009-12-12
[1.1.X] Fixed the tests I broke with [11825].
Jacob Kaplan-Moss
2009-12-12
[1.1.X] Fixed #11632: Fixed the id for hidden initial widget so that it is di...
Karen Tracey
[next]