summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2022-01-04[4.0.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in dic...Florian Apolloner
2021-12-31[4.0.x] Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.Mariusz Felisiak
2021-12-30[4.0.x] Improved @display(empty_value) example in ModelAdmin.empty_value_disp...mangelozzi
2021-12-22[4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak
2021-12-22[4.0.x] Refs #31026 -- Updated TemplatesSetting docs to refer to forms.David Smith
2021-12-22[4.0.x] Added TemplatesSetting to list of built-in renderers in FORM_RENDERER...Adam Johnson
2021-12-21[4.0.x] Fixed #32600 -- Fixed Geometry collections and Polygon segmentation f...Brenton Partridge
2021-12-15[4.0.x] Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django...Mariusz Felisiak
2021-12-13[4.0.x] Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana
2021-12-13[4.0.x] Corrected example in models.DecimalField docs.Beomsoo Kim
2021-12-13[4.0.x] Updated link to Microsoft SQL Server backend.Wayne Lambert
2021-12-08[4.0.x] Refs #33319 -- Added note about commutation of QuerySet's | operator.Ömer Faruk Abacı
2021-12-06[4.0.x] Fixed #33335 -- Made model validation ignore functional unique constr...Hannes Ljungberg
2021-12-02[4.0.x] Fixed #33334 -- Alphabetized form and model fields in reference docs.Shivam Durgbuns
2021-11-23[4.0.x] Corrected signatures of QuerySet's methods.Mariusz Felisiak
2021-11-05[4.0.x] Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ...Mariusz Felisiak
2021-11-01[4.0.x] Added Google Cloud Spanner to list of third-party DB backends.Vikash Singh
2021-10-27[4.0.x] Refs #33182 -- Adjusted custom admin theming example to use correct t...Carlton Gibson
2021-10-21[4.0.x] Fixed #33210 -- Clarified docs for sitemaps ping_google() helper.Arkadiusz Adamski
2021-10-21[4.0.x] Fixed #33215 -- Confirmed support for GEOS 3.10.Mariusz Felisiak
2021-10-20[4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith
2021-10-19[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-10-18[4.0.x] Fixed #33198 -- Corrected BinaryField.max_length docs.Nick Frazier
2021-10-13[4.0.x] Doc'd a precise exception type in Paginator.page() docs.Sih Sîng-hông薛丞宏
2021-10-08[4.0.x] Improved docs regarding UTF-8 support with Apache and mod_wsgi.Nick Frazier
2021-10-07[4.0.x] Refs #31026 -- Improved BoundField.label_tag() docs.David Smith
2021-10-05[4.0.x] Fixed #22224 -- Added note about supplying missing values for non-nul...Jacob Walls
2021-10-04[4.0.x] Fixed #32888 -- Doc'd that select_for_update() only locks tables with...Hannes Ljungberg
2021-10-04[4.0.x] Refs #27694 -- Doc'd lookups that can be chained with HStoreField key...Sarah Abderemane
2021-09-29[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_res...David Wobrock
2021-09-28[4.0.x] Corrected field and model check messages in docs.Mariusz Felisiak
2021-09-24[4.0.x] Removed obsolete GEOS 3.5 requirement note.Claude Paroz
2021-09-21[4.0.x] Fixed broken links and redirects in docs.Mariusz Felisiak
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2021-09-20Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant
2021-09-17Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos
2021-09-17Corrected outputs and made cosmetic edits in GeoDjango tutorial.Mariusz Felisiak
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-16Doc'd Jinja2 form renderer.David Smith
2021-09-14Fixed #33012 -- Added Redis cache backend.Daniyal
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-09-13Made CSRF JavaScript example more reusable.sdwoodbury
2021-09-10Clarified type of Window()'s partition_by and order_by arguments.David Sanders
2021-09-09Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...Hasan Ramezani
2021-09-08Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ver...Siburg
2021-09-08Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...Mariusz Felisiak
2021-09-03Fixed #33067 -- Improved templatetag docs.Muhammad Hammad
2021-09-01Fixed #32309 -- Added --exclude option to startapp/startproject management co...sage
2021-08-31Refs #25264 -- Doc's that not all default options are supported by every mana...Jan Szoja