summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2016-06-04[1.9.x] Added release date for 1.9.7.Tim Graham
Backport of 1f5eb521a00450ff83c130ca02a3d83b955ee023 from master
2016-06-04[1.9.x] Fixed #25127 -- Documented how to organize models in a package.Evan Palmer
Backport of 84d8d1d7151a4ee70ae35037d37f76a40d18da64 from master
2016-06-04[1.9.x] Used snippet directive in file upload example.Berker Peksag
Backport of b9c04801d4b9ad37bd062cbca1a521eaf4047aa8 from master
2016-06-04[1.9.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField ↵Tim Graham
that has to_field and primary_key=True. Thanks Simon Charette for review. Backport of e2296e7f0acf9c50868ab997ba565c1f47beb45b from master
2016-06-03[1.9.x] Fixed #26604 -- Added a multiple file upload example to ↵Berker Peksag
topics/http/file-uploads.txt. Backport of 54febdb8be7c9793caae9c781f4d6b7cbbdcd900 from master
2016-06-03[1.9.x] Fixed #26596 -- Added Jinja2 {{ csrf_input }} documentation.B. J. Potter
Backport of 9c53facc45908bc0593de194a60bc75e5d34a48e from master
2016-06-03[1.9.x] Added syntax highlighting to CSRF example.B. J. Potter
Backport of 261738990e07a039b39aab0664eea71f226cd381 from master
2016-06-03[1.9.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database ↵mieciu
name. Backport of 19ff506878071ac93de684fe01328707e75e2b3a from master
2016-06-03[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
2016-06-03[1.9.x] Fixed #26701 -- Replaced /newticket links to Trac with /.shaunagm
Backport of 44c7e5d3740edf796591ea3a89b0ff085534f225 from master
2016-06-02[1.9.x] Refs #26628 -- Documented CSRF failure logging.Holly Becker
Backport of ff9198ee0f1de24a5b2861d28849344e7a5714c4 from master
2016-06-02[1.9.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on ↵Chad Shryock
database ordering. Backport of e6c5e68acd4bff90e371fd148ed6976e147692ad from master
2016-06-02[1.9.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead ↵Brad Melin
of crashing on non-dict JSON input. Backport of f6517a5335ccc4858ee540548a1bd162bec36c46 from master
2016-06-02[1.9.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.Tim Graham
Backport of 149ace94dfc10504a0e69462c7737f5ce05340a4 from master
2016-06-02[1.9.x] Ignored new warnings when building the docs with Sphinx 1.4.Tim Graham
Backport of af3273757397fa88163174546f2b620d7b4837ed from master
2016-06-01[1.9.x] Fixed #26695 -- Clarified return value of View.options().Tim Graham
Thanks mmoreaux and DheerendraRathor. Backport of db2a6b6bfa9881725e70ca579a17e942a97a4df8 from master
2016-05-31[1.9.x] Fixed a typo in the docs.Florian Apolloner
Backport of 62e4f8ec435a4b600c8efb071201070a2443477e from master.
2016-05-31[1.9.x] Fixed #26503 -- Removed an outdated example from session docs.Berker Peksag
Backport of 698c8dfc2a5c5865a8bb163c1ae70b75d53e6415 from master
2016-05-31[1.9.x] Fixed #26679 -- Documented which methods are disabled on ↵Ketan Bhatt
RelatedManager if there's an intermediate table. Backport of 59523c06fe482232dad9dc63ef0baab63418196d from master
2016-05-28[1.9.x] Refs #22634 -- Removed unneeded app_label in custom session engine ↵Tim Graham
example. Backport of cc0d1eaaea40dc9d784c6974be1ce631a2087c11 from master
2016-05-27[1.9.x] Fixed typo in docs/topics/forms/modelforms.txtSergey Fedoseev
Backport of 26794f6657a9d201d47a0748a449a94ad5d7c66e from master
2016-05-27[1.9.x] Fixed typo in docs/ref/models/querysets.txtNick Smith
Backport of 838386815f53fe2cba1b42c498420881660079d4 from master
2016-05-25[1.9.x] Added imports to docs/topics/db/aggregation.txt example.MariKiev
Backport of 30d110ef43d8a3c50ea8ec4e4fe49bd2bb859530 from master
2016-05-19[1.9.x] Fixed #26637 -- Removed obsolete note in ↵Tim Graham
docs/internals/contributing/writing-documentation.txt Backport of 2e1d44e46d1ea3d8c9fdc5c323a127f51006f6c3 from master
2016-05-18[1.9.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txtTim Graham
Backport of 6d9c5d46e644a8ef93b0227fc710e09394a03992 from master
2016-05-18[1.9.x] Fixed #26627 -- Fixed on_commit callbacks execution order when ↵Barthelemy Dagenais
callbacks make transactions. Backport of a5c8072ab1e56da368a40f3e9c9a3b465f4ffbae from master
2016-05-16[1.9.x] Removed a redundant example in contenttypes docs.Tim Graham
Backport of aa69f36984adb6cba5763604150d99e89aa1ee71 from master
2016-05-14[1.9.x] Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
Backport of e475e849703d937e158e75e7a6d9cb99090857f6 from master
2016-05-14[1.9.x] Used 'classmethod' annotation in docs/topics/auth/customizing.txtTim Graham
Backport of 5238af325729c4a3068f7e8e18edc9928972fab3 from master
2016-05-13[1.9.x] Fixed typo in docs/topics/db/models.txtTim Graham
Backport of af69c9113ccf8e6185abdef0d5d0cd46c1daf78c from master
2016-05-12[1.9.x] Fixed typo in docs/topics/conditional-view-processing.txteltronix
Backport of f4bb2dce798eac1e5270265893b2472afd4540f8 from master
2016-05-12[1.9.x] Updated ECMAScript link in docs/ref/request-response.txtAlex Simonides
Backport of 0430ac95ab1c72ea3bffb03140772fd140908948 from master
2016-05-12[1.9.x] Fixed typo in docs/ref/contrib/gis/layermapping.txtVictor Oliveira da Silva
Backport of 4065f429f559533f11abbab40624a61027a52b61 from master
2016-05-10[1.9.x] Fixed #26603 -- Forced lazy template names to text when computing ↵Simon Charette
cache key. Refs #26536. Thanks Sylvain Fankhauser for the very detailed report. Backport of 207c5b4acd410dd39bac31457dae26a0d15b8b93 from master
2016-05-08[1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
Backport of f5ff5010cd74500785a707ac70b51d292403cddc from master
2016-05-07[1.9.x] Refs #8898 -- Documented requirement to use SplitDateTimeField with ↵Tim Graham
SplitDateTimeWidget. Backport of 6b5926978bfbaebc6e3b96bb2c8e5bc8302ac6b0 from master
2016-05-07[1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods.Tobias McNulty
Backport of dbd99de6fa006798ca81ef43cbc83d88e5e6a377 from master
2016-05-07[1.9.x] Fixed #26566 -- Rewrote an incorrect Cache-Control example.Vasiliy Faronov
Backport of 101dd787eca588f32c4647fe45fc533072f0eb0b from master
2016-05-07[1.9.x] Fixed a typo in docs/topics/http/urls.txtMatthias K
Backport of 8b2fce0f70f41518a4d20ee1c27f42fd7ad64bf4 from master
2016-05-07[1.9.x] Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.shiblystory
Backport of 6ae617dc57149216d264d3596cdb10a72dad1bca from master
2016-05-07[1.9.x] Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz
Thanks Michael Bitzi for the reporti and Tim Graham for the review. Backport of b26fedacef from master.
2016-05-06[1.9.x] Fixed syntax highlighting in docs/topics/cache.txtTim Graham
Backport of c6499d532d5909c29b4de68de75ea35d752940fb from master
2016-05-06[1.9.x] Fixed code example in docs/howto/custom-lookups.txtvytisb
Backport of b3acf35f13aae57eb3c8340dd5ff7e61482e2537 from master
2016-05-04[1.9.x] Fixed #26558 -- Removed need for request context processor on admin ↵Dan Stephenson
login page. Backport of 1206eea11e506c4e740ba2f0c1feaa01452d804b from master
2016-05-03[1.9.x] Normalized "an SQL" spelling.Ville Skyttä
Backport of 575a9a791e62de7550761970dc6797271d956c57 from master
2016-05-03[1.9.x] Clarified that setting names must be uppercase.David D Lowe
Backport of c9c5ccbd413332aafb45c47749fb6e8ede70eef4 from master
2016-05-03[1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
Didn't touch comments where it wasn't obvious that the code adhered to the newer standard. Backport of ac77c55bc5fc54cd763a7ae426784650a8cc97c9 from master
2016-05-03[1.9.x] Added --noinput in migrate commmand's docs.Arthur Vuillard
Backport of 72ea289ab7f3a0c2c6dca7b2eb73f3117409f8f0 from master
2016-05-02[1.9.x] Added stub release notes for 1.9.7.Tim Graham
Backport of 8a55982e7086ebd73458f52516732d9f25dd002b from master
2016-05-02[1.9.x] Added release date for 1.9.6/1.8.13.Tim Graham
Backport of f0b8da7350f762834a07cad113b4553dde2f757b from master