summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2016-12-01[1.10.x] Added release dates for 1.10.4, 1.9.12, 1.8.17.Tim Graham
Backport of 9ea9686532336caefcd5fedb76ad9a68a512d243 from master
2016-12-01[1.10.x] Fixed #27558 -- Prevented redundant index on InnoDB ForeignKey.Ed Morley
The MySQL backend overrides _field_should_be_indexed() so that it skips index creation for ForeignKeys when using InnoDB.
2016-11-30[1.10.x] Replaced RawSQL with Cast in Coalesce doc example.Simon Charette
Backport of ad8f6a45eb44dbf527f915246883034c8554754c from master
2016-11-29[1.10.x] Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with ↵Krzysztof Urbaniak
prefix_default_language=False. Backport of b8a815e9dfea89034ede7ff786551f89af84a31b from master
2016-11-29[1.10.x] Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash ↵Andrew Nester
on SQLite. Backport of ade52ef71f04e57e217585358cb289098260e3ec from master
2016-11-28[1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Tim Graham
Backport of d7e6b8febd8c88edaa85d336c92cd8ea3687214a from master
2016-11-25[1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy
Backport of c238da894216458bb548b039a754844d44f3cd80 from master
2016-11-24[1.10.x] Rephrased an ambiguous sentence in docs/topics/signals.txt.Daniel Musketa
Backport of df2a5227c90d60bdae154ac5acc0436a6ed1f953 from master
2016-11-24[1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Alex Scott
Backport of da4c0e8cc90d8a43908524f6b85135e60582feb7 from master
2016-11-23[1.10.x] Normalized casing of "custom user model".Tim Graham
Backport of 93a081946d92da010c7de62dc58e697c6c33e5d3 from master
2016-11-23[1.10.x] Fixed #24370 -- Recommended starting with a custom user model.Krzysztof Gogolewski
Backport of d02a03d574b6623ce0d648dd676ae278d46375fb from master
2016-11-23[1.10.x] Fixed typo in docs/topics/signals.txt.Daniel Musketa
Backport of b5ef90192fa4e1ebcf8c5d4abacb1caaefdc2008 from master
2016-11-22[1.10.x] Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().Henry Dang
Backport of b1a9041535db5d03dab7f205669f0ab7a47de854 from master
2016-11-22[1.10.x] Updated doc links to virtualenv website.Daniel Musketa
Backport of 66505b72c58099ded7420a7f90792d5bdf48ff01 from master
2016-11-21[1.10.x] Fixed #27511 -- Corrected Field.related_model docs about ↵Tim Graham
GenericRelation. Backport of 55adfc076030fc6be2c8d459c4c0a5c91cd4c94c from master
2016-11-21[1.10.x] Refs #23811 -- Corrected git bisect run example usage.François Freitag
Backport of 0783aa7debc6720306e7f345e5beace07febba64 from master
2016-11-17[1.10.x] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD
Backport of b28c6ca7631e13ea29490bf51a367ab10198c74c from master
2016-11-16[1.10.x] Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.Tim Graham
Backport of 3ce212a23c55c0e2fb99a632afdf04d03cf41e74 from master
2016-11-16[1.10.x] Fixed incorrect word choice in docs/topics/migrations.txt.Mitchel Humpherys
Backport of ae660cde5a426f1a843b5bfdf8aadc12a54fa143 from master
2016-11-15[1.10.x] Fixed #27407 -- Made Model.delete(keep_parents=True) preserve ↵Simon Charette
parent reverse relationships. Thanks Tim for the review. Backport of 31a56e30cfb3c8e1a9373e5abdd12b5b23d5d910 from master
2016-11-15[1.10.x] Replaced "django" with "Django" in spelling_wordlist.akki
Backport of 74ed20b49ade9f1cbd9af294e35478d8e0f59344 from master
2016-11-15[1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be ↵Jonatas CD
unique. Backport of 9da45ff352db1d1b7c64e5c724e9b0b31822b967 from master
2016-11-15[1.10.x] Refs #25284 -- Corrected an obsolete implicit __in lookup example.Simon Charette
Thanks IRC alias rpkilby for the report. Backport of 9e4fd3301d0a4e40cab8df4b51a2b04274f61da0 from master
2016-11-11[1.10.x] Fixed typo in docs/topics/db/multi-db.txt.Jezeniel Zapanta
Backport of 48f45431eb588c9193408fc7b58e8ccf9c179568 from master
2016-11-11[1.10.x] Fixed typo in docs/ref/settings.txt.Ian Lee
Backport of 501c9930101060d63fb5c25c1dc0154a6c23b775 from master
2016-11-09[1.10.x] Fixed #27461 -- Fixed incorrect allow_migrate() arguments in ↵Joseph Kahn
makemigrations. Backport of 373c6c409c310cb61e1e9c9aff4adba379ffd0b4 from master
2016-11-09[1.10.x] Inlined a note in docs/ref/models/expressions.txt.Tim Graham
Backport of 0d6c7cae7c4bc3ecd12c5a0d929384f3aa3e90d1 from master
2016-11-09[1.10.x] Fixed #27414 -- Doc'd that F() expressions on relations return pk ↵Jop Reyntjes
values. Backport of f8fab6f90233c7114d642dfe01a4e6d4cb14ee7d from master
2016-11-08[1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master
2016-11-06[1.10.x] Fixed #27133 -- Doc'd how to provide initial data with migrations.Krzysztof Żuraw
Backport of eaa6ea2f37509f2e54de5268f32469deeff89eb9 from master
2016-11-05[1.10.x] Adjusted documentation of migration related commands.Krzysztof Gogolewski
Backport of d1dbaeaadb659e61c8f351457c25cac1604675bb from master
2016-11-04[1.10.x] Updated "fork Django on GitHub" link.Tim Graham
Backport of b741fe397aa567dd43d3e9dbd9fb5ecca6eab412 from master
2016-11-04[1.10.x] Fixed typo in docs/topics/testing/tools.txt.Pamela McA'Nulty
Backport of 2c4d15e31989ba31687fa16e889eb1bff1c9c574 from master
2016-11-03[1.10.x] Fixed #27425 -- Removed obsolete "developers for hire" FAQ.Tim Graham
Backport of 58eca7c49c6059942ca99e6f08dbc626ba8638b2 from master
2016-11-01[1.10.x] Added CVE-2016-9013,14 to the security release archive.Tim Graham
Backport of b8ae2c16cfc4bf88c1720eafd8e35438181a7413 from master
2016-11-01[1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
This is a security fix.
2016-11-01[1.10.x] Fixed CVE-2016-9013 -- Generated a random database user password ↵Marti Raudsepp
when running tests on Oracle. This is a security fix.
2016-11-01[1.10.x] Added stub release notes for 1.9.11/1.8.16.Tim Graham
2016-11-01[1.10.x] Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with ↵Andrew Nester
SuspiciousOperation. Backport of 1ce04bcce0076360623ae164afd3541a5c031af2 from master
2016-10-31[1.10.x] Fixed #27400 -- Documented {% static %} encoding change in 1.10.Henry Dang
Backport of 9c2e1ad6a5f0ca98d68df7afdb13715921949c5a from master
2016-10-31[1.10.x] Updated docs/topics/db/queries.txt examples to use print() function.Timothy Allen
Backport of 5595db9504ca3fe431f04f853ac8b71edac012c9 from master
2016-10-31[1.10.x] Fixed #27410 -- Clarified when static files is enabled in ↵Tim Graham
STATIC_ROOT docs. Backport of de91c172cfda624451fab9a87be92cc0d32e1fcf from master
2016-10-31[1.10.x] Fixed #27063 -- Prevented i18n_patterns() from using too much of ↵Krzysztof Urbaniak
the URL as the language. Backport of a01d887a3ad9029ed198b6af974534fec46223f9 from master
2016-10-29[1.10.x] Fixed #27382 -- Doc'd that ugettext_lazy() should be converted to ↵medmunds
text for non-Django code. Backport of d3708aeb26032911897e213a300c8b8ea5c5a345 from master
2016-10-27[1.10.x] Documented that cache keys are strings rather than bytes.Adam Chainz
Backport of 968f61b99180a17e1752432df38f28f192c6cf86 from master
2016-10-27[1.10.x] Described PostgreSQL as more scalable than SQLite.mark-summerfield
Backport of 4584bc3a1e3d610eb001cdfffa8ef18863fc03d3 from master
2016-10-27[1.10.x] Updated "running the tests" to use 'pip install -e'.Tim Graham
Backport of d84ffcc22b2a0dbc0a44a67d56da7e3647e2f87a from master
2016-10-26[1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method.Jon Dufresne
Thanks Tim Graham for the review and edits. Backport of c74378b from master
2016-10-26[1.10.x] Clarified when the post_migrate signal is sent during migrate.Thomas Güttler
Backport of 7cdc2015e37e7fd9a0e5ff7315a61086c2aad803 from master
2016-10-25[1.10.x] Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the ↵David Barragán Merino
number of objects is a multiple plus one of batch_size. Backport of b3bd3aa07c026239dd39d1a37498dfd0a2f09caf from master