summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-10Updated migrations example in tutorial 2.Mariusz Felisiak
2020-03-10Corrected get_cache_key() signature in docs.Борис Верховский
2020-03-10Fixed typos in tolerance gis_tests.Mariusz Felisiak
2020-03-09Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...Jon Dufresne
2020-03-09Fixed #31347 -- Checked allow_migrate() in CreateExtension operation.Hasan Ramezani
2020-03-09Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.David Wobrock
2020-03-09Refs #31318 -- Optimized sqlmigrate by using MigrationLoader.David Wobrock
2020-03-09Refs #31318 -- Moved MigrationExecutor.collect_sql() to MigrationLoader.David Wobrock
2020-03-09Refs #31318 -- Added tests for inspecting squashed migrations and ambiguous n...David Wobrock
2020-03-09Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.Shrikrishna Singh
2020-03-07Refs #30489 -- Fixed RasterFieldTest.test_deserialize_with_pixeltype_flags() ...Mariusz Felisiak
2020-03-07Replaced deprecated assertEquals() with assertEqual() in RasterFieldTest.Mariusz Felisiak
2020-03-06Optimized a bit handle() of sqlmigrate management command.David Wobrock
2020-03-06Doc'd return values of as_sql() for Func and query expressions.Adam Johnson
2020-03-06Added missing backticks in various docs.Mariusz Felisiak
2020-03-06Fixed #31342 -- Clarified docs about using base managers for related objects.Carlton Gibson
2020-03-06Refs #31304 -- Made __search lookup default to its rhs' config.Simon Charette
2020-03-06Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().shankarj67
2020-03-05Refs #31224 -- Added autoconversion of test async methods.Andrew Godwin
2020-03-05Fixed #31341 -- Doc'd minimal gettext version with ES6 template strings support.Claude Paroz
2020-03-05Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...Abhijeet Viswa
2020-03-05Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani
2020-03-05Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne
2020-03-05Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak
2020-03-04Refs #30489 -- Made from_pgraster()/to_pgraster() use BANDTYPE_FLAG_HASNODATA...Ivor Bosloper
2020-03-04Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().aryan
2020-03-04Added tests for BaseDatabaseIntrospection's stub methods.Mariusz Felisiak
2020-03-04Added stub release notes for 3.0.5.Mariusz Felisiak
2020-03-04Fixed typo in docs/releases/1.11.29.txt.Mariusz Felisiak
2020-03-04Added CVE-2020-9402 to security archive.Mariusz Felisiak
2020-03-04Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak
2020-03-03Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg
2020-03-03Refs #31331 -- Checked ONLY_FULL_GROUP_BY mode in AggregateTestCase.test_aggr...Mariusz Felisiak
2020-03-03Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.Mariusz Felisiak
2020-03-03Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...Mariusz Felisiak
2020-03-03Documented default value of InlineModelAdmin.extra.Adam Johnson
2020-03-02Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().Claude Paroz
2020-03-02Refs #26064 -- Avoided unnecessary list slicing in migration optimizer.Simon Charette
2020-02-29Removed outdated note about not supporting partial indexes by Django.Mariusz Felisiak
2020-02-28Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers.007
2020-02-28Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...Hans Aarne Liblik
2020-02-28Fixed #31032 -- Updated admin browser support FAQ for 2020.Carlton Gibson
2020-02-28Fixed #31311 -- Removed unneeded escapes in validator regexes.kimbo
2020-02-28Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...Cristobal Mackenzie
2020-02-28Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...Matheus Cunha Motta
2020-02-28Refs #31310 -- Added test for check for using intermediate model with ambiguo...Matheus Cunha Motta
2020-02-27Fixed #31307 -- Fixed filter_horizontal add/remove SVG :hover positioning.007gzs
2020-02-27Fixed #31251 -- Disabled grouping by OuterRef() annotation.Rohit
2020-02-27Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...Valze
2020-02-27Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette