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
2019-03-01
Fixed #29408 -- Added validation of related fields and lookups in model Meta....
Hasan Ramezani
2019-02-28
Fixed #30221 -- Made label suffix of admin's read-only fields translatable.
Etienne Chové
2019-02-27
Fixed #30179 -- Fixed form Media merging when pairwise merging is insufficient.
Matthias Kestenholz
2019-02-27
Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.
shiningfm
2019-02-26
Refs #30057 -- Added more diffsettings tests.
orlnub123
2019-02-25
Refs #30179 -- Moved topological sort functions to django.utils.
Matthias Kestenholz
2019-02-25
Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2019-02-23
Fixed #30141 -- Fixed parse_duration() for some negative durations.
Seunghun Lee
2019-02-21
Fixed a failure when running tests on systems with SQLite < 3.8.3.
Tim Graham
2019-02-21
Refs #19544 -- Added a fast path for through additions if supported.
Simon Charette
2019-02-21
Refs #19544 -- Ignored auto-created through additions conflicts if supported.
Simon Charette
2019-02-21
Fixed typos in tests/template_tests/test_context.py.
Tim Graham
2019-02-21
Refs #28643 -- Added MD5 database function.
Mariusz Felisiak
2019-02-20
Fixed #18707 -- Added support for the test client to return 500 responses.
Jon Dufresne
2019-02-20
Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...
Simon Charette
2019-02-14
Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache ...
Jakub Szafrański
2019-02-14
Fixed #29619 -- Added field names to some FieldErrors.
Hasan Ramezani
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-02-14
Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-02-14
Made a requests test that will fail in 2028 fail 10 years later.
Bernhard M. Wiedemann
2019-02-14
Fixed admin_scripts test failures on macOS.
Carlton Gibson
2019-02-13
Fixed #30173 -- Simplified db.backends.postgresql.client.
Daniel Bowring
2019-02-13
Refs #25175 -- Renamed test file referencing the old postgresql_psycopg2 engine.
Tim Graham
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-12
Fixed #22423 -- Added support for MySQL operators on real geometries.
Claude Paroz
2019-02-12
Simplified test_cursor_var() by using str instead of Database.STRING.
Mariusz Felisiak
2019-02-11
Fixed spelling mistakes in comments and tests.
Semen Zhydenko
2019-02-11
Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat.format().
Carlton Gibson
2019-02-09
Removed unneeded list() calls in sorted() argument.
Sergey Fedoseev
2019-02-09
Refs #15362 -- Removed obsolete workaround in file_uploads test view.
Jon Dufresne
2019-02-09
Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().
Vinay Karanam
2019-02-09
Removed default empty content argument from HttpResponse calls.
Jon Dufresne
2019-02-09
Fixed #30153 -- Fixed incorrect form Media asset ordering after three way merge.
Matthias Kestenholz
2019-02-09
Removed uneeded generator expressions and list comprehensions.
Sergey Fedoseev
2019-02-09
Removed uneeded iter() calls with generator expression as argument.
Sergey Fedoseev
2019-02-09
Refs #26608 -- Added a database feature for fixed frame range distance support.
Simon Charette
2019-02-09
Fixed #30027 -- Errored out on Window function usage if unsupported.
Simon Charette
2019-02-09
Refs #30027 -- Enabled window function tests on SQLite 3.25+.
Simon Charette
2019-02-09
Dropped support for GEOS 3.4.
Tim Graham
2019-02-08
Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.
Himanshu Lakhara
2019-02-08
Fixed #30166 -- Dropped support for GDAL 1.11.
Tim Graham
2019-02-08
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...
Jon Dufresne
2019-02-07
Fixed #16027 -- Added app_label to ContentType.__str__().
Gregory N. Schmit
2019-02-06
Removed unnecessary type() calls for class methods.
Jon Dufresne
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-06
Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().
Tim Graham
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
Refs #27804 -- Used subTest() in admin_scripts invalid name tests.
Jon Dufresne
2019-02-05
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
[prev]
[next]