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
2012-11-04
Fixed #18949 -- Fix broken test interactions in ModelForms tests
Anton I. Sipos
2012-11-04
Merge pull request #495 from aisipos/ticket_18949
Alex Gaynor
2012-11-04
Fixed #18949 -- Improve performance of model_to_dict with many-to-many
Anton I. Sipos
2012-11-04
Fixed #19240 -- include pagination error details in ListView 404
Preston Holmes
2012-11-04
model_split: Fixed #19236 - fixed error for abstract models with a split method
Mike Johnson
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-11-03
Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystring
Aymeric Augustin
2012-11-03
Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.
Aymeric Augustin
2012-11-03
Fixed #17549 -- Added a clickable link for URLFields in admin change list.
Ulrich Petri
2012-11-02
Fixed #15361 - Documented performance considerations for QuerySet.get()
Tim Graham
2012-10-31
Fixed #19070 -- urlize filter no longer raises exceptions on 2.7
Andrew Godwin
2012-10-31
Removed dupe_avoidance from sql/query and sql/compiler.py
Anssi Kääriäinen
2012-10-30
Prevented file_upload tests to leave files behind
Claude Paroz
2012-10-30
Fixed #17744 -- Reset default file storage with setting_changed signal
Claude Paroz
2012-10-30
Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encoding
Claude Paroz
2012-10-29
Prevented leftover files and dirs in admin_scripts tests
Claude Paroz
2012-10-29
Fixed #17991 - prefetch_related fails with GenericRelation and varchar ID field
Luke Plant
2012-10-28
Fixed #18575 -- Empty DATABASES should default to dummy backend
Claude Paroz
2012-10-28
Fixed #18964 -- floatformat test passes under py3k
Aymeric Augustin
2012-10-28
Fixed #18823 -- Ensured m2m.clear() works when using through+to_field
Anssi Kääriäinen
2012-10-27
Marked a test as expectedFailure on Oracle
Anssi Kääriäinen
2012-10-27
Fixed Oracle failure for "%" in table name
Anssi Kääriäinen
2012-10-26
Fixed comment_test tests under hash randomization.
Aymeric Augustin
2012-10-26
Fixed feedgenerator tests under hash randomization
Aymeric Augustin
2012-10-26
Fixed httpwrappers tests under hash randomization
Aymeric Augustin
2012-10-26
Fixed #16820 -- Treated '0' value as True for checkbox inputs
Claude Paroz
2012-10-26
Fixed test failure under Python 2.x introduced in 3e10d22df5
Luke Plant
2012-10-26
Fixed test failures on Python 3.3 due to dict ordering assumptions.
Luke Plant
2012-10-26
Fixed some test failures on Python 3.3 related to QueryDict
Luke Plant
2012-10-26
Avoid dependence on exact Python exception messages
Ian Clelland
2012-10-26
Don't use : as an invalid cookie character
Ian Clelland
2012-10-26
Fixed #19039 - Python 3.3 fails unit test for duplicate bad cookies
Luke Plant
2012-10-26
Fixed #15040 - Boolean fields return 0 and 1 when loaded through select_related
Luke Plant
2012-10-25
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
[next]