summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2021-10-04Fixed #32888 -- Doc'd that select_for_update() only locks tables with selecte...Hannes Ljungberg
2021-10-04Refs #27694 -- Doc'd lookups that can be chained with HStoreField key transfo...Sarah Abderemane
2021-10-01Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope
2021-10-01Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope
2021-10-01Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope
2021-09-29Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...David Wobrock
2021-09-28Corrected field and model check messages in docs.Mariusz Felisiak
2021-09-27Fixed #33136 -- Added GEOSGeometry.make_valid() method.Claude Paroz
2021-09-24Removed obsolete GEOS 3.5 requirement note.Claude Paroz
2021-09-22Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak
2021-09-21Fixed broken links and redirects in docs.Mariusz Felisiak
2021-09-20Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in E...Mariusz Felisiak
2021-09-20Removed versionadded/changed annotations for 3.2.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
2021-08-27Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith
2021-08-27Corrected BaseDatabaseSchemaEditor.execute() signature in docs.Mariusz Felisiak
2021-08-26Fixed #33046 -- Added note about using length of cached result by QuerySet.co...Can Sarıgöl
2021-08-19Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-08-13The geodjango mailing list moved to the Django Forum.Claude Paroz
2021-08-06Refs #32956 -- Corrected spelling of daylight saving time.David Smith
2021-08-06Fixed #32983 -- Added system check for redundant related_name on symmetrical ...Nick Touran
2021-08-05Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesM...Jarosław Wygoda
2021-08-03Fixed #31621 -- Added support for '--parallel auto' to test management command.Adam Johnson
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
2021-07-29Made minor edits to QuerySet.update_or_create() docs.Abhyudai
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-28Fixed typo in docs/ref/contrib/admin/index.txt.Pēteris Caune
2021-07-27Fixed #32933 -- Documented BoundField.initial as preferred over Form.get_init...Chris Jerdonek
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-07-26Fixed #32906 -- Added docs and tests for using key and index lookups on JSONB...abhiabhi94
2021-07-26Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs.abhiabhi94
2021-07-23Fixed #32950 -- Removed myproject from imports in admin docs where appropriate.Abhyudai
2021-07-19Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.Nick Pope