summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2022-01-10Fixed #29026 -- Added --scriptable option to makemigrations.Jacob Walls
2022-01-10Fixed #33428 -- Confirmed support for PostGIS 3.2.Nick Pope
2022-01-10Corrected signatures of some functions in docs.Mariusz Felisiak
2022-01-10Corrected directive for signals in django.contrib.auth docs.Mariusz Felisiak
2022-01-04Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort te...Florian Apolloner
2021-12-31Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.Mariusz Felisiak
2021-12-30Improved @display(empty_value) example in ModelAdmin.empty_value_display docs.mangelozzi
2021-12-28Avoided counting attributes and methods in docs.Mariusz Felisiak
2021-12-27Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg
2021-12-24Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg
2021-12-22Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak
2021-12-22Refs #31026 -- Updated TemplatesSetting docs to refer to forms.David Smith
2021-12-22Added TemplatesSetting to list of built-in renderers in FORM_RENDERER docs.Adam Johnson
2021-12-21Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on ...Brenton Partridge
2021-12-16Fixed #30127 -- Deprecated name argument of cached_property().mgaligniana
2021-12-15Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django 2.2.25,...Mariusz Felisiak
2021-12-15Fixed #33316 -- Added pagination to admin history view.mgaligniana
2021-12-15Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...Jacob Walls
2021-12-13Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana
2021-12-13Corrected example in models.DecimalField docs.Beomsoo Kim
2021-12-13Updated link to Microsoft SQL Server backend.Wayne Lambert
2021-12-09Refs #32338 -- Added Boundfield.legend_tag().David Smith
2021-12-08Refs #33319 -- Added note about commutation of QuerySet's | operator.Ömer Faruk Abacı
2021-12-08Fixed #19721 -- Allowed admin filters to customize the list separator.Shreya Bamne
2021-12-08Refs #19721 -- Corrected list formatting in admin filters docs.Shreya Bamne
2021-12-06Fixed #33335 -- Made model validation ignore functional unique constraints.Hannes Ljungberg
2021-12-02Fixed #33334 -- Alphabetized form and model fields in reference docs.Shivam Durgbuns
2021-12-01Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.Przemysław Suliga
2021-11-29Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret.Chris Jerdonek
2021-11-23Fixed #33304 -- Allowed passing string expressions to Window(order_by).Simon Charette
2021-11-23Corrected signatures of QuerySet's methods.Mariusz Felisiak
2021-11-22Fixed #33302 -- Made element_id optional argument for json_script template fi...Baptiste Mispelon
2021-11-18Refs #19721 -- Moved ModelAdmin.list_filter docs into a separate file.Shreya Bamne
2021-11-05Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to Manifest...Mariusz Felisiak
2021-11-04Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti
2021-11-01Added Google Cloud Spanner to list of third-party DB backends.Vikash Singh
2021-10-27Refs #33182 -- Adjusted custom admin theming example to use correct template ...Carlton Gibson
2021-10-27Fixed #33182 -- Moved admin dark mode vars to separate stylesheet and templat...Matteo Vitali
2021-10-21Fixed #33215 -- Confirmed support for GEOS 3.10.Mariusz Felisiak
2021-10-21Fixed #33210 -- Clarified docs for sitemaps ping_google() helper.Arkadiusz Adamski
2021-10-21Fixed #25916 -- Added lastmod support to sitemap index view.David Smith
2021-10-20Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne
2021-10-20Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith
2021-10-18Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-10-18Fixed #33198 -- Corrected BinaryField.max_length docs.Nick Frazier
2021-10-13Doc'd a precise exception type in Paginator.page() docs.Sih Sîng-hông薛丞宏
2021-10-08Improved docs regarding UTF-8 support with Apache and mod_wsgi.Nick Frazier
2021-10-06Refs #31026 -- Improved BoundField.label_tag() docs.David Smith
2021-10-06Fixed #33131 -- Improved error messages for clashing reverse accessor names.Bernd Wechner
2021-10-05Fixed #22224 -- Added note about supplying missing values for non-nullable fi...Jacob Walls