summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31342 -- Clarified base manager docs.ticket-31342Carlton Gibson2020-03-051-5/+7
* Refs #31224 -- Added autoconversion of test async methods.Andrew Godwin2020-03-053-11/+8
* Fixed #31341 -- Doc'd minimal gettext version with ES6 template strings support.Claude Paroz2020-03-051-5/+3
* Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...Abhijeet Viswa2020-03-053-4/+14
* Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani2020-03-053-12/+34
* Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne2020-03-0512-47/+68
* Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak2020-03-051-1/+2
* Refs #30489 -- Made from_pgraster()/to_pgraster() use BANDTYPE_FLAG_HASNODATA...Ivor Bosloper2020-03-042-10/+14
* Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().aryan2020-03-042-0/+15
* Added tests for BaseDatabaseIntrospection's stub methods.Mariusz Felisiak2020-03-041-0/+32
* Added stub release notes for 3.0.5.Mariusz Felisiak2020-03-042-0/+13
* Fixed typo in docs/releases/1.11.29.txt.Mariusz Felisiak2020-03-041-1/+1
* Added CVE-2020-9402 to security archive.Mariusz Felisiak2020-03-041-0/+14
* Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak2020-03-048-15/+117
* Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg2020-03-035-6/+239
* Refs #31331 -- Checked ONLY_FULL_GROUP_BY mode in AggregateTestCase.test_aggr...Mariusz Felisiak2020-03-031-1/+1
* Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.Mariusz Felisiak2020-03-033-6/+17
* Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...Mariusz Felisiak2020-03-033-1/+44
* Documented default value of InlineModelAdmin.extra.Adam Johnson2020-03-031-1/+1
* Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().Claude Paroz2020-03-024-3/+37
* Refs #26064 -- Avoided unnecessary list slicing in migration optimizer.Simon Charette2020-03-021-1/+1
* Removed outdated note about not supporting partial indexes by Django.Mariusz Felisiak2020-02-291-2/+1
* Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers.0072020-02-282-3/+45
* Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...Hans Aarne Liblik2020-02-283-4/+24
* Fixed #31032 -- Updated admin browser support FAQ for 2020.Carlton Gibson2020-02-283-6/+17
* Fixed #31311 -- Removed unneeded escapes in validator regexes.kimbo2020-02-281-3/+3
* Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...Cristobal Mackenzie2020-02-282-1/+11
* Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...Matheus Cunha Motta2020-02-282-6/+5
* Refs #31310 -- Added test for check for using intermediate model with ambiguo...Matheus Cunha Motta2020-02-281-0/+30
* Fixed #31307 -- Fixed filter_horizontal add/remove SVG :hover positioning.007gzs2020-02-273-0/+35
* Fixed #31251 -- Disabled grouping by OuterRef() annotation.Rohit2020-02-272-0/+11
* Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...Valze2020-02-273-12/+151
* Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette2020-02-273-4/+25
* Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.Andrey Doroschenko2020-02-271-1/+4
* Fixed #28699 -- Fixed CSRF validation with remote user middleware.Colton Hicks2020-02-263-2/+36
* Fixed #28280 -- Prevented numberformat.format() from formatting large/tiny fl...Hasan Ramezani2020-02-262-4/+27
* Removed hint from fields.E310 message in system check docs.Mariusz Felisiak2020-02-261-2/+1
* Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check.aryan2020-02-262-0/+9
* Simplified handling of weights in SearchRank.Simon Charette2020-02-261-17/+6
* Formalized SearchVector and SearchRank signatures.Simon Charette2020-02-261-13/+8
* Refs #31211 -- Prevented SearchConfig nesting in SearchVector and SearchQuery...Simon Charette2020-02-262-4/+17
* Refs #3254 -- Removed unnecessary truth check in SearchVectorExact.as_sql().Simon Charette2020-02-261-1/+1
* Fixed #31291 -- Renamed salt to mask for CSRF tokens.Ram Rachum2020-02-255-26/+26
* Fixed #31286 -- Made database specific fields checks databases aware.Taoup2020-02-244-9/+12
* Fixed backends tests on Oracle.Mariusz Felisiak2020-02-241-8/+8
* Fixed #31292 -- Fixed django.contrib.gis.gdal.gdal_full_version() crash.Diederik van der Boor2020-02-242-2/+9
* Added test for django.contrib.gis.gdal.gdal_version().Diederik van der Boor2020-02-241-0/+11
* Fixed #31303 -- Removed outdated note about symmetrical intermediate table fo...Matheus Cunha Motta2020-02-241-5/+0
* Fixed #31182 -- Adjusted release notes for ASGI support.Adam Johnson2020-02-201-0/+5
* Corrected typo in test docstring.Jon Dufresne2020-02-201-1/+1