summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-11-15Refs #29808 -- Fixed MigrateTests.test_migrate_fake_initial_case_insensitive(...Mariusz Felisiak
2019-11-15Fixed #29808 -- Fixed initial migration detection when identifiers are case-i...Hasan Ramezani
2019-11-14Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...Dulmandakh
2019-11-14Fixed #30759 -- Made cache.delete() return whether it succeeded.daniel a rios
2019-11-13Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_10265 failures.Mariusz Felisiak
2019-11-13Moved MockedPasswordResetTokenGenerator outside of TokenGeneratorTest.test_ti...Mariusz Felisiak
2019-11-13Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list val...George Marshall
2019-11-12Fixed #30405 -- Fixed source code mismatch crash in ExceptionReporter.Hasan Ramezani
2019-11-11Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.Hannes Ljungberg
2019-11-08Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...Hasan Ramezani
2019-11-08Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes.Hannes Ljungberg
2019-11-08Refs #30961 -- Added tests for columns list SQL generated for indexes.Hannes Ljungberg
2019-11-07Fixed #30943 -- Added BloomIndex to django.contrib.postgres.Nick Pope
2019-11-07Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne
2019-11-06Harmonized Windows checks in tests to a single style.Jon Dufresne
2019-11-06Adjusted expected exception message for Windows.Jon Dufresne
2019-11-06Refs #29983 -- Added tests for FileBasedCache pathlib support.Jon Dufresne
2019-11-06Refs #29983 -- Added pathlib.Path support to the file email backend.Jon Dufresne
2019-11-06Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch
2019-11-06Refs #29983 -- Added test for FILE_UPLOAD_TEMP_DIR pathlib support.Jon Dufresne
2019-11-06Refs #29983 -- Added test for FIXTURES_DIRS pathlib support.Jon Dufresne
2019-11-05Passed strict=True to Path.resolve() to enforce that the path must exist.Jon Dufresne
2019-11-05Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...Hasan Ramezani
2019-11-04Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s enco...Jon Dufresne
2019-11-04Simplified consecutive calls to pathlib.Path.parent.Jon Dufresne
2019-11-04Fixed #30931 -- Restored ability to override Model.get_FIELD_display().Carlton Gibson
2019-11-01Refs #27808 -- Added test for saving nested ArrayField with nullable base field.Hasan Ramezani
2019-10-31Fixed #30761 -- Prevented floatformat filter from returning a negative zero.Sky
2019-10-31Added more tests for floatformat filter with negative values.Sky
2019-10-31Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.Hasan Ramezani
2019-10-31Refs #28428 -- Added tests for using FileSystemStorage with pathlib.Path.Hasan Ramezani
2019-10-30Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...Felipe Lee
2019-10-30Refs #20456 -- Added test for initialization of request/args/kwargs attribute...Felipe Lee
2019-10-30Refs #28428 -- Made filepath_to_uri() support pathlib.Path.Hasan Ramezani
2019-10-29Used more specific unittest assertions in tests.Nick Pope
2019-10-29Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes.Erwin Junge
2019-10-29Refs #30908 -- Added test for nonexistent path in forms.FilePathField.Hasan Ramezani
2019-10-28Fixed #30918 -- Made timesince()/timeuntil() respect custom time strings for ...Hasan Ramezani
2019-10-28Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...Pavel Dedik
2019-10-28Refs #30907 -- Added more tests for SplitArrayField.has_changed().Pavel Dedik
2019-10-25Fixed #29770 -- Added LinearRing.is_counterclockwise property.Sergey Fedoseev
2019-10-25Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...Carlton Gibson
2019-10-25Fixed #30902 -- Added __str__() for model choice enums.Carlton Gibson
2019-10-24Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...Nick Pope
2019-10-24Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...Nick Pope
2019-10-24Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.Simon Charette
2019-10-24Fixed #30900 -- Skipped async-related tests on Windows using Python 3.8.0.Carlton Gibson
2019-10-24Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o...Hannes Ljungberg
2019-10-23Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.Mariusz Felisiak
2019-10-23Bumped minimum Pillow version to 6.2.0 in test requirements.Mariusz Felisiak