summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-04[1.10.x] Bumped version for 1.10.5 release.1.10.5Tim Graham
2017-01-04[1.10.x] Added release date for 1.10.5.Tim Graham
Backport of 32b39619437ecb18bdd9038d062c49219f9488a8 from master
2017-01-04[1.10.x] Fixed #27658 -- Prevented collectstatic from overwriting newer ↵Tim Graham
files in remote storages. Thanks revimi for the initial patch. Backport of c85831e4b7b5a7e4249df10327175b7251cb012d from master
2017-01-04[1.10.x] Tested collectstatic's deleting of files/symlinks when toggling --link.Tim Graham
Backport of f60d4e704d71b8af3f5ed4651accd33851bdee23 from master
2017-01-02[1.10.x] Corrected unrendered versionadded annotation.Tim Graham
2017-01-02[1.10.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a ↵vinay karanam
leap year. Backport of 6128c1736de98d8ab22829184409731b030cbff5 from master
2016-12-31[1.10.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline.Tim Graham
Backport of 2b4bb78f7944adbf88f9bf3b868632707c79b5dd from master
2016-12-31[1.10.x] Removed nonexistent logout view context from docs.Tim Graham
Backport of 432b25ace0e4d2953092b81f018860eaf0bb89ee from master
2016-12-30[1.10.x] Removed links to deprecated GeoIP.Tim Graham
Backport of e2335deeba0ba65ac52145c8bcdc685cf603eec8 from master
2016-12-30[1.10.x] Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen
Backport of 398a859642636a2de0ab920befa320cd9954b49a from master
2016-12-28[1.10.x] Fixed #27641 -- Doc'd default local-memory caching in deployment ↵Adam Chainz
checklist. Backport of 755406f5ff888e91bacb26f63cbddf7c036793ca from master
2016-12-28[1.10.x] Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.Tim Graham
Backport of 9e734875fe7fb078aa4ef0e84578aa7e641f5563 from master
2016-12-27Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham
2016-12-27[1.10.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak
Backport of 3e5c5e6754648590e87725b66d11d283079728e6 from master
2016-12-22[1.10.x] Documented url()'s 'regex' parameter.Adam Chainz
Backport of 0a9bd266ff8e042f53e25928527a29ce896b4955 from master
2016-12-20[1.10.x] Fixed #27439 -- Documented macOS locale configuration for Django tests.Alix Martineau
Backport of 0a8c685447eea8fc7aa34ea444a3156ee489379f from master
2016-12-20[1.10.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham
Backport of 5e239ae907291d07a3fcf9329f83c27fa6d72981 from master
2016-12-17[1.10.x] Made cosmetic edits to the "What happens when you save?" docs.Tim Graham
Backport of e2112a5e1af001449f0d1c183261369f00e93195 from master
2016-12-17[1.10.x] Documented how to copy a OneToOneField.Tim Graham
Thanks Anton Gilgur for the report and review. Backport of 2f44fa7f069427e2da18a0f6cb2ffc29699f2ca3 from master
2016-12-17[1.10.x] Refs #25550 -- Removed a deprecated reverse assignment example in docs.Tim Graham
Backport of 8dac9890a5941e7b59ea0ebebed400965941fe09 from master
2016-12-15[1.10.x] Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas
Backport of 8ab8a8910c6f9382610cba5b06ac5c110d52b4b2 from master
2016-12-15[1.10.x] Refs #27558 -- Isolated indexes test on MySQL.Tim Graham
MySQL schema changes must be done in TransactionTestCase. Backport of f94475e5262abe78d9771bc353f741b20cc3c725 from master
2016-12-15[1.10.x] Corrected docs claiming AsGML is supported on Oracle.Tim Graham
Backport of ebb85d1e790bb697bff3e0a101c87c5f9c6dff7c from master
2016-12-15[1.10.x] Fixed #25751 -- Doc'd how to use JavaScriptCatalog with ↵Ben Wilkins
i18n_patterns(). Backport of 9524fd9133e47fa90846904f81fe91c72f331e56 from master
2016-12-14[1.10.x] Fixed #27418 -- Fixed occasional missing plural forms in ↵Waldemar Kornewald
JavaScriptCatalog. Backport of b24af2f40508bc0d8aa0cef264e51c537ffb92bd from master
2016-12-14[1.10.x] Fixed missing versionadded/changed annotations on ↵Tim Graham
docs.djangoproject.com. Fixed a regression in bacdfbf3d1eb23ff8e8110681728a5b467443446. Backport of e5d3f98abcdc20d64d99609bd0aa82331835b439 from master
2016-12-14[1.10.x] Added Prefetch import to first use in QuerySet docs.Perry Roper
Backport of 3be2268992767d203159818c5353f959360808a7 from master
2016-12-14[1.10.x] Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.Tim Graham
Backport of 2e9fa516fde57fd58405481034a5a08b3746b257 from master
2016-12-08[1.10.x] Removed deprecated html_translator_class sphinx config option.Tim Graham
Backport of bacdfbf3d1eb23ff8e8110681728a5b467443446 from master
2016-12-08[1.10.x] Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic
Backport of 4de8aaf7ffc91b91cbb70e9db406abe9b160575a from master
2016-12-08[1.10.x] Fixed #27566 -- Clarified overriding ↵Doug Harris
ModelAdmin.save_model()/delete_model() docs. Backport of 413216fb9fb36c064494fe155effc39e2888161e from master
2016-12-06[1.10.x] Removed some blank lines per isort.Tim Graham
Backport of ac06cb0e564b57b256ede98754586f36d2751b72 from master
2016-12-06[1.10.x] Fixed #27567 -- Fixed crash in the debug view when request.user errors.Andreas Pelme
Backport of 373140b07aa452946ccb6d5b0317fa09ed5bbdc2 from master
2016-12-05[1.10.x] Fixed unrendered rows in GIS DB functions table in docs.Sergey Fedoseev
Cells in the first column must contain some text. http://docutils.sourceforge.net/docs/dev/rst/problems.html#tables Backport of d4822148d09d715b742d290383fe642c0b77faba from master
2016-12-02[1.10.x] Added stub release notes for 1.10.5.Tim Graham
Backport of 6d1394182d8c4c02598e0cf47f42a5e86706411f from master
2016-12-01[1.10.x] Post-release version bump.Tim Graham
2016-12-01[1.10.x] Bumped version for 1.10.4 release.1.10.4Tim Graham
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] Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales
The fact that we aren't dealing with the Django source tree anymore allows us to drop several tearDown()/addCleanup() calls that were concerned with removing apiece files/dirs/symlinks created by test cases, as we are covered by the removal of the parent temporary tree anyways. Thanks Tim Graham for advice and review. Backport of bb7bb379e8cd91a91336946829519d64e919a1d2 from master
2016-11-23[1.10.x] Fixed #26677 -- Converted some i18n tests to use disposable FS tree.Ramiro Morales
This allows makemessages/compilemessages tests in `test_extraction.py` and `test_compilation.py` to actually run isolated from each other (unaffected by stray FS objects left by cleanup actions failures, debug sessions, etc.) and to take advantage of the parallel tests execution feature like most of the Django test suite. `test_percents.py` gets slightly refactored to not inherit from the new machinery which sets up every test case to copy and run under a temporary tree. Backport of faeeb84edfebecf5a5f40df9ef816e5f1cd457c6 from master