summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2020-03-27Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean...zriv
2020-03-25Fixed #29724 -- Fixed timezone handling in ModelAdmin.date_hierarchy queries.Hasan Ramezani
2020-03-24Fixed #31391 -- Removed jQuery usage in cancel.jsJon Dufresne
2020-03-24Fixed #31365 -- Removed jQuery usage in SelectFilter2.js.Jon Dufresne
2020-03-23Fixed #28194 -- Added support for normalization and cover density to SearchRank.Hannes Ljungberg
2020-03-23Refs #31032 -- Removed unsupported browsers workarounds and comments in admin...Jon Dufresne
2020-03-19Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...gowthamk63
2020-03-19Removed unused default value None to matches_patterns().Jon Dufresne
2020-03-19Used modern idiom in collectstatic command.Jon Dufresne
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2020-03-18Fixed #31371 -- Increased User.first_name max_length to 150 characters.Ryan Petrello
2020-03-17Removed unused return values in SelectFilter2.js.Jon Dufresne
2020-03-17Simplified SelectFilter2 with Element.closest().Jon Dufresne
2020-03-16Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon
2020-03-16Fixed #31363 -- Added support for negative integers to intword template filter.jay20162016
2020-03-16Fixed #31361 -- Fixed invalid action="" in admin forms.Jon Dufresne
2020-03-13Refs #31340 -- Simplified SearchQuery by making it subclass Func.Baptiste Mispelon
2020-03-13Removed unnecessary SearchQuery._combine().Baptiste Mispelon
2020-03-11Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.Claude Paroz
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-06Refs #31304 -- Made __search lookup default to its rhs' config.Simon Charette
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-04Refs #30489 -- Made from_pgraster()/to_pgraster() use BANDTYPE_FLAG_HASNODATA...Ivor Bosloper
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-02Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().Claude Paroz
2020-02-27Fixed #31307 -- Fixed filter_horizontal add/remove SVG :hover positioning.007gzs
2020-02-26Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check.aryan
2020-02-26Simplified handling of weights in SearchRank.Simon Charette
2020-02-26Formalized SearchVector and SearchRank signatures.Simon Charette
2020-02-26Refs #31211 -- Prevented SearchConfig nesting in SearchVector and SearchQuery...Simon Charette
2020-02-26Refs #3254 -- Removed unnecessary truth check in SearchVectorExact.as_sql().Simon Charette
2020-02-24Fixed #31292 -- Fixed django.contrib.gis.gdal.gdal_full_version() crash.Diederik van der Boor
2020-02-19Fixed #31187 -- Fixed detecting of existing total ordering in admin changelis...Fabio Sangiovanni
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2020-02-12Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.Claude Paroz
2020-02-10Fixed #30846 -- Made PostGIS backend respect Index's name argument.=Pratik Kumar
2020-02-10Fixed #31248 -- Added missing space before USING SQL on PostGIS.Hannes Ljungberg
2020-02-06Fixed #28528 -- Allowed combining SearchVectors with different configs.adamb70
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-02-04Refs #27604 -- Fixed loading of legacy cookie hashes when CookieStorage.key_s...Florian Apolloner
2020-02-04Fixed #27604 -- Used the cookie signer to sign message cookies.Claude Paroz
2020-02-04Refs #27604 -- Added CookieStorage.key_salt to allow customization.Claude Paroz
2020-02-03Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette
2020-01-31Updated translations from Transifex.Claude Paroz
2020-01-31Refs #22426 -- Removed pre-Django 1.5 messages compatibility code and test.Claude Paroz
2020-01-29Used model's Options.label/label_lower where applicable.Mariusz Felisiak
2020-01-29Fixed #31211 -- Added SearchConfig expression.Hannes Ljungberg