summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...snowman22021-05-143-5/+30
* Refs #32721 -- Made PostGISSchemaEditor._create_index_sql() call super()._cre...snowman22021-05-131-17/+16
* Refs #16455 -- Added test for using opclasses on indexes for multidimensional...Mariusz Felisiak2021-05-131-0/+29
* Added stub release notes for Django 3.2.4.Mariusz Felisiak2021-05-132-0/+13
* Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak2021-05-138-17/+140
* Fixed #32717 -- Fixed filtering of querysets combined with the | operator.Simon Charette2021-05-134-1/+13
* Fixed #32031 -- Added model class for each model to AdminSite.each_context().Raffaele Salmaso2021-05-134-1/+13
* Fixed #26721 -- Doc'd setting UTF-8 on Windows.David Smith2021-05-121-0/+8
* Fixed #32738 -- Deprecated django.utils.datetime_safe module.Nick Pope2021-05-124-2/+17
* Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.Nick Pope2021-05-124-7/+89
* Refs #32738, Refs #29600, Refs #29595 -- Removed unused django.utils.datetime...Nick Pope2021-05-122-22/+6
* Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection opti...Nick Pope2021-05-124-27/+38
* Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope2021-05-1217-77/+75
* Refs #32366 -- Avoided use of datetime.utcnow() in the documentation.Nick Pope2021-05-121-2/+1
* Added extra assertion to migrations.test_writer.WriterTests.test_serialize_da...Nick Pope2021-05-121-7/+9
* Fixed a typo in docs/ref/models/fields.txt.Nick Pope2021-05-121-1/+1
* Refs #32718 -- Corrected CVE-2021-31542 release notes.Mariusz Felisiak2021-05-123-6/+3
* Refs #24121 -- Added__repr__() to StaticNode.saeedblanchette2021-05-122-0/+20
* Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.Nick Pope2021-05-123-4/+8
* Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.Mariusz Felisiak2021-05-113-13/+24
* Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem.Jordi Castells2021-05-076-11/+91
* Fixed #32712 -- Deprecated django.utils.baseconv module.Hasan Ramezani2021-05-076-6/+57
* Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.Alex Hill2021-05-073-1/+21
* Fixed typo in docs/internals/contributing/writing-documentation.txt.Nick Pope2021-05-061-1/+1
* Removed unused TestHashedFiles._max_post_process_passes.Mariusz Felisiak2021-05-061-5/+0
* Added stub release notes for Django 3.2.3.Mariusz Felisiak2021-05-062-0/+13
* Added CVE-2021-32052 to security archive.Mariusz Felisiak2021-05-061-0/+14
* Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs from being ...Mariusz Felisiak2021-05-066-3/+73
* Refs CVE-2021-31542 -- Skipped mock AWS storage test on Windows.Carlton Gibson2021-05-061-0/+3
* Fixed #32705 -- Prevented database cache backend from checking .rowcount on c...ecogels2021-05-052-1/+23
* Fixed #32690 -- Fixed __in lookup crash when combining with filtered aggregates.Simon Charette2021-05-052-0/+17
* Fixed #32479 -- Added fallbacks to subsequent language codes in translations.Maxim Beder2021-05-052-3/+26
* Fixed #32714 -- Prevented recreation of migration for Meta.ordering with Orde...Simon Charette2021-05-053-3/+26
* Refs #32074 -- Removed usage of deprecated Thread.setDaemon().Karthikeyan Singaravelan2021-05-042-2/+2
* Refs #32074 -- Used asyncio.get_running_loop() instead of get_event_loop().Mariusz Felisiak2021-05-041-3/+2
* Added commits for CVE-2021-31542 to security archive.Carlton Gibson2021-05-041-0/+7
* Added CVE-2021-31542 to security archive.Carlton Gibson2021-05-041-0/+6
* Added stub release notes for Django 3.2.2.Carlton Gibson2021-05-042-0/+13
* Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.Florian Apolloner2021-05-0414-13/+190
* Fixed #32693 -- Quoted and lowercased generated column aliases.Hasan Ramezani2021-05-042-2/+16
* Fixed #32709 -- Corrected examples in django/utils/baseconv.py docstring.pythonwood2021-05-041-2/+2
* Added spelling option to make.bat.Susan Wright2021-04-301-0/+10
* Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...Mariusz Felisiak2021-04-302-2/+11
* Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.Tim Graham2021-04-308-82/+23
* Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...Hasan Ramezani2021-04-307-26/+33
* Refs #32178 -- Doc'd DatabaseFeatures.django_test_skips/django_test_expected_...Hasan Ramezani2021-04-291-1/+4
* Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope2021-04-2910-17/+17
* Refs #32674 -- Noted that auto-created through table PKs cannot be automatica...Carlton Gibson2021-04-292-0/+30
* Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates().Mariusz Felisiak2021-04-294-11/+18
* Refs #32694 -- Clarified when colorama requirement is needed in Windows how-to.Carlton Gibson2021-04-291-4/+5