summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-20[1.11.x] Bumped version for 1.11 beta 1.1.11b1Tim Graham
2017-02-20[1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the ↵Collin Anderson
wrapped widget. Backport of fb7e0e01af5364987de7fc95ae4d66e22130f2bc from master
2017-02-20[1.11.x] Fixed typo in DurationField's docstring.Alexey Rogachev
Backport of c743af82cf56a915bf5d5d53a063892394cb75cf from master
2017-02-17[1.11.x] Fixed #27843 -- Fixed truncate_name() when the name contains a ↵Mariusz Felisiak
username. Backport of b9351905721771fb49ea0020c751ae4280754c43 from master
2017-02-17[1.11.x] Added tests for db.backends.utils.truncate_name().Mariusz Felisiak
Backport of 1f7ca858664491589ba400419a491dd0a9af5dff from master
2017-02-16[1.11.x] Fixed #27828 -- Fixed a crash when subtracting ↵Vytis Banaitis
Integer/DurationField from DateField on Oracle/PostgreSQL. Backport of d5088f838d837fc9e3109c828f18511055f20bea from master
2017-02-16[1.11.x] Clarified that creating a pull request for the tutorial isn't ↵Tim Graham
necessary. Backport of 57292725093eb470851b35174c10573bbf717117 from master
2017-02-15[1.11.x] Fixed #27135 -- Made index introspection return Index.suffix.Tim Graham
Backport of b008f7cc5655d01817a8825e6317877b43c92181 from master
2017-02-15[1.11.x] Made a sentence in default_if_none docs consistent with other ↵Joon Hwan 김준환
template filters. Backport of a7214f0e84913a27e0b73de89d4c827ef1c53b94 from master
2017-02-15[1.11.x] Removed docs/internals/roles.txt.Tim Graham
It's moved to https://www.djangoproject.com/foundation/teams/. Backport of 3d14cbc86781ea1051af7f0c421bee3ecf2f9842 from master
2017-02-15[1.11.x] Fixed #27840 -- Fixed KeyError in ↵Markus Holtermann
PasswordResetConfirmView.form_valid(). When a user is already logged in when submitting the password and password confirmation to reset a password, a KeyError occurred while removing the reset session token from the session. Refs #17209 Thanks Quentin Marlats for the report and Florian Apolloner and Tim Graham for the review.
2017-02-14[1.11.x] Fixed GeoIP test failure with the latest data.Tim Graham
2017-02-13[1.11.x] Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham
Backport of 103e6cf26c17ae650b7caa3956b87a215334d761 from master
2017-02-13[1.11.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
Backport of 2f10216f84b55920de25422842a66260219e393f from master
2017-02-11[1.11.x] Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
Thanks Reinout van Rees for contributing to the patch. Backport of 98bcc5d81bca578f3a5b4d47907ba4ac40446887 from master
2017-02-11[1.11.x] Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
Backport of fb5bd38e3b83c7f0d1011de80f922fc34faf740b from master
2017-02-11[1.11.x] Fixed #27722 -- Reallowed using django.Template in {% include %}.Tim Graham
Backport of fe2d2884345e1e6a1daadd76e9404c62791ab589 from master
2017-02-11[1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys ↵Tim Graham
in multi-table inheritance models." This reverts commit 74a575eb7296fb04e1fc2bd4e3f68dee3c66ee0a as it causes unexpected migrations and doesn't seem to be the best solution. Backport of 0595bca221825c0c6bd572a32f3bf9eff7069328 from master
2017-02-11[1.11.x] Removed WSGIServer.server_bind() identical to parent versionClaude Paroz
The method customization was removed in 2ca00faa9137. Backport of d4b00c5c24b72f7b0f22f1f9a69c48fc11bf4ab8 from master.
2017-02-10[1.11.x] Refs #27148 -- Fixed UUIDField.to_python(None) crash.ClairePhila
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89. Backport of d26413113c1a5c95218fe4e43a684a2fe1ad1bff from master
2017-02-09[1.11.x] Explained the shell's $ prefix in tutorial 1.Tim Graham
Thanks Luke Sneeringer for the suggestion. Backport of ad36e5480d6cafb4031e8eb0bacc3a07d2fe4609 from master
2017-02-08[1.11.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
Backport of 545a88fc162ab02f66812284af24a248deafbf5e from master
2017-02-08[1.11.x] Fixed #27821 -- Clarified docs of the return value of ↵Tim Graham
Form.clean_<fieldname>(). Thanks Christian Ullrich for the report and review. Backport of 8863c475c53f2b44113f25b749a124a5bf3a02f2 from master
2017-02-07[1.11.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
Backport of 27793431cf21a82809c0c39a7c0188a2d83bf475 from master
2017-02-07[1.11.x] Fixed #27815 -- Made LoginView pass the request kwarg to ↵Zoltan Gyarmati
AuthenticationForm. Backport of 41ba27fefdd313333d94408802afff36a9eedb83 from master
2017-02-07[1.11.x] Fixed typo in docs/releases/1.11.txt.Atul Varma
Backport of 10c47f7b47c3b58eda579918d8381a066d43e788 from master
2017-02-06[1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on ↵Tim Graham
model fields with a default. Backport of 4353640ea9495d58fabd0357253b82de3b069408 from master
2017-02-04[1.11.x] Fixed running TransactionsPerRequestTests in isolation.Jon Dufresne
Caused by `contrib/auth/backends.py` changes in cb7bbf97a74fa7800865e3615f196ad65dc4f281. Backport of 3f62d20a9b17c84ba04e0b0c45eff3e596d05dd8 from master
2017-02-03[1.11.x] Fixed #27741 -- Isolated TestCollectionHashedFilesCache in a tmpdir.David Sanders
Backport of 8e3f9d3ee20fdadef6f2a28c71fb7e142b415059 from master
2017-02-01[1.11.x] Removed ExceptionReporter support for string exceptions.Tim Graham
Reverted refs #6423 since raising string exceptions is prohibited since Python 2.5. Backport of 0205e04ce7a554a7b9b27b412288cc6a0e75e48f from master
2017-01-31[1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.Lex Berezhny
Backport of ac5f886c5610a6bca26dab10170b445d1e9df450 from master
2017-01-31[1.11.x] Refs #27421 -- Documented GDALRaster creation in detail.Daniel Wiesmann
Backport of ed3215ad53c0b22c58883f97286a878c577e25d6 from master
2017-01-31[1.11.x] Fixed #27758 -- Reallowed AdvancedModelIterator pattern after ↵Jon Dufresne
template widget rendering. Backport of 6d8979f4c2fbfb9fd5db92acd72489cbbcbdd5d1 from master
2017-01-31[1.11.x] Fixed typo in django/db/migrations/operations/special.py.Tim Graham
2017-01-31[1.11.x] Fixed #25192 -- Fixed squashmigrations crash with RunPython.noop on ↵Shai Berger
Python 2. Thanks Adam Johnson for review.
2017-01-30[1.11.x] Added missing word in docs/howto/error-reporting.txt.Ryan Castner
Backport of dbf79c5acf962a977e1498e3aab588256e7e7af8 from master
2017-01-30[1.11.x] Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
Backport of 274ca999825bb782bbbddd769783cf2aa91de7f9 from master
2017-01-28[1.11.x] Fixed #26708 -- Updated the contributing tutorial to use a GitHub ↵Subhrajyoti Sen
workflow. Backport of f5bf11c72b267d717dd4379ec80f9f7c5185f80f from master
2017-01-28[1.11.x] Refs #27790 -- Reverted "Removed available_apps on TestCase ↵Tim Graham
subclasses." This reverts commit 91023d79ec70df9289271e63a67675ee51e7dea8 as it increases memory usage for the test suite. Backport of 7d50d2bcb8a3cf3fea727174717ead7e6508e9e2 from master
2017-01-28[1.11.x] Removed obsolete sentence in ManagementUtility docstring.Srinivas Reddy Thatiparthy
Backport of a6755b29e9335723c9347a36d4000a3157b05441 from master
2017-01-27[1.11.x] Fixed #27769 -- Documented option naming differences between ↵Andrew Nester
django-admin and call_command(). Backport of c8d21f335113dcf6009d7aa9810d4e77dc58c75d from master
2017-01-27[1.11.x] Fixed #27678 -- Warned that the template system isn't safe against ↵andrewnester
untrusted authors. Backport of d2e40dd8c2031cd03700e72d87d455d5e974800c from master
2017-01-26[1.11.x] Fixed #27501 -- Documented lazy evaluation of ↵chillaranand
ModelChoiceField.queryset. Backport of d9aeee205d93b12c96da449c64c1f17ca8786086 from master
2017-01-26[1.11.x] Fixed #27781 -- Made simplify_regex() remove outstanding '?' ↵Mariusz Felisiak
characters. Regression in f0ef0c49e9284f262fbc63e8a497699ca4a248fe. Backport of c37ec5a6595f963a04fae1b17858225c2b3d08c4 from master
2017-01-25[1.11.x] Refs #27741 -- Fixed staticfiles_tests.test_views when run in ↵Tim Graham
isolation. Backport of 11856ea44e4dd1ff2358c559c0d04ac848832c23 from master
2017-01-25[1.11.x] Simplified tests with assertDoesNotOptimize().Ed Morley
Backport of bfd42392ab8db3942b2cbb36a94af3b48813de13 from master
2017-01-25[1.11.x] Corrected http.multipartparser.exhaust() docstring.Tim Graham
MultiPartParserError was removed in ebf34c3cdcd2c75349c60a064427ac255958bf9b. Backport of 90db4bb0d72e4731052bd33500840fff00834768 from master
2017-01-25[1.11.x] Bumped MySQLdb version requirement to 1.2.3.Tim Graham
Older versions don't support Python 2.7. Partial backport of 2d96c027f5eb32c2c09bd57df2240ae1d343b98e from master
2017-01-25[1.11.x] Removed unused variables that are overwritten.Mads Jensen
Backport of ebf34c3cdcd2c75349c60a064427ac255958bf9b from master
2017-01-25[1.11.x] Fixed typo in docs/ref/models/expressions.txt.Paolo Melchiorre
Backport of 5890d6ab03ebc7dac46ce7d9540b5768785caa34 from master