summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2021-10-04[3.2.x] Refs #27694 -- Doc'd lookups that can be chained with HStoreField ↵Sarah Abderemane
key transforms. Backport of 1953dd02b6719ee89fddbc3098d86968d79f3cd7 from main
2021-09-28[3.2.x] Corrected field and model check messages in docs.Mariusz Felisiak
Follow up to 72d04e03855536cf36090aedbb7aa8f1c4c8b443. Backport of 93f3b7a0ba2969109940775a18515728603afac6 from main
2021-09-24[3.2.x] Removed obsolete GEOS 3.5 requirement note.Claude Paroz
Follow up to ea87a85fad9994dbb0748df25bc9c2d99b24809b. Backport of 8036b53de61f16098a2f22c50621987182bdfaed from main
2021-09-21[3.2.x] Fixed broken links and redirects in docs.Mariusz Felisiak
Backport of 1d16dbc74563ec9aeb4bdff870d0fe5064667b26 from main
2021-09-17[3.2.x] Corrected outputs and made cosmetic edits in GeoDjango tutorial.Mariusz Felisiak
Backport of b5bf026813ca9aff83243f901edd722e0d60c2ea from main
2021-09-16[3.2.x] Doc'd Jinja2 form renderer.David Smith
Backport of 7132d17de1399345a38858c20221850bdef43d0e from main
2021-09-10[3.2.x] Clarified type of Window()'s partition_by and order_by arguments.David Sanders
Backport of ecf76cc1fb0ca7b02744fb63717cb1ac5f643916 from main
2021-08-31[3.2.x] Refs #25264 -- Doc's that not all default options are supported by ↵Jan Szoja
every management command. Backport of 3cca5fdd3eb5906a385adaf9872581d4ed359041 from main
2021-08-27[3.2.x] Corrected BaseDatabaseSchemaEditor.execute() signature in docs.Mariusz Felisiak
Backport of a5cb1ef6eb842c38627ff6685b977fd42a342b67 from main
2021-08-26[3.2.x] Fixed #33046 -- Added note about using length of cached result by ↵Can Sarıgöl
QuerySet.count(). Backport of 7ea86076fc1128d43b47f4826cb25eb5ebb19f19 from main
2021-08-13[3.2.x] The geodjango mailing list moved to the Django Forum.Claude Paroz
Backport of 6c3525a09db5177bf4e3856de85bf8b1300402d5 from main
2021-07-29[3.2.x] Made minor edits to QuerySet.update_or_create() docs.Abhyudai
Backport of 85d47a58bf7dceced6a3e29a0715827b7a9d7d29 from main
2021-07-28[3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt.Pēteris Caune
Backport of c258918a03532e5381818e20866266545edb5206 from main
2021-07-27[3.2.x] Fixed #32933 -- Documented BoundField.initial as preferred over ↵Chris Jerdonek
Form.get_initial_for_field(). Backport of 6559a55eed09780b30ee3c3636ccf30318622bcf from main
2021-07-26[3.2.x] Fixed #32957 -- Improved visibility of arguments sections in ↵abhiabhi94
Model.save() docs. Backport of f876c7d08e75d719df5cd34b97cac63fdaae3fcc from main
2021-07-23[3.2.x] Fixed #32950 -- Removed myproject from imports in admin docs where ↵Abhyudai
appropriate. Backport of 019424e44efe495bc5981eb9848c0bb398a6f068 from main
2021-07-19[3.2.x] Fixed typo in docs/ref/databases.txt.Jacob Walls
Backport of 66058c575887ba958a407e276cadb7a7b05c7767 from main
2021-07-09[3.2.x] Fixed typo in docs/ref/contrib/gis/tutorial.txt.Wille Marcel
Backport of 6f60fa97b0b501ef7cc77e16392654bf27ec8db3 from main
2021-07-07[3.2.x] Documented in_bulk behavior with nonexistent id_list items.Claude Paroz
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Backport of 7309393c3a7dea7a34a1446e102df7432c4e7357 from main
2021-06-30[3.2.x] Fixed #32850 -- Doc'd Sitemap.paginator.Thomas Guettler
Backport of 775f7506d7fbabf79d8bdec4ccf039ce2870fe70 from main
2021-06-04[3.2.x] Refs #32338 -- Improved accessibility of RadioSelect examples in docs.David Smith
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com> Backport of d8c17aa10c7f41e692fb6f5d0bf2fab7a90b9374 from main
2021-06-03[3.2.x] Fixed typos in docs.Jacob Walls
Backport of f0d0d29f03448ba4f9cfef03f0605cc7e557c2c4 from main
2021-05-20[3.2.x] Changed IRC references to Libera.Chat.Mariusz Felisiak
Backport of 66491f08fe86629fa25977bb3dddda06959f65e7 from main.
2021-05-19[3.2.x] Doc'd that HttpRequest.path doesn't contain a query string.David D Lowe
Backport of fa4e963ee7e6876581b5432363603571839ba00c from main
2021-05-19[3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt.David Sanders
Backport of dacc307d9396516e7d3609b7b91e2ec545c84ebc from main
2021-05-18[3.2.x] Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.Girish Sontakke
Backport of 27d4573d35935bff83c28bfd68a2ce5a7a6c600a from main
2021-05-17[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and ↵Nick Pope
use HTTPS. Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main
2021-05-17[3.2.x] Refs #32720 -- Fixed some broken links in docs.Nick Pope
Backport of 7c4ee487c7392a3a394caf62efad355fad639655 from main
2021-05-12[3.2.x] Fixed a typo in docs/ref/models/fields.txt.Nick Pope
datetime.date.utcnow() doesn't exist, should be .today(). Backport of 88b3982af396a7c2eca0db9c52dfa9830045cc19 from main
2021-04-29[3.2.x] Refs #32674 -- Noted that auto-created through table PKs cannot be ↵Carlton Gibson
automatically migrated. Backport of 907d3a7ff4e12ad4ccc86af26a728007fe4d6fa2 from main
2021-04-28[3.2.x] Corrected introduction to range field lookups docs.Adam Johnson
Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44. Backport of 68e876c0953f882e54dddd49ef727f9e38e2d0d1 from main
2021-04-27[3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak
QuerySet.distinct() is not the only way to avoid duplicate, it's also not preferred. Backport of cd74aad90e09865ae6cd8ca0377ef0a5008d14e9 from main
2021-04-16[3.2.x] Corrected File, ContentFile, and ImageFile signatures in docs.Adam Johnson
Backport of 725ca1fb60da2ef1bb6db146cd2d735591e75fbd from main
2021-04-14[3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined ↵Mariusz Felisiak
fields on MySQL/MariaDB. Thanks Matt Westcott for the report. Regression in 779e615e362108862f1681f965ee9e4f1d0ae6d2. Backport of ca9872905559026af82000e46cde6f7dedc897b6 from main
2021-04-07[3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
Backport of e3cfba0029516aafe40f963378e234df2c0d33bb from main.
2021-04-06[3.2.x] Refs #30156 -- Corrected version in SpatiaLite install instructions.Mariusz Felisiak
Backport of da542ccab6d61e1467199b52f77f64a2d72f5faf from main
2021-03-26[3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise ↵sreehari1997
DisallowedHost. Backport of 0860db225a4a7059c0884c87c0a7aa0035fd0d36 from main
2021-03-25[3.2.x] Refs #31003 -- Moved note about return value of ↵Claude Paroz
QuerySet.bulk_create() to the first paragraph. Backport of cac9ec73db35a6d38d33f271f4724da486c60e9f from main.
2021-03-25[3.2.x] Doc'd that RawSQL can be used with __in.Simon Willison
Backport of e53159747c53ca8db6c338998493fd8697d38fac from main
2021-03-24[3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs.Jannis Vajen
Backport of 4894a97578dbb816f142535586b0d6154d94ac8e from main
2021-03-22[3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to ↵tim-mccurrach
the --exclude option. Backport of cf2f6fc558166656f29609e3864df9af81067d0c from main
2021-03-19[3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config ↵kshitijraghav
example. Backport of d40402cfb023801f0d83f19747e30b13096e3636 from main
2021-03-16[3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.Mariusz Felisiak
Backport of 065832eaec167a45008aa125887ce1215a1f257d from main
2021-03-16[3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() ↵Hasan Ramezani
methods in CBV docs. Backport of bc04941bf811d1ea2c79fb7fc20457ed2c7e3410 from main
2021-03-15[3.2.x] Fixed typo in docs/ref/checks.txt.Hasan Ramezani
Backport of 50ef9dfac21499ff6c46c2f6a33103e40b60cd4e from main
2021-03-15[3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.Mariusz Felisiak
Backport of 4d912e6697784325bc43a6d852fe5a26e6fa235a from main
2021-03-09[3.2.x] Updated Git branch "master" to "main".Markus Holtermann
This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ Backport of d9a266d657f66b8c4fa068408002a4e3709ee669 from main
2021-03-04[3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to ↵Mariusz Felisiak
booleans with QuerySet.values()/values_list() on SQLite. Backport of c6b07627fcb5d1c8d2082714ef5adb63bee6cf4c from master
2021-03-04[3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
Backport of 05bbff82638731a6abfed2fe0ae06a4d429cb32f from master
2021-03-04[3.2.x] Corrected admin.E023 message in docs.Hasan Ramezani
Backport of d1f89c9b9a9b44c4dbfd24fcb5f76f16e973c0a2 from master