summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2022-03-14Refs #28592 -- Removed redundant spaces in docs/ref/csrf.txt.Tomas McNamer
2022-03-14Corrected AppConfig.get_models() signature in docs.David Sanders
2022-03-10Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres
2022-03-10Changed some words to use inline markup.David Smith
2022-03-09Changed "bolded" to "in bold" in docs.David Smith
2022-03-08Rewrote some references to "master".Adam Johnson
2022-03-07Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...Luke Plant
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-02-25Optimized docs images.Mariusz Felisiak
2022-02-24Refs #33328 -- Added some advice regarding handling formset:added/removed in ...Matthias Kestenholz
2022-02-23Fixed #33328 -- Transformed formset:added/removed to native JS events.Claude Paroz
2022-02-22Fixed #27844 -- Added optimizemigration management command.David Wobrock
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2022-02-21Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.Andrey Otto
2022-02-11Refs #33476 -- Made management commands use black.Carlton Gibson
2022-02-01Refs #33476 -- Used vertical hanging indentation for format lists with inline...Mariusz Felisiak
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
2022-02-01Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
2022-01-28Fixed #33459 -- Clarified index type in full text search docs.Thomas Aglassinger
2022-01-27Fixed #26142 -- Allowed model formsets to prevent new object creation.vgolubev
2022-01-25Fixed #29984 -- Added QuerySet.iterator() support for prefetching related obj...Jacob Walls
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2022-01-21Fixed #26760 -- Added --prune option to migrate command.Jacob Walls
2022-01-20Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak
2022-01-19Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu
2022-01-19Updated GEOS/GDAL links in docs and comments.Moritz DuchĂȘne
2022-01-18Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.Adam Johnson
2022-01-13Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson
2022-01-12Fixed typo in docs/ref/contrib/admin/index.txt.Scott Pashley
2022-01-11Fixed #13251 -- Made pre/post_delete signals dispatch the origin.mgaligniana
2022-01-11Fixed typo in docs/ref/contrib/admin/index.txt.Victor Peralta
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