Tim Graham
ceeccc51d2
[2.0.x] Fixed #29460 -- Added support for GEOS 3.6.
...
Backport of f185d929fa1c0caad8c03fccde899b647d7248c6 from master
2018-05-31 11:36:43 -04:00
Osaetin Daniel
66b834e73f
[2.0.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.
...
Backport of cd242d185bda9269913d4d101a7f704204ec907d from master
2018-05-27 16:51:30 -04:00
Daniel Hepper
a5c5e51aa9
[2.0.x] Removed docs for obsolete ExceptionMiddleware.
...
Backport of a6fb5b1fe022c5279aa275c70b5193f2a2fac5fe from master
2018-05-27 13:29:44 -04:00
Mariusz Felisiak
80a53202d4
[2.0.x] Alphabetized imports in various docs.
...
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
Backport of 35319bf12ccefe1911588493484160aa49208f89 from master
2018-05-12 19:41:40 +02:00
Hasan Ramezani
840c0ed13d
[2.0.x] Alphabetized imports in docs/ref/contrib/postgres/fields.txt.
...
Backport of 7d3fe36c626a3268413eb86d37920f132eb4a54f from master
2018-05-07 09:40:02 -04:00
Kelly Hogan
02114f9c49
[2.0.x] Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words.
...
Backport of 9e861859366bfe60b584b7737a706031eed4c0aa from master
2018-05-02 21:32:39 -04:00
CHI Cheng
482ba9246e
[2.0.x] Fixed #29375 -- Removed empty action attribute on HTML forms.
...
Backport of 4660ce5a6930e07899ed083801845ee4c44c09df from master
2018-05-02 09:35:26 -04:00
drd0013
f3e1e6d601
[2.0.x] Fixed #29313 -- Doc'd how to use F() to sort null values.
...
Backport of 5d923f2d8cadb06497d255097caa4583d66b697a from master
2018-04-19 20:08:07 -04:00
Brett Cannon
b98fa241dd
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
...
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
2018-04-17 20:56:33 -04:00
Windson yang
a390cc7109
[2.0.x] Fixed #29278 -- Doc'd that a context manager can't be used with FileResponse.
...
Backport of 4fe5d846666d46a5395a5f0ea2845a96b6837a75 from master
2018-04-04 10:19:12 -04:00
Daniel Roseman
18eaf0997b
[2.0.x] Fixed reference to nonexistent __between lookup.
...
Backport of e6c21217d3c79a507ebab290ba41116407dd7f2a from master
2018-04-04 09:43:51 -04:00
AK
9fc5a1fa0c
[2.0.x] Added a pagination example to ListView docs.
...
Backport of 3990d740180bc49a1479b8a2918b0878df65518a from master
2018-03-26 12:41:30 -04:00
Graham Ullrich
0118a2113d
[2.0.x] Fixed #29250 -- Added 'django_version' context to startapp/project docs.
...
Backport of ee7f51c66dfc1700ff065dfeb5fe2388cc2e9619 from master
2018-03-22 21:36:43 -04:00
Tim Graham
43348e4aa1
Reverted "[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password()."
...
This reverts commit c2962d8147380b00bb965c0d42b7e05ca4596868. After discussion
in refs #28718 , the decision is to treat the reverted statements as bugs.
2018-03-21 20:05:22 -04:00
Alasdair Nicol
7f7bb1d1f4
[2.0.x] Clarified docs about ISO 8601 week numbering.
...
Backport of 0c100f8b57213dc41e23a280ca14f155eea576db from master
2018-03-21 20:01:00 -04:00
Jezeniel Zapanta
83362cb94a
[2.0.x] Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
...
Backport of abe6c5defefc7057e7fb5f47b79643f7b89f7d90 from master
2018-03-20 21:42:53 -04:00
Daniel Musketa
172e5132ba
[2.0.x] Fixed a couple mistakes in docs/ref/forms/widgets.txt.
...
Backport of e0eab28f9f3440f68c5ed318554e3537976b816f from master
2018-03-12 09:40:48 -04:00
Richard Oyudo
564847fc1f
[2.0.x] Fixed #28655 -- Added more examples for customizing widgets in a form.
...
Backport of 8411e4a8fe98ebac4327ee43446a25873703a5e8 from master
2018-03-07 16:59:15 -05:00
Jon Dufresne
484d2a6894
[2.0.x] Added backticks around obj argument in admin docs.
...
Backport of f5c6fc045a1fbe2e7bbe026dc4f0c1b94b698ec7 from master
2018-02-22 11:15:27 -05:00
Tim Graham
4b8e433e1c
[2.0.x] Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() with manually specified pks.
...
Backport of e917ea6bec45d7f789ca96a13be15df9521963e1 from master
2018-02-15 13:41:33 -05:00
Carlton Gibson
0edcc723e7
[2.0.x] Fixed #24270 -- Doc'd that django_bash_completion is only in the source distribution.
...
Backport of 43b148f41fa7a5c3f74e0198d9c72074abe9a9bc from master
2018-02-12 09:43:20 -05:00
Tim Graham
906b42c121
[2.0.x] Corrected doc'd type of some parameters from string to str.
...
Backport of d63c00a4283ce85622ec00c6f668630078c75817 from master
2018-02-12 09:37:57 -05:00
Sergey Fedoseev
781a337242
[2.0.x] Fixed typo in bulk_create() documentation.
...
Backport of 01bfa9219b921267a8b94ed77e5984f9ce15497a from master
2018-02-08 11:37:11 +01:00
Rodrigo
6cbb9b4096
[2.0.x] Disambiguated "settings" in SpatiaLite note.
...
Backport of 4fe0e619e7241ed9e99ba7dee342a0785dd1f5d9 from master
2018-01-31 12:40:51 -05:00
Rodrigo
7ea392a974
[2.0.x] Doc'd specifying the ENGINE setting as part of configuring contrib.gis.
...
Backport of 9817add9e014972e470326928f75b22520a77eb6 from master
2018-01-31 12:09:43 -05:00
Rodrigo
7c62f497da
[2.0.x] Fixed location of spatialite_source label.
...
Backport of 7c5cf331278407ab87737d10a1b2e722c0e666b0 from master
2018-01-31 11:28:25 -05:00
Tim Graham
bbc4a5a792
[2.0.x] Fixed #29081 -- Clarified comments in QuerySet.select_related() example.
...
Backport of e6f0e324e28bc7d0c125415de871466aa1f4b983 from master
2018-01-29 12:37:05 -05:00
Tim Graham
c2962d8147
[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password().
...
Backport of 92f48680dbd2e02f2b33f6ad0e35b7d337889fb2 from master
2018-01-27 11:29:57 -05:00
Tim Graham
ed206a9b99
[2.0.x] Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe.
...
Backport of f229049d6cd186025f4033dc47608b0c9731e882 from master
2018-01-27 09:41:15 -05:00
Senthil
d06381debc
[2.0.x] Fixed #28784 -- Clarified how migrate --fake works.
...
Backport of cbac11f9624d529809e9bdaa7f4d3ab2c5e93009 from master
2018-01-24 15:25:26 -05:00
Ashaba
c6c73e3401
[2.0.x] Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs.
...
Backport of 95fd5cf459dd23d18e9ef8e1a03eb820fe7205ce from master
2018-01-24 14:48:39 -05:00
Tim Graham
f02c44396a
[2.0.x] Fixed "template tag" spelling in docs.
...
Backport of f0f383b6350c7b2f64bb2a6491a395abdd3313d6 from master
2018-01-23 09:48:31 -05:00
Chris Jerdonek
b749c35618
[2.0.x] Refs #25604 -- Removed docs for makemigrations --exit.
...
Follow up to e0910dcc9283cd8f782cb97836c291f6f395f3f0.
Backport of b98dc1706e9c63a4cc7d061a3d8a95f6cbf5e950 from master
2018-01-20 10:45:10 -05:00
Mariusz Felisiak
c881c4f1f8
[2.0.x] Fixed #29032 -- Fixed an example of using expressions in QuerySet.values().
...
Backport of 7fbb1bd00d8a3e9a834de83d36ebcbff15c18938 from master
2018-01-19 08:57:28 +01:00
Botond Béres
881f66bc55
[2.0.x] Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.
...
Backport of 52aa26e6979ba81b00f1593d5ee8c5c73aaa6391 from master
2018-01-12 19:56:36 -05:00
Tim Graham
3d144787c9
[2.0.x] Fixed #29002 -- Corrected cached template loader docs about when it's automatically enabled.
...
Thanks oTree-org for the suggestion.
Backport of 7c00f9fb1cc47e1c993f7728e2b592a1be29dd40 from master
2018-01-11 06:52:58 -05:00
Mariusz Felisiak
07fb89b420
[2.0.x] Updated various links in docs to use HTTPS.
...
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
2018-01-07 14:35:06 +01:00
Tim Graham
5bef733014
[2.0.x] Confirmed support for PostGIS 2.4.
...
Backport of 5d5a2bd299c97f8e03d79380345ec8713d612f58 from master
2018-01-04 17:53:09 -05:00
Berker Peksag
17987b5511
[2.0.x] Updated documented mysqlclient requirement to 1.3.7.
...
The test requirement was bumped in
2514e044a7fce58176c4e79eec298f3d8f70e89b.
Backport of ad9390bba27cb41da92f734db4d0e36ef3dfc58f from master
2017-12-21 19:13:32 -05:00
Sergey Fedoseev
2679cdbea2
[2.0.x] Refs #25181 -- Updated timezone.now() docs about obtaining the time in the current time zone.
...
Backport of a7a36bb4d8ef7f03c2df9e3279c8f488ab3641d1 from master
2017-12-20 10:44:45 -05:00
M Somerville
6dea1b18f3
[2.0.x] Fixed #28891 -- Documented Origin's loader attribute.
...
Backport of 16bd4964dfd75759cb3ec0c786e1b5dcc8296fd9 from master
2017-12-07 12:20:22 -05:00
Sam Collins
66ccb3acb9
[2.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.
...
Backport of 2d75e74e18def5de8b23f88f4257f262f18fe1a9 from master
2017-12-07 10:53:07 -05:00
Mohammad Esmaeilbeygi
6b01ff80b2
[2.0.x] Fixed import in docs/ref/models/conditional-expressions.txt example.
...
Backport of 9d1d0e2b702fe1a3f979a95bc4583f1a1691c74f from master
2017-12-07 08:58:04 -05:00
Igor Starikov
b0d809ac6c
[2.0.x] Fixed typo in docs/ref/models/expressions.txt.
...
Backport of 3cc08f4b2ba6fe7931cf551676fa86a4966987e4 from master
2017-12-05 08:40:07 -05:00
Frédéric Massart
427a8b4485
[2.0.x] Clarified who the AdminEmailHandler emails.
...
Backport of a5f1e5809f26d93ea0c6010bb44895b3d1992089 from master
2017-11-21 12:05:49 -05:00
Benjamin Bach
385e06d8c0
[2.0.x] Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressions.txt.
...
Backport of bf49d9eb0b33aefc7179d3843fad0cb7df4e7790 from master
2017-11-17 17:30:37 -05:00
Tim Graham
3f372ef9d3
[2.0.x] Fixed #28786 -- Doc'd middleware ordering considerations due to CommonMiddleware setting Content-Length.
...
Backport of bc95314ca6af0b5e993ae07fdc7d8e6166d3b8ca from master
2017-11-14 12:57:18 -05:00
Mariusz Felisiak
ca0a9c938f
[2.0.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
...
Thanks Tim Graham for the review.
Backport of 2d3cc94284674638c334670903d49565039d77ae from master
2017-11-12 14:31:21 +01:00
Tim Graham
3c8c3ff637
[2.0.x] Fixed #28777 -- Clarified the docs for admin.register's args.
...
Backport of abaf0ab4a444977dc8ac07b9b63256814c352245 from master
2017-11-09 21:22:03 -05:00
Tim Graham
c869207ea2
[2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
...
Thanks Hynek Cernoch for the report and review.
Backport of 327f0f37ce3c1e5ac3a19668add237ddd92266d6 from master
2017-11-07 13:07:29 -05:00