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
2017-02-04
Added tests for various __repr__() methods.
Mads Jensen
2017-02-03
Refs #23919 -- Removed a Python 2 code path in force_text().
Tim Graham
2017-02-03
Removed an untested and broken branch in force_bytes() (refs #6353).
Tim Graham
2017-02-03
Added a test for force_text()'s DjangoUnicodeDecodeError path.
Tim Graham
2017-02-03
Fixed #27741 -- Isolated TestCollectionHashedFilesCache in a tmpdir.
David Sanders
2017-02-03
Refs #27745 -- Improved test coverage of contrib.contenttypes.
Anton Samarchyan
2017-02-03
Split up contenttypes_tests.
Tim Graham
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-02-02
Fixed #27803 -- Kept safe status of lazy safe strings in conditional_escape
Claude Paroz
2017-02-02
Refs #27804 -- Used subTest() in tests.utils_tests.test_html.
Tim Graham
2017-02-02
Imported specific functions in tests.utils_tests.test_html.
Tim Graham
2017-02-01
Fixed #27683 -- Made MySQL default to the read committed isolation level.
Tim Graham
2017-02-01
Refs #27683 -- Split up MySQL isolation level tests.
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-02-01
Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...
Ling-Xiao Yang
2017-01-31
Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.
Lex Berezhny
2017-01-31
Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget...
Jon Dufresne
2017-01-30
Refs #27795 -- Prevented SafeText from losing safe status on str()
Claude Paroz
2017-01-30
Reintroduced lazy import from commit 52138b1fd0
Claude Paroz
2017-01-30
Refs #23919 -- Removed usage of obsolete SafeBytes class
Claude Paroz
2017-01-30
Refs #23919 -- Assumed request COOKIES and META are str
Claude Paroz
2017-01-29
Removed unneeded parentheses in class definitions
Claude Paroz
2017-01-28
Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses."
Tim Graham
2017-01-28
Fixed #27788 -- Dropped support for Oracle < 12.1.
Tim Graham
2017-01-27
Refs #23919 -- Removed an obsolete test for a Python 2 code path (refs #15662).
Tim Graham
2017-01-27
Improved test coverage for conf.urls.static.
Anton Samarchyan
2017-01-27
Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.
Ed Morley
2017-01-27
Improved test coverage and error messages for conf.urls.__init__.
Anton Samarchyan
2017-01-27
Tested AppConfig.__repr__().
Anton Samarchyan
2017-01-26
Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters.
Mariusz Felisiak
2017-01-26
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...
Chillar Anand
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt.
Tim Graham
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #27741 -- Fixed staticfiles_tests.test_views when run in isolation.
Tim Graham
2017-01-25
Simplified tests with assertDoesNotOptimize().
Ed Morley
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-24
Tidied djang.db.utils.load_backend().
Tim Graham
2017-01-23
Replaced dict() usage with dict literals.
Jon Dufresne
2017-01-23
Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs.
Jon Dufresne
2017-01-23
Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.
Jon Dufresne
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
Mariusz Felisiak
2017-01-21
Added a missing floatformat test and simplified another.
Tim Graham
2017-01-20
Refs #23919 -- Removed str_prefix usage
Claude Paroz
[prev]
[next]