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-11
Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.
Mads Jensen
2017-02-11
Fixed #27722 -- Reallowed using django.Template in {% include %}.
Tim Graham
2017-02-11
Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...
Tim Graham
2017-02-11
Fixed #25978 -- Deprecated shorcuts.render_to_response().
Tim Graham
2017-02-10
Refs #27148 -- Fixed UUIDField.to_python(None) crash.
ClairePhila
2017-02-10
Added multi_db=True to test cases that access the 'other' db connection.
Tim Graham
2017-02-09
Fixed #20238 -- Added threading support to LiveServerTestCase.
Nadège Michel
2017-02-09
Fixed #22669 -- Fixed QuerySet.bulk_create() with empty model fields on Oracle.
Mikhail Nacharov
2017-02-09
Fixed #25898 -- Made test database/user creation on Oracle reraise unexpected...
Mariusz Felisiak
2017-02-09
Fixed #26551 -- Fixed negated Q() queries that span relations.
François Freitag
2017-02-09
Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().
Chronial
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-08
Used JsonResponse and response.json in file_uploads tests.
Tim Graham
2017-02-07
Fixed #27356 -- Fixed ModelAdmin.lookup_allowed() for some nested relations.
Anton Samarchyan
2017-02-07
Fixed #26903 -- Fixed __contains lookup for Date/DateTimeRangeField.
Mariusz Felisiak
2017-02-07
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...
Mariusz Felisiak
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
Fixed #27815 -- Made LoginView pass the request kwarg to AuthenticationForm.
Zoltan Gyarmati
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-06
Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields w...
Tim Graham
2017-02-06
Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.
Ryan O’Hara
2017-02-04
Fixed running TransactionsPerRequestTests in isolation.
Jon Dufresne
2017-02-04
Fixed #27767 -- Added distinct argument to ArrayAgg.
orf
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
[prev]
[next]