summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2022-10-04Removed note about "0" IP address from tutorial.Mariusz Felisiak
2022-10-03Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.Lily Foote
2022-10-03Refs #32987 -- Relaxed system check for template tag modules with the same na...Mariusz Felisiak
2022-10-01Clarified how to reference RelatedObjectDoesNotExist exceptions.David Sanders
2022-09-28Fixed #34051 -- Made makemigrations --check exit before making migrations.Jacob Walls
2022-09-28Changed note about update_fields and pre_save() to admonition.Mariusz Felisiak
2022-09-27Doc'd when pre_save() is called with Model.save()'s update_fields.sarahboyce
2022-09-16Fixed #34018 -- Fixed typo in docs/ref/contrib/flatpages.txt.Ferran Jovell
2022-09-13Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders
2022-09-07Fixed #33986 -- Hardened binary lookup in template commands.Shai Berger
2022-09-04Corrected heading level of "Registering and fetching lookups" section in docs.Mariusz Felisiak
2022-09-02Fixed #29799 -- Allowed registering lookups per field instances.Allen Jonathan David
2022-08-31Reverted "Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTran...Mariusz Felisiak
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-08-29Improved example of index on SearchVector in full text search docs.Ilia Peterov
2022-08-26Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.Mariusz Felisiak
2022-08-24Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-empty LOGG...Kanza
2022-08-17Fixed #33878 -- Switched to system fonts in CSS.Tom Carrick
2022-08-15Refs #28333 -- Added partial support for filtering against window functions.Simon Charette
2022-08-12Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.Claude Paroz
2022-08-10Refs #26029 -- Doc'd django.core.files.storage.default_storage.Jarosław Wygoda
2022-08-09Refs #33842 -- Removed incorrect :file: role in contrib docs.Ramil Yanbulatov
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-08-06Fixed typo in docs/ref/forms/renderers.txt.Mariusz Felisiak
2022-08-03Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak
2022-08-02Doc'd TextField.db_collation as optional.Carlton Gibson
2022-07-30Fixed #33442 -- Allowed GeoIP2 to use DB-IP Lite datasets.Claude Paroz
2022-07-26Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transfor...Mariusz Felisiak
2022-07-26Refs #27236 -- Doc'd that AlterIndexTogether is no longer officially supporte...Mariusz Felisiak
2022-07-26Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak
2022-07-26Refs #27236 -- Reverted AlterIndexTogether deprecation.Mariusz Felisiak
2022-07-25Fixed #33866 -- Added pathlib.Path support to GDALRaster constructor.Claude Paroz
2022-07-23Refs #25756 -- Doc'd inability to use file fields with PostgreSQL ArrayField.Claude Paroz
2022-07-23Fixed #33864 -- Deprecated length_is template filter.Nick Pope
2022-07-22Fixed #33317 -- Added note about unconditional evaluation of {% block %} tags.Victor
2022-07-18Fixed #33850 -- Confirmed support for GEOS 3.11.Mariusz Felisiak
2022-07-13Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTransform().Alokik Vijay
2022-07-12Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock
2022-07-08Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak
2022-07-08Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock
2022-06-28Fixed #33779 -- Allowed customizing encoder class in django.utils.html.json_s...Hrushikesh Vaidya
2022-06-28Refs #33779 -- Doc'd django.utils.html.json_script().Hrushikesh Vaidya
2022-06-24Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.Ian Wootten
2022-06-17Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer
2022-06-17Fixed #24870 -- Added --update option to makemigrations command.David Wobrock
2022-06-16Fixed #33786 -- Confirmed support for GDAL 3.5.Mariusz Felisiak
2022-06-16Added YugabyteDB to list of third-party DB backends.Sfurti-yb
2022-06-03Fixed documentation of Widget.id_for_label() empty return value.Swann
2022-06-01Fixed #33742 -- Added id to GeoJSON serializer.Samir Shah
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak