summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2018-05-31[2.0.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
Backport of f185d929fa1c0caad8c03fccde899b647d7248c6 from master
2018-05-27[2.0.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
Backport of cd242d185bda9269913d4d101a7f704204ec907d from master
2018-05-27[2.0.x] Removed docs for obsolete ExceptionMiddleware.Daniel Hepper
Backport of a6fb5b1fe022c5279aa275c70b5193f2a2fac5fe from master
2018-05-12[2.0.x] Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. Backport of 35319bf12ccefe1911588493484160aa49208f89 from master
2018-05-07[2.0.x] Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani
Backport of 7d3fe36c626a3268413eb86d37920f132eb4a54f from master
2018-05-02[2.0.x] Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes ↵Kelly Hogan
stop words. Backport of 9e861859366bfe60b584b7737a706031eed4c0aa from master
2018-05-02[2.0.x] Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
Backport of 4660ce5a6930e07899ed083801845ee4c44c09df from master
2018-04-19[2.0.x] Fixed #29313 -- Doc'd how to use F() to sort null values.drd0013
Backport of 5d923f2d8cadb06497d255097caa4583d66b697a from master
2018-04-17[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
2018-04-04[2.0.x] Fixed #29278 -- Doc'd that a context manager can't be used with ↵Windson yang
FileResponse. Backport of 4fe5d846666d46a5395a5f0ea2845a96b6837a75 from master
2018-04-04[2.0.x] Fixed reference to nonexistent __between lookup.Daniel Roseman
Backport of e6c21217d3c79a507ebab290ba41116407dd7f2a from master
2018-03-26[2.0.x] Added a pagination example to ListView docs.AK
Backport of 3990d740180bc49a1479b8a2918b0878df65518a from master
2018-03-22[2.0.x] Fixed #29250 -- Added 'django_version' context to startapp/project docs.Graham Ullrich
Backport of ee7f51c66dfc1700ff065dfeb5fe2388cc2e9619 from master
2018-03-21Reverted "[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password()."Tim Graham
This reverts commit c2962d8147380b00bb965c0d42b7e05ca4596868. After discussion in refs #28718, the decision is to treat the reverted statements as bugs.
2018-03-21[2.0.x] Clarified docs about ISO 8601 week numbering.Alasdair Nicol
Backport of 0c100f8b57213dc41e23a280ca14f155eea576db from master
2018-03-20[2.0.x] Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta
Backport of abe6c5defefc7057e7fb5f47b79643f7b89f7d90 from master
2018-03-12[2.0.x] Fixed a couple mistakes in docs/ref/forms/widgets.txt.Daniel Musketa
Backport of e0eab28f9f3440f68c5ed318554e3537976b816f from master
2018-03-07[2.0.x] Fixed #28655 -- Added more examples for customizing widgets in a form.Richard Oyudo
Backport of 8411e4a8fe98ebac4327ee43446a25873703a5e8 from master
2018-02-22[2.0.x] Added backticks around obj argument in admin docs.Jon Dufresne
Backport of f5c6fc045a1fbe2e7bbe026dc4f0c1b94b698ec7 from master
2018-02-15[2.0.x] Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() ↵Tim Graham
with manually specified pks. Backport of e917ea6bec45d7f789ca96a13be15df9521963e1 from master
2018-02-12[2.0.x] Fixed #24270 -- Doc'd that django_bash_completion is only in the ↵Carlton Gibson
source distribution. Backport of 43b148f41fa7a5c3f74e0198d9c72074abe9a9bc from master
2018-02-12[2.0.x] Corrected doc'd type of some parameters from string to str.Tim Graham
Backport of d63c00a4283ce85622ec00c6f668630078c75817 from master
2018-02-08[2.0.x] Fixed typo in bulk_create() documentation.Sergey Fedoseev
Backport of 01bfa9219b921267a8b94ed77e5984f9ce15497a from master
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