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-11-21
Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...
Carlton Gibson
2019-11-21
Fixed #30413 -- Fixed test database signature on SQLite when test database na...
Farhaan Bukhsh
2019-11-21
Refs #25367 -- Made Query.build_filter() raise TypeError on non-conditional e...
Simon Charette
2019-11-21
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
Simon Charette
2019-11-21
Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).
Simon Charette
2019-11-20
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Jon Dufresne
2019-11-20
Pinned asgiref version.
Carlton Gibson
2019-11-19
Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...
Hasan Ramezani
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-11-18
Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.
Sergey Fedoseev
2019-11-18
Replaced encode() usage with bytes literals.
Jon Dufresne
2019-11-18
Replaced unnecessary str()/bytes() calls with literals.
Jon Dufresne
2019-11-18
Removed unnecessary parentheses in various code.
Jon Dufresne
2019-11-18
Fixed #30988 -- Deprecated the InvalidQuery exception.
Simon Charette
2019-11-18
Relaxed some query ordering assertions in tests.
Tim Graham
2019-11-18
Refs #30990 -- Added test for 'z' date format with a leap year.
Baptiste Mispelon
2019-11-18
Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL ex...
Mariusz Felisiak
2019-11-18
Removed hardcoded pk in view_tests.tests.test_defaults.
Tim Graham
2019-11-18
Removed hardcoded pk in test_pk_set_on_repeated_add_remove.
Tim Graham
2019-11-15
Refs #29808 -- Fixed MigrateTests.test_migrate_fake_initial_case_insensitive(...
Mariusz Felisiak
2019-11-15
Fixed #29808 -- Fixed initial migration detection when identifiers are case-i...
Hasan Ramezani
2019-11-14
Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...
Dulmandakh
2019-11-14
Fixed #30759 -- Made cache.delete() return whether it succeeded.
daniel a rios
2019-11-13
Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_10265 failures.
Mariusz Felisiak
2019-11-13
Moved MockedPasswordResetTokenGenerator outside of TokenGeneratorTest.test_ti...
Mariusz Felisiak
2019-11-13
Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list val...
George Marshall
2019-11-12
Fixed #30405 -- Fixed source code mismatch crash in ExceptionReporter.
Hasan Ramezani
2019-11-11
Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.
Hannes Ljungberg
2019-11-08
Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...
Hasan Ramezani
2019-11-08
Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes.
Hannes Ljungberg
2019-11-08
Refs #30961 -- Added tests for columns list SQL generated for indexes.
Hannes Ljungberg
2019-11-07
Fixed #30943 -- Added BloomIndex to django.contrib.postgres.
Nick Pope
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-06
Harmonized Windows checks in tests to a single style.
Jon Dufresne
2019-11-06
Adjusted expected exception message for Windows.
Jon Dufresne
2019-11-06
Refs #29983 -- Added tests for FileBasedCache pathlib support.
Jon Dufresne
2019-11-06
Refs #29983 -- Added pathlib.Path support to the file email backend.
Jon Dufresne
2019-11-06
Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
Stephen Rauch
2019-11-06
Refs #29983 -- Added test for FILE_UPLOAD_TEMP_DIR pathlib support.
Jon Dufresne
2019-11-06
Refs #29983 -- Added test for FIXTURES_DIRS pathlib support.
Jon Dufresne
2019-11-05
Passed strict=True to Path.resolve() to enforce that the path must exist.
Jon Dufresne
2019-11-05
Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...
Hasan Ramezani
2019-11-04
Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s enco...
Jon Dufresne
2019-11-04
Simplified consecutive calls to pathlib.Path.parent.
Jon Dufresne
2019-11-04
Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
2019-11-01
Refs #27808 -- Added test for saving nested ArrayField with nullable base field.
Hasan Ramezani
2019-10-31
Fixed #30761 -- Prevented floatformat filter from returning a negative zero.
Sky
2019-10-31
Added more tests for floatformat filter with negative values.
Sky
[prev]
[next]