summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-09-06Fixed DatabaseFeatures.can_introspect_check_constraints on MariaDB < 10.2.22,...Mariusz Felisiak
2019-09-06Fixed #30763 -- Fixed management commands when using required mutually exclus...Hasan Ramezani
2019-09-05Moved release note for refs #30158 from deprecated to backwards incompatible ...Mariusz Felisiak
2019-09-05Fixed typo in docs/internals/contributing/writing-documentation.txt.Mariusz Felisiak
2019-09-05Refs #30573 -- Noted to avoid "simple" & co. in Writing Style guide.Carlton Gibson
2019-09-05Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.Mariusz Felisiak
2019-09-05Made SchemaTests.test_alter_db_table_case run only on backends where table na...Hasan Ramezani
2019-09-04Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger
2019-09-04Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.Nasir Hussain
2019-09-04Changed example git clone URLs to use HTTPS.Min ho Kim
2019-09-04Added stub release notes for 2.2.6.Mariusz Felisiak
2019-09-03Fixed #30691 -- Made migrations autodetector find dependencies for foreign ke...Viktor Lomakin
2019-09-03Refs #29444 -- Made db.backends.oracle.utils.InsertVar use str as default.Johannes Hoppe
2019-09-02Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().Carlton Gibson
2019-09-02Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs.Simon Charette
2019-09-02Refs #28442 -- Adjusted related lookups handling of expression rhs.Simon Charette
2019-09-02Refs #29379 -- Moved autocomplete attribute to UsernameField.Nick Pope
2019-09-02Added release dates for 2.2.5, 2.1.12, and 1.11.24.Mariusz Felisiak
2019-08-31Fixed #30738 -- Fixed typo in docs/ref/forms/widgets.txt.Daria Kolodzey
2019-08-31Refs #30736 -- Added missing versionadded annotations for Storage.get_alterna...Mariusz Felisiak
2019-08-30Fixed #30731 -- Fixed handling trailing groups in simplify_regex().Alan Crosswell
2019-08-30Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.yukihira1992
2019-08-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
2019-08-29Removed unneeded * markers from parameter names.Carlton Gibson
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-29Converted auth test to use subTest().Carlton Gibson
2019-08-29Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQ...Mariusz Felisiak
2019-08-29Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().Matthew Schinckel
2019-08-29Used skipUnlessDBFeature instead of checking vendor in test_filtering_on_anno...Mariusz Felisiak
2019-08-29Added tests for raising an error when passing non-boolean expression to When().Mariusz Felisiak
2019-08-28Adjusted subprocess.run() calls to use arg list, rather than string. Jon Dufresne
2019-08-28Refs #27795 -- Removed an unnecessary force_bytes() call in uri_to_iri().Jon Dufresne
2019-08-28Fixed #30733 -- Doc'd that datetime lookups require time zone definitions in ...Andrew
2019-08-27Doc'd for_save argument of Expression.resolve_expression().Matthew Schinckel
2019-08-27Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.Federico Jaramillo Martínez
2019-08-27Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet.Andrew Brown
2019-08-26Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani
2019-08-26Refs #27804 -- Used subTest() in utils_tests/test_encoding.py.Jon Dufresne
2019-08-26Refs #30591 -- Fixed introspection of check and unique column constraints on ...Mariusz Felisiak
2019-08-26Refs #23919 -- Replaced super(ASGIHandler, self) with super().Jon Dufresne
2019-08-26Fixed typo in tests/prefetch_related/tests.py comment.Tim Gates
2019-08-23Fixed #29955 -- Added support for distance expression to the dwithin lookup.Simon Charette
2019-08-23Fixed broken OracleDbshellTests tests after 9386586f31b8a0bccf59a1bff647cd829...Mariusz Felisiak
2019-08-23Fixed #30507 -- Updated admin's jQuery to 3.4.1.Dulmandakh
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-08-23Fixed typos in test names and a comment.Min ho Kim
2019-08-23Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...Mariusz Felisiak
2019-08-23Reduced code duplication in ArrayField's lookups.Mariusz Felisiak
2019-08-23Fixed typo in docs/ref/applications.txt.Ali Mirlou