summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-18Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.Sergey Fedoseev
2019-11-18Replaced encode() usage with bytes literals.Jon Dufresne
2019-11-18Replaced unnecessary str()/bytes() calls with literals.Jon Dufresne
2019-11-18Removed unnecessary parentheses in various code.Jon Dufresne
2019-11-18Fixed #30988 -- Deprecated the InvalidQuery exception.Simon Charette
2019-11-18Fixed #30989 -- Removed unimplemented B time format.Baptiste Mispelon
2019-11-18Relaxed some query ordering assertions in tests.Tim Graham
2019-11-18Simplified DateFormat.W() and z().Baptiste Mispelon
2019-11-18Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon
2019-11-18Refs #30990 -- Added test for 'z' date format with a leap year.Baptiste Mispelon
2019-11-18Replaced QueryWrapper single usage with RawSQL.Simon Charette
2019-11-18Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL ex...Mariusz Felisiak
2019-11-18Removed hardcoded pk in view_tests.tests.test_defaults.Tim Graham
2019-11-18Removed hardcoded pk in test_pk_set_on_repeated_add_remove.Tim Graham
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-15Refs #29808 -- Optimized MigrationExecutor.detect_soft_applied().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 #30941 -- Reverted "Simplified AuthenticationMiddleware a bit."Mariusz Felisiak
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-12Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.Mariusz Felisiak
2019-11-12Added stub release notes for 2.2.8 release.Mariusz Felisiak
2019-11-12Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to ...David Foster
2019-11-12Fixed #30405 -- Fixed source code mismatch crash in ExceptionReporter.Hasan Ramezani
2019-11-12Refs #30405 -- Added ExceptionReporter._get_source().Hasan Ramezani
2019-11-11Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.Hannes Ljungberg
2019-11-11Fixed typo in docs/topics/files.txt.Mariusz Felisiak
2019-11-11Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file t...Hasan Ramezani
2019-11-11Fixed #30977 -- Optimized PasswordResetForm.save() a bit.Hasan Ramezani
2019-11-11Fixed #30958 -- Used a clearer example in the Cast() docs.Farhaan Bukhsh
2019-11-08Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.Jon Dufresne
2019-11-08Refs #30948 -- Updated install instructions to use pip instead of setup.py.Jon Dufresne
2019-11-08Doc'd archiving historical branches as git tags.Carlton Gibson
2019-11-08Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...Hasan Ramezani
2019-11-08Fixed #30955 -- Doc'd that only concrete base models are stored in historical...Shipeng Feng
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-07Updated Python license for 2019.Mariusz Felisiak
2019-11-07Clarified that license is BSD 3-Clause in package metadata.Nick Pope
2019-11-07Fixed #30943 -- Added BloomIndex to django.contrib.postgres.Nick Pope
2019-11-07Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...Jon Dufresne
2019-11-07Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne
2019-11-07Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.René Fleschenberg
2019-11-07Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command...Farhaan Bukhsh
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-06Removed unused import of ACTION_CHECKBOX_NAME in django.contrib.admin.Mariusz Felisiak