summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-01[1.9.x] Bumped version 1.9.5 release.1.9.5Tim Graham
2016-04-01[1.9.x] Added release date for 1.9.5 and 1.8.12.Tim Graham
Backport of 93539ba2f42fe56bacefd09a9e8f93b31565f746 from master
2016-04-01[1.9.x] Refs #25532 -- Removed a failing test on Django 1.9Claude Paroz
That test is failing on Django 1.9, that issue has been fixed on master only as it touches a part of form validation that is too important to touch for a stable release.
2016-04-01[1.9.x] Fixed #25532 -- Properly redisplayed JSONField form input valuesClaude Paroz
Thanks David Szotten for the report and Tommy Beadle for code inspiration. Thanks Tim Graham for the review. Partial backport of db19619545 from master.
2016-03-31[1.9.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
Thanks Pablo Oubiña for the report. Backport of 64aba7a8aba06b8be52a1a099b44e1d3be4bdd26 from master
2016-03-31[1.9.x] Fixed #26436 -- Added a link to the settings filtering in the error ↵Tim Graham
reporting howto. Thanks mlissner for the suggestion. Backport of 8928823b135b9ce2c7b18f4da0d2602b113a247e from master
2016-03-31[1.9.x] Removed some docs that should have been removed along with ↵Tim Graham
PROFANITIES_LIST. Backport of 12dee89d9c1fbe6b47984c544505aa8ff77e92bc from master
2016-03-31[1.9.x] Refs #26384, #24995 -- Skipped a schema test on older MySQL versions.Tim Graham
Backport of f3595b25496691966d4ff858a3b395735ad85a6e from master
2016-03-31[1.9.x] Fixed #26410 -- Added a docs example for loader.render_to_string().Tim Graham
Backport of a65fc6df891ab449e9c24160f6f6a1d6d2ccb282 from master
2016-03-29[1.9.x] Fixed #26384 -- Fixed renaming the PK on a model with a ↵Alex Hill
self-referential FK on SQLite. Backport of 4b2cf1cd27587a30b3b081091627d7ee13141afe from master
2016-03-28[1.9.x] Fixed #26413 -- Fixed a regression with abstract model inheritance ↵Simon Charette
and explicit parent links. Thanks Trac alias trkjgrdg for the report and Tim for investigation and review. Backport of 67cf5efa31acb2916034afb15610b700695dfcb0 from master
2016-03-28[1.9.x] Fixed #26416 -- Fixed references to previous tutorial numbers in ↵Joshua Pereyda
docs/intro/reusable-apps.txt. Backport of 0c0e8f0a62eb369bb05ff770ad53656831c8c01a from master
2016-03-28[1.9.x] Sorted single letter imports per the latest version of isort.Tim Graham
Backport of 1c8c0837c61a9e9eb2129df29f75be92e47e926c from master
2016-03-28[1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.Francisco Capdevila
Backport of 82243e5150f67b6fe8c6f8f650bf3b492823c3e7 from master
2016-03-25[1.9.x] Fixed #26408 -- Updated link to DEP 182.Aymeric Augustin
Thanks kaifeldhoff for the report. Backport of 7b1ce7f from master
2016-03-25[1.9.x] Fixed #26387 -- Restored the functionality of the admin's ↵Tim Graham
raw_id_fields in list_editable. Backport of acfaec3db5ba39de52f6e607e74343dccf72fba1 from master
2016-03-25[1.9.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer
Backport of 8550566af6321fe111ac1fe6497720e6ac291824 from master
2016-03-23[1.9.x] Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and ↵ieatkittens
APPEND_SLASH independently. Backport of 9390da7fb6e251eaa9a785692f987296cb14523f from master
2016-03-21[1.9.x] Fixed #26392 -- Corrected login_required/permission_required ↵Tim Graham
stacking example. Backport of c41737dc00e2c8d34046b9f856f23fcc0cb4a82c from master
2016-03-21[1.9.x] Fixed grammatical typos in gis docs.Akshesh
Backport of 2b31f14d89cb144fad10389824828e90fd1a2dcc from master
2016-03-21[1.9.x] Fixed #26376 -- Clarifed meaning of 'search' in ↵Tim Graham
TemplateResponseMixin.get_template_names() docs. Backport of 6dd503851c91197364f7c7b915cabb604fadb755 from master
2016-03-19[1.9.x] Fixed #26265 -- Clarified RadioSelect container's HTML id.Tim Graham
Backport of 53e8ab580f7c0fcfc589ba0b1b6cc2556080e0b2 from master
2016-03-19[1.9.x] Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey ↵Jason Parrott
to_field in a subquery. Backport of 4c1c93032f4a015cbb4b33958603d18ac43515b4 from master
2016-03-19[1.9.x] Fixed a broken link in ↵Amine
docs/internals/contributing/writing-documentation.txt. Backport of 8b5a4fa941ba6e308b5ebd831b7953440fc0ee9b from master
2016-03-18[1.9.x] Added missing stacklevel for management command deprecation warningClaude Paroz
2016-03-18[1.9.x] Fixed #26375 -- Used a more generic name in a reusable template example.Tim Graham
Backport of 1d0abeaf757518808aabe9c85a2beaaa340fbc43 from master
2016-03-17[1.9.x] Fixed #26297 -- Fixed `collectstatic --clear` crash if storage ↵Berker Peksag
doesn't implement path(). Backport of 28bcff82c5ed4694f4761c303294ffafbd7096ce from master
2016-03-16[1.9.x] Fixed #26306 -- Fixed memory leak in cached template loader.Alex Hill
Backport of ecb59cc6579402b68ddfd4499bf30edacf5963be from master
2016-03-15[1.9.x] Fixed DiscoverRunner failfast parameter default in docs.Andrew Abraham
Backport of f2d9caa625084b0b96d60153f6b26ba43a1ab835 from master
2016-03-15[1.9.x] Fixed #26290 -- Documented that a QuerySet for pagination should be ↵Duane Hilton
ordered. Backport of f8b23e52e86307428da2cf928bf4f1d9fdbd2694 from master
2016-03-14[1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth ↵Vincenzo Pandolfo
password fields. Backport of d0fe6c915665fa3220e84bd691ba7002a357e5c5 from master
2016-03-14[1.9.x] Removed unnecessary filter kwarg from .get() in a test.Adam Alton
Backport of 38086c83aca881aa72bc2eba1e6eadaa76529ed0 from master
2016-03-14[1.9.x] Fixed test_dumpdata_progressbar to use the instantiated StringIO object.Jon Dufresne
Backport of cacc7e85e17b3d00e7ed856d8bbadb8f870bb5d6 from master
2016-03-14[1.9.x] Fixed #25804 -- Documented additions to Jinja2 context.Moritz Sichert
Backport of 6aef986cdbff72809b39880132959ef74827492f from master
2016-03-14[1.9.x] Fixed #26294 -- Clarified call_command()'s handling of args and options.Tim Graham
Backport of 5695c142d282f4681a8d43bb55ec49f11f3fc40e from master
2016-03-14[1.9.x] Fixed typos in docs.Jakub Wilk
Backport of 402da9ab7b2bae807b7ea30c23ef524b0aeb1903 from master
2016-03-12[1.9.x] Fixed #26345 -- Clarified which RangesFields always return a ↵Tim Graham
canonical form. Backport of b3610f38facb33704c1fd77590c6a2fa07c40fa7 from master
2016-03-12[1.9.x] Fixed #26239 -- Added a note about how auto_now works with ↵Duane Hilton
QuerySet.update(). Backport of ca5c05ddbe91f4aae38c4543240dbda5f1fb1db2 from master
2016-03-12[1.9.x] Fixed a few docstring typos.Noenglish Professorbut
Backport of f8d20da0479b88db5bb5a2a30fa769cbf6d0a5bf from master
2016-03-11[1.9.x] Removed unneeded GeoManagers in tests.Tim Graham
Backport of 9027fac8414c30db640c4592ee083f12bb8ee5a6 from master
2016-03-10[1.9.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham
Backport of 4f0cd0fd162122da96978b357ac9fc9534529410 from master
2016-03-09[1.9.x] Fixed #26255 -- Fixed orphaned include() reference following ↵Tim Graham
tutorial reordering. Backport of 4323676ea5ab6994feb1385522665069d84f397b from master
2016-03-09[1.9.x] Fixed #26339 -- Updated Question.was_published_recently() in ↵Tim Graham
tutorial 7 to reflect changes in tutorial 5. Backport of 602a38d87e4b0d9c5e43678c33208627ca84ce2a from master
2016-03-09[1.9.x] Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.Tim Graham
Backport of a496d10a8c3b8b3080f0daa7348b33aed790a967 from master
2016-03-09[1.9.x] Fixed #26302 -- Removed incorrect statement about virtual hosts.girish ramnani
Backport of 593ecfe1352bce7daa7a2ca530a46de2f0133319 from master
2016-03-09[1.9.x] Fixed indenting in "Serving files in development" code exampleTim Osborn
Backport of 8fb3a2877bac1ecf0e5665389d60eab637d1622e from master
2016-03-08[1.9.x] Fixed #26256 -- Added note about primary key serializationClaude Paroz
Thanks Sonu kumar for the report and Tim Graham for the review. Backport of c5fda55edc from master.
2016-03-08[1.9.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.Tim Graham
Backport of 09e5409cb5b7ed427d4c751fbe2594b485794104 from master
2016-03-08[1.9.x] Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().Przemysław Suliga
Backport of 96ec67a7cf89a136e793305343c5bba8521cdb47 from master
2016-03-07[1.9.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize ↵John-Mark Bell
to an empty string. Backport of 4b129ac81f4fa38004950d0b307f81d1e9b44af8 from master