summaryrefslogtreecommitdiff
path: root/docs/ref
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo in docs/ref/forms/renderers.txt.Mariusz Felisiak2022-08-061-1/+1
| | | Thanks Josh for the report.
* Fixed #33872 -- Deprecated ↵Mariusz Felisiak2022-08-032-0/+32
| | | | django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
* Doc'd TextField.db_collation as optional.Carlton Gibson2022-08-021-1/+1
| | | | | | Matches CharField.db_collation docs. Thanks to Paolo Melchiorre for the report.
* Fixed #33442 -- Allowed GeoIP2 to use DB-IP Lite datasets.Claude Paroz2022-07-301-3/+9
|
* Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key ↵Mariusz Felisiak2022-07-261-0/+16
| | | | | | | transforms on SQLite. Thanks Johnny Metz for the report. Regression in 71ec102b01fcc85acae3819426a4e02ef423b0fa.
* Refs #27236 -- Doc'd that AlterIndexTogether is no longer officially ↵Mariusz Felisiak2022-07-261-3/+11
| | | | supported for Django 4.2+ migration files.
* Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle ↵Mariusz Felisiak2022-07-261-5/+0
| | | | | | the deprecation of migration operations." This reverts commit 41019e48bbf082c985e6ba3bad34d118b903bff1.
* Refs #27236 -- Reverted AlterIndexTogether deprecation.Mariusz Felisiak2022-07-262-13/+0
| | | | This partly reverts a6385b382e05a614a99e5a5913d8e631823159a2.
* Fixed #33866 -- Added pathlib.Path support to GDALRaster constructor.Claude Paroz2022-07-251-3/+8
|
* Refs #25756 -- Doc'd inability to use file fields with PostgreSQL ArrayField.Claude Paroz2022-07-231-1/+3
|
* Fixed #33864 -- Deprecated length_is template filter.Nick Pope2022-07-231-0/+2
|
* Fixed #33317 -- Added note about unconditional evaluation of {% block %} tags.Victor2022-07-221-0/+9
|
* Fixed #33850 -- Confirmed support for GEOS 3.11.Mariusz Felisiak2022-07-181-1/+2
|
* Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTransform().Alokik Vijay2022-07-131-0/+16
|
* Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock2022-07-123-6/+17
| | | | This also deprecates AlterIndexTogether migration operation.
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-086-23/+20
|
* Refs #27236 -- Added generic mechanism to handle the deprecation of ↵David Wobrock2022-07-081-0/+5
| | | | migration operations.
* Fixed #33779 -- Allowed customizing encoder class in ↵Hrushikesh Vaidya2022-06-281-1/+10
| | | | django.utils.html.json_script().
* Refs #33779 -- Doc'd django.utils.html.json_script().Hrushikesh Vaidya2022-06-281-0/+14
|
* Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.Ian Wootten2022-06-241-3/+3
|
* Fixed #33788 -- Added TrigramStrictWordSimilarity() and ↵Matt Brewer2022-06-172-3/+50
| | | | TrigramStrictWordDistance() on PostgreSQL.
* Fixed #24870 -- Added --update option to makemigrations command.David Wobrock2022-06-171-0/+7
|
* Fixed #33786 -- Confirmed support for GDAL 3.5.Mariusz Felisiak2022-06-161-4/+5
|
* Added YugabyteDB to list of third-party DB backends.Sfurti-yb2022-06-161-0/+2
|
* Fixed documentation of Widget.id_for_label() empty return value.Swann2022-06-031-1/+2
|
* Fixed #33742 -- Added id to GeoJSON serializer.Samir Shah2022-06-011-0/+9
|
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-316-17/+17
| | | | | sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked.
* Unified AdminSite imports in docs.Hasan Ramezani2022-05-251-2/+2
|
* Fixed #33724 -- Doc'd exclude argument changes in model validation.Mariusz Felisiak2022-05-241-8/+12
| | | | | Thanks אורי for the report. Follow up to 1ea7e3157d1f9b4db71e768d75ea57e47dbd49f9.
* Fixed #33721 -- Added DE-9IM link in GEOS docs.Burak Kadir Er2022-05-201-1/+3
|
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-196-14/+9
|
* Refs #30581 -- Updated count of steps in model validation docs.Joachim Jablon2022-05-181-1/+1
| | | | Follow-up to 667105877e6723c6985399803a364848891513cc.
* Fixed #33713 -- Dropped support for MariaDB 10.3.Mariusz Felisiak2022-05-181-1/+1
|
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-1732-230/+0
|
* Refs #32339 -- Deprecated default.html form template.David Smith2022-05-171-0/+43
| | | | Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
* Fixed #33683 -- Document HttpResponseBase and allow import from django.httpCollin Anderson2022-05-171-0/+12
|
* Refs #33685 -- Doc'd that using PostgreSQL's service names for testing ↵Mariusz Felisiak2022-05-161-0/+5
| | | | purposes is not supported.
* Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana2022-05-161-2/+8
|
* Refs #27064 -- Added RenameIndex migration operation.David Wobrock2022-05-122-0/+25
|
* Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal2022-05-122-15/+58
| | | | Co-authored-by: Jacob Rief <jacob.rief@uibk.ac.at>
* Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy ↵Mariusz Felisiak2022-05-121-2/+22
| | | | | and Expression.asc()/desc(). Thanks Allen Jonathan David for the initial patch.
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-104-27/+127
| | | | Thanks Simon Charette, Keryn Knight, and Mariusz Felisiak for reviews.
* Fixed #33680 -- Corrected example of customizing model loading in docs.Ali Toosi2022-05-061-1/+3
|
* Fixed #32339 -- Added div.html form template.David Smith2022-05-051-0/+49
|
* Refs #32339 -- Restructured outputting HTML form docs.Carlton Gibson2022-05-041-50/+78
| | | | | | | | | | In the topic doc, promoted the Reusable form templates section. In the reference, re-grouped and promoted the default __str__() rendering path, and then gathered the various as_*() helpers subsequently. Thanks to David Smith for review.
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-045-10/+4
|
* Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.Alokik Vijay2022-05-031-4/+13
| | | | Thanks Mariusz Felisiak for reviewing.
* Refs #23435 -- Added note about GenericForeignKey indexes to docs.Steven DeMartini2022-04-291-0/+13
|
* Removed hyphen from pre-/re- prefixes.David2022-04-2810-11/+11
| | | | | | | | | | | | | | | "prepopulate", "preload", and "preprocessing" are already in the spelling_wordlist. This also removes hyphen from double "e" combinations with "pre" and "re", e.g. preexisting, preempt, reestablish, or reenter. See also: - https://ahdictionary.com/word/search.html?q=rerun - https://ahdictionary.com/word/search.html?q=recreate - https://ahdictionary.com/word/search.html?q=predetermined - https://ahdictionary.com/word/search.html?q=reuse - https://ahdictionary.com/word/search.html?q=reopening
* Added links to Solr and Haystack in docs.David2022-04-281-3/+6
|