summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-09-05[1.11.x] Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section ↵Tim Graham
of technical 500 debug page. This is a security fix.
2017-09-05[1.11.x] Added stub release notes for security releases.Tim Graham
2017-09-04[1.11.x] Fixed #28479 -- Doc'd that transaction rollback doesn't revert ↵Jonatas CD
model state. Backport of c9b22707b0703db6c6ddaebdd00e2cd33d182e40 from master
2017-09-04[1.11.x] Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt.Michael
And made an example use naming consistent with the rest of the doc. Backport of 3f2b1d926bb3a72b4c3d2cd958455ebb9b4ca458 from master
2017-09-04[1.11.x] Fixed typo in docs/releases/1.10.txt.Berker Peksag
Backport of d81c86d32c6b716e49288c22c80ceb6ee924531f from master
2017-09-03[1.11.x] Fixed #28550 -- Restored contrib.auth's login() and logout() views' ↵Zach Liu
respect of positional arguments. Regression in 78963495d0caadb77eb97ccf319ef0ba3b204fb5.
2017-09-02[1.11.x] Fixed #28367 -- Doc'd how to override management commands.jkrzy
Backport of 48d92fea672928b4571ddaab03667e74671391c0 from master
2017-09-02[1.11.x] Fixed #28332 -- Fixed diamond inheritence example in docs.Jeremy Satterfield
Backport of 473ab4610ef90be05f09127aa37cd20bcda5875e from master
2017-09-02[1.11.x] Fixed #17985 -- Documented ModelAdmin.lookup_allowed().Simon Meers
Backport of 60443e84b38ea3a143b0ef9c05b1e1f39d91ddb5 from master
2017-09-02[1.11.x] Fixed #28525 -- Documented GDAL and GeoIP exceptions.Nick Pope
Backport of 11f4c52ec74ea5244bc5988f37cbfdce2586b642 from master
2017-09-02[1.11.x] Fixed typos in docs/releases/1.10.txt.Berker Peksag
Backport of 90fcf0fce7a9029ae0993eec7020ac23834fc328 from master
2017-09-01[1.11.x] Fixed #28557 -- Fixed ForeignKey/OneToOneField/ManyToManyField ↵Tim Graham
argument name in docs. Backport of 6e4a34580d05ca8036c2bc1f7a53558cdc0cc77f from master
2017-09-01[1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet ↵Bo Marchman
combining. Thanks Andrew Brown for the test case. Backport of 9bbb6e2d2536c4ac20dc13a94c1f80494e51f8d9 from master
2017-09-01[1.11.x] Reordered GeoIP docs be consistent with GDAL/GEOS ordering.Nick Pope
Backport of cbb27d603b33192a4bb4bd506747c33084620d1a from master
2017-09-01[1.11.x] Made GeoIP docs headers consistent with other GIS docs.Nick Pope
Backport of 49017dc13a20ad88c8df2375617287ee445c5d03 from master
2017-08-31[1.11.x] Refs #23276 -- Fixed explanation of how calling views works.Tim Graham
"Importing the view" is no longer applicable after a9fd740d22bc4fed5fdb280c036618000ee13df1. Backport of 907580557053085578d8de0e1b7309e0e0ed8755 from master
2017-08-31[1.11.x] Fixed #27998, #28543 -- Restored logging of ManyToManyField changes ↵Tim Graham
in admin's object history. And prevented ManyToManyField initial data in model forms from being affected by subsequent model changes. Regression in 56a55566a791a11420fe96f745b7489e756fc931. Partial backport of e5bd585c6eb1e13e2f8aac030b33c077b0b70c05 and 15b465c584f49a1d43b6c18796f83521ee4ffc22 from master
2017-08-31[1.11.x] Fixed #28487 -- Fixed runserver crash with non-Unicode system ↵Mark Rogaski
encodings on Python 2 + Windows.
2017-08-30[1.11.x] Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware ↵jkrzy
when serving static files. Backport of 20a761697fd28c08ab82dec777b4056a5bfaf6a2 from master
2017-08-30[1.11.x] Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
Backport of da3a5cee4f06ed801c6fb42bd8995428ff0b28bf from master
2017-08-29[1.11.x] Fixed #28530 -- Prevented SelectDateWidget from localizing years in ↵caleb logan
output. Backport of 9e2bf65d6a5dc3b53db84f4839652f0d154349ee from master
2017-08-26[1.11.x] Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() ↵Mads Jensen
if it's None. Backport of fb42d0247136249ea81962474e9a6a2faf1755f1 from master
2017-08-26[1.11.x] Fixed #28532 -- Fixed typo in PostgreSQL field docsClaude Paroz
Thanks Andreas Poisel for the report. Backport of 3c0b2b80edbe744f45b59fa29219db4997d2a108 from master.
2017-08-24[1.11.x] Fixed #28513 -- Added POST request support to LogoutView.hui shang
Backport of c0f4c60edd429f5ef57241cfabd159d13e26e5ac from master
2017-08-23[1.11.x] Fixed #28498 -- Added support for cx_Oracle 6.Mariusz Felisiak
- Fixed implicit Decimal to float conversion when input_size is not specified for Decimal parameters. - Used encoding, nencoding parameters of cx_Oracle.connect() to support unicode in DSN. Thanks Tim Graham for the review.
2017-08-23[1.11.x] Fixed typo in docs/releases/1.11.5.txt.Mariusz Felisiak
Backport of 330e965cd8d70eb3c169d655aaa88f7f915adb1a from master
2017-08-22[1.11.x] Fixed #27931 -- Clarified the meaning of "django catch-all logger."Kim DoHyeon
Backport of f21915bb3ad73001b7d987332b2b4a0ae4ec288d from master
2017-08-22[1.11.x] Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger ↵Kevin Grinberg
naming. Regression in 69b7d4b116e3b70b250c77829e11038d5d55c2a8. Backport of c6a3546093bebae8225a2c5b7e0836a2b0617ee5 from master
2017-08-22[1.11.x] Added "test --keepdb" to testing speedup docs.Harry Moreno
Backport of 254fb8d1a4e0525d890a5363a5c08f00bc873f03 from master
2017-08-22[1.11.x] Fixed #28502 -- Made stringformat template filter accept tuples.Claude Paroz
Backport of 4ead705cb3cf04bb7551ac037d1e11f682b62bcf and ed77bea58274e11e5a9e4c8b9650f50deb8a2b26 from master
2017-08-21[1.11.x] Removed redundant backticks in docs/releases/1.8.txtBerker Peksag
Backport of 8d095c6378666e6d5f6cabc9e485c9db2618ff88 from master.
2017-08-16[1.11.x] Fixed #28498 -- Fixed test database creation with cx_Oracle 6.Mariusz Felisiak
Backport of 6784383e93d582f43f8cb5f7647a05645cbb339b from master
2017-08-14[1.11.x] Clarified Concat example in docs.Mathieu Hinderyckx
Backport of cf5740fbc8414ab722b938f92b4363ff00d8db88 from master
2017-08-11[1.11.x] Fixed #28252 -- Corrected docs for default file extensions of ↵Jonatas CD
makemessages. Backport of 31f133ea08d41907a67f9e3d667f2a09c167a97c from master
2017-08-11[1.11.x] Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.Tim Graham
Backport of abd723c6a010be1bc06687d21e8841e07af6fde3 from master
2017-08-11[1.11.x] Made the @cached_property example more consistent.Bryan Helmig
Backport of 68f0bcb012fefffcf94b25dedd02c061a7544041 from master
2017-08-10[1.11.x] Fixed #23766 -- Doc'd CursorWrapper.callproc().Mariusz Felisiak
Thanks Tim Graham for the review. Backport of 660d50805b6788d592b4f1fae706b725baf0195c from master
2017-08-08[1.11.x] Fixed #28471 -- Clarified that Meta.indexes is preferred to ↵Tim Graham
index_together. Backport of d18227e341ed044980d02a1f65f3874166552ded from master
2017-08-07[1.11.x] Fixed #28466 -- Clarified the definition of a lazy relationship.Tim Graham
Backport of 50a97edc1a01f3d5325f0be1b91e7c77c3ba7dc0 from master
2017-08-02[1.11.x] Fixed #28441 -- Fixed GEOS version parsing with a commit hash at ↵Tim Graham
the end. A less invasive backport of 78c155cf2e5a27fd2db18c2d46953b1b0fdba829 from master
2017-08-01[1.11.x] Added stub release notes for 1.11.5.Tim Graham
Backport of 53d2534b3813f46f373bbf751ac3baf21c50d405 from master
2017-08-01[1.11.x] Added release date for 1.11.4.Tim Graham
Backport of 4c68ef9136c9c32e58ce0273a4e026f17140e2fc from master
2017-07-27[1.11.x] Fixed #28415 -- Clarified what characters ↵Tim Graham
ASCII/UnicodeUsernameValidator accept. Backport of 14172cf4426de6c867028f1c194011c0a26e662d from master
2017-07-26[1.11.x] Replaced "not A== B" with "A != B" in ↵Berker Peksag
docs/howto/writing-migrations.txt. Backport of c362228556bedb4a8a3cdaf91b9e456e459ecda1 from master
2017-07-25[1.11.x] Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.Tim Graham
Backport of c7d58c6f43b2d1db5d01f32451bb9ce46d69c5eb from master
2017-07-24[1.11.x] Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.Emmanuel
Backport of 27ef04bb5c3118e00d3eda4b3aa3201d18ea1785 from master
2017-07-24[1.11.x] Fixed #28420 -- Doc'd 'is' comparison restriction for ↵Tobias Schulmann
User.is_authenticated/anonymous.
2017-07-21[1.11.x] Fixed #28418 -- Fixed queryset crash when using a GenericRelation ↵Rachel Tobin
to a proxy model. Backport of f9e5f9ae9f83c7ddf5e5d3c369b6bf54a9b80ab5 from master
2017-07-21[1.11.x] Refs #17453 -- Fixed broken link to #django IRC logs.Tim Graham
Backport of c6986a4ebff8db923f906ce84cf118efc82ec79a from master
2017-07-19[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget ↵Roman Selivanov
of MultiWidget. Backport of d4da39685b5974849c73e4c4dc6e07dfdf21c67a from master