summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2018-01-31[2.0.x] Disambiguated "settings" in SpatiaLite note.Rodrigo
Backport of 4fe0e619e7241ed9e99ba7dee342a0785dd1f5d9 from master
2018-01-31[2.0.x] Doc'd specifying the ENGINE setting as part of configuring contrib.gis.Rodrigo
Backport of 9817add9e014972e470326928f75b22520a77eb6 from master
2018-01-31[2.0.x] Fixed location of spatialite_source label.Rodrigo
Backport of 7c5cf331278407ab87737d10a1b2e722c0e666b0 from master
2018-01-29[2.0.x] Fixed #29081 -- Clarified comments in QuerySet.select_related() example.Tim Graham
Backport of e6f0e324e28bc7d0c125415de871466aa1f4b983 from master
2018-01-27[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password().Tim Graham
Backport of 92f48680dbd2e02f2b33f6ad0e35b7d337889fb2 from master
2018-01-27[2.0.x] Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe.Tim Graham
Backport of f229049d6cd186025f4033dc47608b0c9731e882 from master
2018-01-24[2.0.x] Fixed #28784 -- Clarified how migrate --fake works.Senthil
Backport of cbac11f9624d529809e9bdaa7f4d3ab2c5e93009 from master
2018-01-24[2.0.x] Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs.Ashaba
Backport of 95fd5cf459dd23d18e9ef8e1a03eb820fe7205ce from master
2018-01-23[2.0.x] Fixed "template tag" spelling in docs.Tim Graham
Backport of f0f383b6350c7b2f64bb2a6491a395abdd3313d6 from master
2018-01-20[2.0.x] Refs #25604 -- Removed docs for makemigrations --exit.Chris Jerdonek
Follow up to e0910dcc9283cd8f782cb97836c291f6f395f3f0. Backport of b98dc1706e9c63a4cc7d061a3d8a95f6cbf5e950 from master
2018-01-19[2.0.x] Fixed #29032 -- Fixed an example of using expressions in ↵Mariusz Felisiak
QuerySet.values(). Backport of 7fbb1bd00d8a3e9a834de83d36ebcbff15c18938 from master
2018-01-12[2.0.x] Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.Botond Béres
Backport of 52aa26e6979ba81b00f1593d5ee8c5c73aaa6391 from master
2018-01-11[2.0.x] Fixed #29002 -- Corrected cached template loader docs about when ↵Tim Graham
it's automatically enabled. Thanks oTree-org for the suggestion. Backport of 7c00f9fb1cc47e1c993f7728e2b592a1be29dd40 from master
2018-01-07[2.0.x] Updated various links in docs to use HTTPS.Mariusz Felisiak
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
2018-01-04[2.0.x] Confirmed support for PostGIS 2.4.Tim Graham
Backport of 5d5a2bd299c97f8e03d79380345ec8713d612f58 from master
2017-12-21[2.0.x] Updated documented mysqlclient requirement to 1.3.7.Berker Peksag
The test requirement was bumped in 2514e044a7fce58176c4e79eec298f3d8f70e89b. Backport of ad9390bba27cb41da92f734db4d0e36ef3dfc58f from master
2017-12-20[2.0.x] Refs #25181 -- Updated timezone.now() docs about obtaining the time ↵Sergey Fedoseev
in the current time zone. Backport of a7a36bb4d8ef7f03c2df9e3279c8f488ab3641d1 from master
2017-12-07[2.0.x] Fixed #28891 -- Documented Origin's loader attribute.M Somerville
Backport of 16bd4964dfd75759cb3ec0c786e1b5dcc8296fd9 from master
2017-12-07[2.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.Sam Collins
Backport of 2d75e74e18def5de8b23f88f4257f262f18fe1a9 from master
2017-12-07[2.0.x] Fixed import in docs/ref/models/conditional-expressions.txt example.Mohammad Esmaeilbeygi
Backport of 9d1d0e2b702fe1a3f979a95bc4583f1a1691c74f from master
2017-12-05[2.0.x] Fixed typo in docs/ref/models/expressions.txt.Igor Starikov
Backport of 3cc08f4b2ba6fe7931cf551676fa86a4966987e4 from master
2017-11-21[2.0.x] Clarified who the AdminEmailHandler emails.Frédéric Massart
Backport of a5f1e5809f26d93ea0c6010bb44895b3d1992089 from master
2017-11-17[2.0.x] Fixed #28815 -- Fixed ExtractYear imports in ↵Benjamin Bach
docs/ref/models/expressions.txt. Backport of bf49d9eb0b33aefc7179d3843fad0cb7df4e7790 from master
2017-11-14[2.0.x] Fixed #28786 -- Doc'd middleware ordering considerations due to ↵Tim Graham
CommonMiddleware setting Content-Length. Backport of bc95314ca6af0b5e993ae07fdc7d8e6166d3b8ca from master
2017-11-12[2.0.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for ↵Mariusz Felisiak
union(), difference(), and intersection(). Thanks Tim Graham for the review. Backport of 2d3cc94284674638c334670903d49565039d77ae from master
2017-11-09[2.0.x] Fixed #28777 -- Clarified the docs for admin.register's args.Tim Graham
Backport of abaf0ab4a444977dc8ac07b9b63256814c352245 from master
2017-11-07[2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL ↵Tim Graham
string is unsafe. Thanks Hynek Cernoch for the report and review. Backport of 327f0f37ce3c1e5ac3a19668add237ddd92266d6 from master
2017-11-07[2.0.x] Fixed #28663 -- Add a check for likely incorrectly migrated ↵Chris Lamb
django.urls.path() routes. Backport of 998c9dd599cd907bb38f440fff13a808571589f8 from master
2017-11-06[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
Backport of 6c0042430e3618ce5c276d195d92a6b884daa3a3 from master
2017-11-06[2.0.x] Fixed #28765 -- Clarified docs about what types the __in lookup accepts.Tim Graham
Backport of 5587485d49af8b32ab660854f751a234baa6610b from master
2017-11-04[2.0.x] Fixed #28632 -- Updated docs about using raw SQL with GIS and doc'd ↵Sergey Fedoseev
changes from refs #28518 in release notes. Backport of 8869142a4d5b069c61781c0e4c5fdc971b017949 from master
2017-11-01[2.0.x] Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s ↵Tim Graham
**extra_context aren't escaped. Thanks Hynek Cernoch for the report and review. Backport of 1e7dbbdec5ca2bd236b8ab64fa172a8fc0abcb1e from master
2017-11-01[2.0.x] Refs #23919 -- Replaced doc references to ↵Tim Graham
django.utils.http.urlquote() and urlquote_plus() with standard library alternatives. Follow up to fee42fd99ee470528858c2ccb3621135c30ec262. Backport of 7945bc1d08f7c8fd8f25eed0327e71dca81975e4 from master
2017-11-01[2.0.x] Fixed #28741 -- Removed unnecessary leading dot from cross-domain ↵Tim Graham
cookie examples. Backport of afd375fc343baa46e61036087bc43b3d096bb0ca from master
2017-10-30[2.0.x] Fixed 'a'/'an' mix-ups in docs.Ville Skyttä
Backport of 617686e226231fe8ad3f2e49d3efabf6f5f434d3 from master
2017-10-30[2.0.x] Removed docs for obsolete compatibility checks.Adam Johnson
Backport of f8946fbb5d7e8eb6c8ca7481b0cd4e78627ef8cf from master
2017-10-28[2.0.x] Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE ↵Ran Benita
.. OF. Thanks Adam Chidlow for polishing the patch. Backport of 03049fb8d96ccd1f1ed0285486103542de42faba from master
2017-10-28[2.0.x] Fixed #28205 -- Doc'd that ModelAdmin.prepopulated_fields only works ↵Botond Beres
on add forms. Backport of 56b364bacca0d6a6cd8fbcd93aeb49f3ad46e58c from master
2017-10-28[2.0.x] Refs #21927 -- Removed docs for include()'s old instance_namespace ↵Samir Shah
parameter. Follow up to ad393beeb71e8774e4bf9ad842b97022e50f1231. Backport of 6c98c5abdfb8572936992b5395aab001aeb245f2 from master
2017-10-25[2.0.x] Fixed typo in docs/ref/models/querysets.txt.Botond Beres
Backport of ec5f7cb92e315846cb020b909b0ab7e0489aad05 from master
2017-10-25[2.0.x] Fixed #28395 -- Doc'd that QuerySet.first() can affect aggregation ↵Botond Beres
queries. Backport of 95a14cfc47de5762ddb1400e6e5152f9e3172657 from master
2017-10-20[2.0.x] Fixed #28613 -- Doc'd the return value for GenericForeignKey when ↵Tim Graham
the related object is deleted. Backport of 1a82fc245eb8ac4b131ec02a6ac3e112deb8d5a6 from master
2017-10-20[2.0.x] Fixed #28729 -- Replaced a numbered list with unordered list in ↵Tim Graham
TemplatesSetting docs. Backport of eb9b56c5b60215a683c80e68f08ae6fca0ec24ef from master
2017-10-18[2.0.x] Refs #19295 -- Doc'd that ManifestStaticFilesStorage doesn't work ↵Collin Stedman
with runserver --insecure. Backport of 4a861e88508eacdb8d0d5bc43f9a0576cedb9f22 from master
2017-10-17[2.0.x] Fixed typo in docs/ref/models/querysets.txt.Jozef
Backport of 3bd69b126115102a4630354c876e6c7cc2d68f8f from master
2017-10-17[2.0.x] Made SearchQuery examples less sterotyped.Simon Willison
Backport of 346eb328617ada9c65f5c9ded2e2914f3dcc04c9 from master
2017-10-13[2.0.x] Refs #28643 -- Reorganized database functions docs.Mariusz Felisiak
Thanks Tim Graham for the review. Backport of ad8036d715d4447b95d485332511b4edb1a40c0e from master
2017-10-09[2.0.x] Fixed #28423 -- Expanded docs for indexing contrib.postgres fields.Mads Jensen
Backport of 22ff4f81b1859ed7af7999ef479a10b5d31a2164 from master
2017-10-09[2.0.x] Refs #23919 -- Corrected django.utils.http.urlencode()'s documented ↵François Freitag
signature. Follow up to fee42fd99ee470528858c2ccb3621135c30ec262. Backport of e3a30f2d16d65e7f0b870e997e92425a2f795587 from master
2017-09-29[2.0.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
Backport of 08c8c3ead97893ec0e1dece699525ad7ed27c2d7 from master