summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2023-04-27[4.2.x] Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature i...Andrei Shabanski
2023-04-27[4.2.x] Doc'd that Count("*") is equivalent to COUNT(*) SQL.Tom Forbes
2023-04-21[4.2.x] Added meaningful titles to ..admonition:: directives.Mariusz Felisiak
2023-04-20[4.2.x] Fixed #34440 -- Doc'd that & queryset operator works similar to chain...David Sanders
2023-04-19[4.2.x] Fixed #34435 -- Doc'd that JSONField.default must be a callable.Sage Abdullah
2023-04-17[4.2.x] Added Snowflake to list of third-party DB backends.Tim Graham
2023-04-17[4.2.x] Used extlinks for PyPI links.Tim Graham
2023-04-15[4.2.x] Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites.Edison Wang
2023-04-06[4.2.x] Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside ...Sarah Boyce
2023-04-03[4.2.x] Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats d...Edison Wang
2023-03-24[4.2.x] Fixed typos in docs/ref/forms/renderers.txt.Mariusz Felisiak
2023-03-18[4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage ...Mariusz Felisiak
2023-03-16[4.2.x] Fixed #34404 -- Clarified how FileResponse set Content-Type header.Ayush Bisht
2023-03-12[4.2.x] Corrected example in CreateCollation() docs.Adam Johnson
2023-03-09[4.2.x] Doc'd that action descriptions are %-formatted.Mariusz Felisiak
2023-03-09[4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
2023-03-08[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-03-07[4.2.x] Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson
2023-03-01[4.2.x] Doc'd that django.setup() is called under ASGI.Adam Johnson
2023-03-01[4.2.x] Fixed #34367 -- Updated instructions for installing GeoDjango on Wind...Heath Henley
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...Joseph Victor Zammit
2023-02-24[4.2.x] Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson
2023-02-16[4.2.x] Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStora...Mariusz Felisiak
2023-02-14[4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-02-10[4.2.x] Fixed #34325 -- Corrected wording in PercentRank() docs.dennisvang
2023-02-08[4.2.x] Added missing vars to AdminSite.each_context() docs.Carlton Gibson
2023-01-20[4.2.x] Fixed #34242 -- Doc'd that primary key is set to None when deleting o...noFFENSE
2023-01-17Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...Mariusz Felisiak
2023-01-17Refs #34255 -- Bumped required psycopg version to 3.1.8.Mariusz Felisiak
2023-01-16Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.sarahboyce
2023-01-16Fixed "nulls characters" typo in docs.Steven
2023-01-13Fixed #34234 -- Dropped support for PROJ 4.Leo
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-12Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda
2023-01-10Corrected used JS libraries in GIS widget docs.Mariusz Felisiak
2023-01-10Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak
2023-01-10Fixed #34110 -- Added in-memory file storage.Francesco Panico
2023-01-05Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.Mariusz Felisiak
2023-01-04Fixed #33961 -- Updated admin's jQuery to 3.6.3.Mariusz Felisiak
2023-01-03Fixed #34200 -- Made the session role configurable on PostgreSQL.Mike Crute
2023-01-03Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...Claude Paroz
2023-01-02Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.Florian Apolloner
2022-12-29Fixed #34208 -- Confirmed support for GDAL 3.6.Mariusz Felisiak
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-12-22Fixed #33735 -- Added async support to StreamingHttpResponse.Carlton Gibson
2022-12-19Fixed #33662 -- Allowed Sitemap to customize languages for each item.Roxane
2022-12-17Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware.Andreas Pelme