summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-12Simplified GISFunctionsTests.test_point_on_surface().Mariusz Felisiak
2019-06-12Simplified django.urls.reverse() a bit.Sergey Fedoseev
2019-06-12Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak
2019-06-12Removed obsolete comment from GISFunctionsTests.test_asgeojson().Mariusz Felisiak
2019-06-12Fixed GISFunctionsTests.test_asgeojson() crash on MariaDB 10.2+.Mariusz Felisiak
2019-06-11Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...Jon Dufresne
2019-06-11Fixed intword example in docs/ref/contrib/humanize.txt.Jon Dufresne
2019-06-11Refs #27486 -- Added tests for filesizeformat filter.Jon Dufresne
2019-06-11Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated exa...Vyacheslav Ver
2019-06-11Changed charset and collation link to MySQL docs.Mykola Nicholas
2019-06-10Fixed #30548 -- Improved exception when expression contains mixed types.CruxBox
2019-06-10Fixed #30553 -- Clarified the default value of disable_existing_loggers.swatantra
2019-06-10Fixed #30556 -- Avoided useless query and hasher call in ModelBackend.authent...Aymeric Augustin
2019-06-10Refs #27804 -- Used subTest() in filesizeformat tests and HumanizeTests.Jon Dufresne
2019-06-07Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.Hasan Ramezani
2019-06-07Fixed #30521 -- Fixed invalid HTML in default error pages.Alexandre Varas
2019-06-07Refs #30521 -- Added tests for content of default error pages.Mariusz Felisiak
2019-06-07Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json().Jon Dufresne
2019-06-07Refs #27804 -- Used subTest() in BinaryFieldTests.test_set_and_retrieve.Jon Dufresne
2019-06-06Refs #30512 -- Added tests for sanitizing email addresses with display name a...Joachim Jablon
2019-06-06Refs #30512 -- Used subTest() in MailTests.test_sanitize_address.Joachim Jablon
2019-06-06Fixed #29706 -- Made RenameContentType._rename() save to the correct database.Hasan Ramezani
2019-06-06Updated Hindi language name.Arpana Mehta
2019-06-05Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort
2019-06-05Fixed #30226 -- Added BaseBackend for authentication.Tobias Bengfort
2019-06-05Fixed #30542 -- Fixed crash of numerical aggregations with filter.Étienne Beaulé
2019-06-05Added stub release notes for 2.2.3.Mariusz Felisiak
2019-06-04Fixed typo in tests/generic_views/test_base.py.Tim Graham
2019-06-04Updated release process notes for oss-security list content guidelines.Carlton Gibson
2019-06-04Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrat...Caio Ariede
2019-06-04Fixed #30520 -- Fixed crash of admin model inlines on custom fields without l...Jones Ambrosi
2019-06-04Fixed #30534 -- Fixed overriding a field's default in ModelForm.cleaned_data().RobertAKARobin
2019-06-03Added CVE-2019-12308 to the security release archive.Nick Pope
2019-06-03Added CVE-2019-11358 to the security release archive.Nick Pope
2019-06-03Fixed typos in 1.11.21, 2.1.9, 2.2.2 release notes.Mariusz Felisiak
2019-06-03Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.Mariusz Felisiak
2019-06-03Fixed #28604 -- Prevented ManifestStaticFilesStorage from leaving intermediat...Nathan Gaberel
2019-06-03Applied jQuery patch for CVE-2019-11358.Carlton Gibson
2019-06-03Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before renderin...Carlton Gibson
2019-06-03Added stub release notes for security releases.Carlton Gibson
2019-05-31Fixed #30493 -- Fixed prefetch_related() for GenericRelation with different c...can
2019-05-31Refs #30493 -- Added GenericRelatedObjectManager.get_content_type() hook.Mariusz Felisiak
2019-05-31Simplified m2m_recursive.tests.Mariusz Felisiak
2019-05-31Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is the pare...parth
2019-05-31Fixed #26192 -- Fixed crash of ordering by constants on PostgreSQL.Mariusz Felisiak
2019-05-31Refs #26192 -- Added tests for ordering by constant value.Mariusz Felisiak
2019-05-31Fixed #28520 -- Added --start-at/--start-after options to runtests.py.Hasan Ramezani
2019-05-30Refs #28520 -- Added _module_match_label() hook to runtests.py.Hasan Ramezani
2019-05-29Simplified SessionMiddleware.process_response() a bit.Daniel Hahler
2019-05-29Fixed #30523 -- Fixed updating file modification times on seen files in auto-...Tom Forbes