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
2012-10-27
[1.5.x] Marked a test as expectedFailure on Oracle
Anssi Kääriäinen
2012-10-27
[1.5.x] Fixed Oracle failure for "%" in table name
Anssi Kääriäinen
2012-10-26
[1.5.x] Fixed comment_test tests under hash randomization.
Aymeric Augustin
2012-10-26
[1.5.x] Fixed feedgenerator tests under hash randomization
Aymeric Augustin
2012-10-26
[1.5.x] Fixed httpwrappers tests under hash randomization
Aymeric Augustin
2012-10-26
[1.5.x] Fixed #16820 -- Treated '0' value as True for checkbox inputs
Claude Paroz
2012-10-26
[1.5.x] Fixed test failure under Python 2.x introduced in 3e10d22df5
Luke Plant
2012-10-26
[1.5.x] Fixed test failures on Python 3.3 due to dict ordering assumptions.
Luke Plant
2012-10-26
[1.5.x] Fixed some test failures on Python 3.3 related to QueryDict
Luke Plant
2012-10-26
[1.5.x] Avoid dependence on exact Python exception messages
Ian Clelland
2012-10-26
[1.5.x] Don't use : as an invalid cookie character
Ian Clelland
2012-10-26
[1.5.x] Fixed #19039 - Python 3.3 fails unit test for duplicate bad cookies
Luke Plant
2012-10-26
[1.5.x] Fixed #15040 - Boolean fields return 0 and 1 when loaded through sele...
Luke Plant
2012-10-25
[1.5.x] Fixed timezone tests when dict randomization is on
Aymeric Augustin
2012-10-25
Fixed #19187 -- Raise consistent error from qs.values().delete()
Anssi Kääriäinen
2012-10-25
Fixed #19102 -- Fixed fast-path delete for modified SELECT clause cases
Anssi Kääriäinen
2012-10-25
Fixed #18796 -- Refactored conversion to bytes in HttpResponse
Aymeric Augustin
2012-10-24
Fixed #13222 -- Made HttpResponse iterable once
Aymeric Augustin
2012-10-24
Fixed #6527 -- Provided repeatable content access
Aymeric Augustin
2012-10-24
Fixed a DeprecationWarning under Python 3.
Aymeric Augustin
2012-10-23
Fixed #19088 -- Always escape % inside blocktrans tag
Claude Paroz
2012-10-22
Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.
Carl Meyer
2012-10-23
Reverted 6a64822bf4632707212314a25a843c862bdb3874.
Aymeric Augustin
2012-10-22
Fixed #13222 -- Repeated iteration of HttpResponse
Aymeric Augustin
2012-10-22
Cleaned up i18n regression tests
Claude Paroz
2012-10-21
Added tests for conditional_content_removal.
Aymeric Augustin
2012-10-21
Merge pull request #457 from JanBednarik/ticket_19142
Claude Paroz
2012-10-20
Merge pull request #444 from mitar/patch-2
Alex Gaynor
2012-10-21
Fixed #19142 -- Language codes can include numbers (RFC 3066).
Jan Bednařík
2012-10-21
Fixed #19151 -- Added missing methods to EmptyQuerySet.
Jan Bednařík
2012-10-20
Used @override_settings in several tests.
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-20
Used FakePayload in requests tests
Claude Paroz
2012-10-20
Fixed #19094 -- Improved FakePayload to support write, len and string input
Claude Paroz
2012-10-20
Fixed #5611 -- Restricted accepted content types in parsing POST data
Claude Paroz
2012-10-20
Removed custom WSGIRequestHandler.get_environ
Claude Paroz
2012-10-18
Fixed #8001 -- Made redirections after add/edit in admin customizable.
Ramiro Morales
2012-10-18
Added missed poisoned host header tests
Preston Holmes
2012-10-15
Fixed assertXMLEqual when first node was a comment
Claude Paroz
2012-10-15
Added tests for reversed iteration over SortedDict.
Mitar
2012-10-13
Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...
Ludovic Delaveau
2012-10-12
Removed country-specific localflavor tests.
Adrian Holovaty
2012-10-11
Fixed #16817 - Added a guide of code coverage to contributing docs.
Tim Graham
2012-10-10
Removed some uses of F() expression & and |
Anssi Kääriäinen
2012-10-10
Fixed #18927 -- Fixed bulk_create tests when no has_bulk_insert
Michael Manfre
2012-10-10
Moved F() '&' and '|' to .bitand() and .bitor()
Anssi Kääriäinen
2012-10-10
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-10-10
Revert "Splitted expressions tests into smaller methods"
Anssi Kääriäinen
2012-10-09
Fixed test failure after IDN domain validation fix
Claude Paroz
2012-10-09
Fixed #18153 -- Reverse OneToOne lookups on unsaved instances.
Aymeric Augustin
[next]