summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2022-12-14[4.1.x] Fixed #34213 -- Updated PostgreSQL package names in installing PostGI...Paolo Melchiorre
2022-12-14[4.1.x] Removed KyngChaos packages from docs.Mariusz Felisiak
2022-12-07[4.1.x] Fixed #34172 -- Improved ModelAdmin.get_urls example.Sylvain Fankhauser
2022-12-07[4.1.x] Refs #32339 -- Updated Form API docs to prefer as_div() output style.David Smith
2022-12-06[4.1.x] Fixed #24048 -- Corrected QuerySet.only() docs about interaction with...Ryan Cheley
2022-12-06[4.1.x] Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-12-05[4.1.x] Fixed #34199 -- Added example to StringAgg docs.sdolemelipone
2022-12-05[4.1.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.sdolemelipone
2022-11-24[4.1.x] Fixed #34064 -- Adjusted locale override wording in settings docs.Tibor Leupold
2022-11-23[4.1.x] Corrected a typo in signals reference.Adam Zapletal
2022-11-08[4.1.x] Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_cre...Jon Janzen
2022-11-02[4.1.x] Fixed #30801 -- Improved guidance for making good use of signals.Joseph Victor Zammit
2022-10-21[4.1.x] Fixed typo in docs/ref/models/querysets.txt.Ryan Cheley
2022-10-20[4.1.x] Updated UTC uses to datetime.timezone.utc in docs.Diane DeMers Chen
2022-10-13[4.1.x] Updated example of creating GEOSGeometry from WKB to use memoryview.Alan D. Snow
2022-10-12[4.1.x] Refs #34059 -- Doc'd lack of support for validation of constraints wi...Mariusz Felisiak
2022-10-04[4.1.x] Removed note about "0" IP address from tutorial.Mariusz Felisiak
2022-10-03[4.1.x] Refs #32987 -- Relaxed system check for template tag modules with the...Mariusz Felisiak
2022-10-01[4.1.x] Clarified how to reference RelatedObjectDoesNotExist exceptions.David Sanders
2022-09-28[4.1.x] Changed note about update_fields and pre_save() to admonition.Mariusz Felisiak
2022-09-27[4.1.x] Doc'd when pre_save() is called with Model.save()'s update_fields.sarahboyce
2022-09-16[4.1.x] Fixed #34018 -- Fixed typo in docs/ref/contrib/flatpages.txt.Ferran Jovell
2022-09-13[4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders
2022-09-04[4.1.x] Corrected heading level of "Registering and fetching lookups" section...Mariusz Felisiak
2022-08-31[4.1.x] Reverted "Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore...Mariusz Felisiak
2022-08-29[4.1.x] Improved example of index on SearchVector in full text search docs.Ilia Peterov
2022-08-26[4.1.x] Refs #30511 -- Updated docs about auto-incrementing primary keys on P...Mariusz Felisiak
2022-08-24[4.1.x] Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-em...Kanza
2022-08-10[4.1.x] Refs #26029 -- Doc'd django.core.files.storage.default_storage.Jarosław Wygoda
2022-08-06[4.1.x] Fixed typo in docs/ref/forms/renderers.txt.Mariusz Felisiak
2022-08-02[4.1.x] Doc'd TextField.db_collation as optional.Carlton Gibson
2022-07-26[4.1.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key ...Mariusz Felisiak
2022-07-23[4.1.x] Refs #25756 -- Doc'd inability to use file fields with PostgreSQL Arr...Claude Paroz
2022-07-22[4.1.x] Fixed #33317 -- Added note about unconditional evaluation of {% block...Victor
2022-07-13[4.1.x] Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTransf...Alokik Vijay
2022-06-28[4.1.x] Refs #33779 -- Doc'd django.utils.html.json_script().Hrushikesh Vaidya
2022-06-27[4.1.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-06-24[4.1.x] Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description...Ian Wootten
2022-06-16[4.1.x] Added YugabyteDB to list of third-party DB backends.Sfurti-yb
2022-06-03[4.1.x] Fixed documentation of Widget.id_for_label() empty return value.Swann
2022-05-25[4.1.x] Unified AdminSite imports in docs.Hasan Ramezani
2022-05-24[4.1.x] Fixed #33724 -- Doc'd exclude argument changes in model validation.Mariusz Felisiak
2022-05-20[4.1.x] Fixed #33721 -- Added DE-9IM link in GEOS docs.Burak Kadir Er
2022-05-18[4.1.x] Refs #30581 -- Updated count of steps in model validation docs.Joachim Jablon
2022-05-17Refs #32339 -- Deprecated default.html form template.David Smith
2022-05-17Fixed #33683 -- Document HttpResponseBase and allow import from django.httpCollin Anderson
2022-05-16Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purpos...Mariusz Felisiak
2022-05-16Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2022-05-12Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal