summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-01[1.11.x] Bumped version for 1.11.7 release.1.11.7Tim Graham
2017-11-01[1.11.x] Added release date for 1.11.7.Tim Graham
Backport of 5f5425f74e57aa3caff056082a8899c0fdedb07e from master
2017-10-26[1.11.x] Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments.Duarte Fernandes
Backport of 019c2600a6771d2cd0574062dee468ce96d7e69d from master
2017-10-25[1.11.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when ↵Mariusz Felisiak
using OuterRef. Regression in f48bc7c3dbd204eefb3c19016b1e4906ac26bee3. Backport of 81e357a7e19f35235cc998459a10213532727d4e from master
2017-10-21[1.11.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu
Backport of 21a3a29dc9d138c248fd7922923b3ec710735c6c from master
2017-10-20[1.11.x] Fixed #28729 -- Replaced a numbered list with unordered list in ↵Tim Graham
TemplatesSetting docs. Backport of eb9b56c5b60215a683c80e68f08ae6fca0ec24ef from master
2017-10-17[1.11.x] Fixed typo in docs/ref/models/querysets.txt.Jozef
Backport of 3bd69b126115102a4630354c876e6c7cc2d68f8f from master
2017-10-14[1.11.x] Refs #28710 -- Simplified l10n format testClaude Paroz
Backport of c1fa6672dd995e5ab4e06d5132db40ed0f41a47e from master.
2017-10-13[1.11.x] Fixed #28710 -- Fixed the Basque DATE_FORMAT stringClaude Paroz
Thanks Eneko Illarramendi for the report and initial patch. Backport of 8c538871bda3832bca2dddefe317bf4a9230dd45 from master.
2017-10-10[1.11.x] Fixed #28601 -- Prevented cache.get_or_set() from caching None if ↵Daniel Tao
default is a callable that returns None. Backport of 4d60261b2a77460b4c127c3d832518b95e11a0ac from master
2017-10-05[1.11.x] Added stub release notes for 1.11.7.Tim Graham
Backport of fd4698fe3f2a1cfe9deef83a95db725e5cb66f21 from master
2017-10-05[1.11.x] Post-release version bump.Tim Graham
2017-10-05[1.11.x] Bumped version for 1.11.6 release.1.11.6Tim Graham
2017-10-05[1.11.x] Added release date for 1.11.6.Tim Graham
Backport of a8bcb8b509629bc843c4da231955d8c5ef786edd from master
2017-09-29[1.11.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
Backport of 08c8c3ead97893ec0e1dece699525ad7ed27c2d7 from master
2017-09-29[1.11.x] Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.Stefan Schneider
Backport of 293df73fb67a56c0417af8c39f808f64bc03cbeb from master
2017-09-20[1.11.x] Fixed #28488 -- Reallowed error handlers to access CSRF tokens.Florian Apolloner
Regression in eef95ea96faef0b7dbbe0c8092202b74f68a899b. Backport of c4c128d67c7dc2830631c6859a204c9d259f1fb1 from master
2017-09-20[1.11.x] Initialized CsrfViewMiddleware once in csrf_tests.Florian Apolloner
Backport of 77f82c4bf1565b074d12b1531caa4bc4f4b89506 from master
2017-09-19[1.11.x] Fixed typo in docs/topics/cache.txt.tk
Backport of e7adad27f30396823f3609fcb8699cefb25278bb from master
2017-09-18[1.11.x] Fixed #28597 -- Fixed crash with the name of a model's ↵Mariusz Felisiak
autogenerated primary key in an Index's fields. Backport of fb02ebe889eee292144f9157ed4ddcdcc139eba9 from master
2017-09-06[1.11.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() ↵Tim Graham
and joins. As of ccbba98131ace3beb43790c65e8f4eee94e9631c, both examples don't use a join. Backport of 44a6c27fd461e1d2f37388c26c629f8f170e8722 from master
2017-09-05[1.11.x] Fixed #28555 -- Made CharField convert whitespace-only values to ↵Josh Schneier
the empty_value when strip is enabled. Backport of 48c394a6fc2594891f766293afec8f86d63e1015 from master
2017-09-05[1.11.x] Added stub release notes for 1.11.6.Tim Graham
Backport of 1b86088f6f92d9c937b24f063141d0b8bfb39969 from master
2017-09-05[1.11.x] Added 2017-12794 to the security release archive.Tim Graham
Backport of 79ae5811c7b06b6462f9411b6665241a4e98bedb from master
2017-09-05[1.11.x] Post-release version bump.Tim Graham
2017-09-05[1.11.x] Bumped version for 1.11.5 release.1.11.5Tim Graham
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 typo in ModelAdmin action logging test.Nick Pope
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.