summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [1.10.x] Bumped version for 1.10.5 release.1.10.5Tim Graham2017-01-041-1/+1
|
* [1.10.x] Added release date for 1.10.5.Tim Graham2017-01-041-1/+1
| | | | Backport of 32b39619437ecb18bdd9038d062c49219f9488a8 from master
* [1.10.x] Fixed #27658 -- Prevented collectstatic from overwriting newer ↵Tim Graham2017-01-045-5/+46
| | | | | | | | files in remote storages. Thanks revimi for the initial patch. Backport of c85831e4b7b5a7e4249df10327175b7251cb012d from master
* [1.10.x] Tested collectstatic's deleting of files/symlinks when toggling --link.Tim Graham2017-01-041-2/+14
| | | | Backport of f60d4e704d71b8af3f5ed4651accd33851bdee23 from master
* [1.10.x] Corrected unrendered versionadded annotation.Tim Graham2017-01-021-8/+7
|
* [1.10.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a ↵vinay karanam2017-01-024-4/+13
| | | | | | leap year. Backport of 6128c1736de98d8ab22829184409731b030cbff5 from master
* [1.10.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline.Tim Graham2016-12-311-0/+3
| | | | Backport of 2b4bb78f7944adbf88f9bf3b868632707c79b5dd from master
* [1.10.x] Removed nonexistent logout view context from docs.Tim Graham2016-12-311-7/+0
| | | | Backport of 432b25ace0e4d2953092b81f018860eaf0bb89ee from master
* [1.10.x] Removed links to deprecated GeoIP.Tim Graham2016-12-302-5/+5
| | | | Backport of e2335deeba0ba65ac52145c8bcdc685cf603eec8 from master
* [1.10.x] Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen2016-12-301-7/+5
| | | | Backport of 398a859642636a2de0ab920befa320cd9954b49a from master
* [1.10.x] Fixed #27641 -- Doc'd default local-memory caching in deployment ↵Adam Chainz2016-12-282-1/+4
| | | | | | checklist. Backport of 755406f5ff888e91bacb26f63cbddf7c036793ca from master
* [1.10.x] Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.Tim Graham2016-12-281-0/+4
| | | | Backport of 9e734875fe7fb078aa4ef0e84578aa7e641f5563 from master
* Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham2016-12-272-7/+6
|
* [1.10.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak2016-12-275-2/+30
| | | | Backport of 3e5c5e6754648590e87725b66d11d283079728e6 from master
* [1.10.x] Documented url()'s 'regex' parameter.Adam Chainz2016-12-222-0/+8
| | | | Backport of 0a9bd266ff8e042f53e25928527a29ce896b4955 from master
* [1.10.x] Fixed #27439 -- Documented macOS locale configuration for Django tests.Alix Martineau2016-12-202-0/+10
| | | | Backport of 0a8c685447eea8fc7aa34ea444a3156ee489379f from master
* [1.10.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham2016-12-201-1/+1
| | | | Backport of 5e239ae907291d07a3fcf9329f83c27fa6d72981 from master
* [1.10.x] Made cosmetic edits to the "What happens when you save?" docs.Tim Graham2016-12-171-28/+21
| | | | Backport of e2112a5e1af001449f0d1c183261369f00e93195 from master
* [1.10.x] Documented how to copy a OneToOneField.Tim Graham2016-12-171-0/+9
| | | | | | Thanks Anton Gilgur for the report and review. Backport of 2f44fa7f069427e2da18a0f6cb2ffc29699f2ca3 from master
* [1.10.x] Refs #25550 -- Removed a deprecated reverse assignment example in docs.Tim Graham2016-12-171-4/+5
| | | | Backport of 8dac9890a5941e7b59ea0ebebed400965941fe09 from master
* [1.10.x] Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas2016-12-151-0/+4
| | | | Backport of 8ab8a8910c6f9382610cba5b06ac5c110d52b4b2 from master
* [1.10.x] Refs #27558 -- Isolated indexes test on MySQL.Tim Graham2016-12-151-11/+21
| | | | | | MySQL schema changes must be done in TransactionTestCase. Backport of f94475e5262abe78d9771bc353f741b20cc3c725 from master
* [1.10.x] Corrected docs claiming AsGML is supported on Oracle.Tim Graham2016-12-152-8/+6
| | | | Backport of ebb85d1e790bb697bff3e0a101c87c5f9c6dff7c from master
* [1.10.x] Fixed #25751 -- Doc'd how to use JavaScriptCatalog with ↵Ben Wilkins2016-12-151-0/+12
| | | | | | i18n_patterns(). Backport of 9524fd9133e47fa90846904f81fe91c72f331e56 from master
* [1.10.x] Fixed #27418 -- Fixed occasional missing plural forms in ↵Waldemar Kornewald2016-12-148-2/+69
| | | | | | JavaScriptCatalog. Backport of b24af2f40508bc0d8aa0cef264e51c537ffb92bd from master
* [1.10.x] Fixed missing versionadded/changed annotations on ↵Tim Graham2016-12-141-0/+1
| | | | | | | | docs.djangoproject.com. Fixed a regression in bacdfbf3d1eb23ff8e8110681728a5b467443446. Backport of e5d3f98abcdc20d64d99609bd0aa82331835b439 from master
* [1.10.x] Added Prefetch import to first use in QuerySet docs.Perry Roper2016-12-141-0/+2
| | | | Backport of 3be2268992767d203159818c5353f959360808a7 from master
* [1.10.x] Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.Tim Graham2016-12-141-0/+6
| | | | Backport of 2e9fa516fde57fd58405481034a5a08b3746b257 from master
* [1.10.x] Removed deprecated html_translator_class sphinx config option.Tim Graham2016-12-082-3/+1
| | | | Backport of bacdfbf3d1eb23ff8e8110681728a5b467443446 from master
* [1.10.x] Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic2016-12-082-21/+33
| | | | Backport of 4de8aaf7ffc91b91cbb70e9db406abe9b160575a from master
* [1.10.x] Fixed #27566 -- Clarified overriding ↵Doug Harris2016-12-081-7/+12
| | | | | | ModelAdmin.save_model()/delete_model() docs. Backport of 413216fb9fb36c064494fe155effc39e2888161e from master
* [1.10.x] Removed some blank lines per isort.Tim Graham2016-12-062-2/+0
| | | | Backport of ac06cb0e564b57b256ede98754586f36d2751b72 from master
* [1.10.x] Fixed #27567 -- Fixed crash in the debug view when request.user errors.Andreas Pelme2016-12-063-5/+45
| | | | Backport of 373140b07aa452946ccb6d5b0317fa09ed5bbdc2 from master
* [1.10.x] Fixed unrendered rows in GIS DB functions table in docs.Sergey Fedoseev2016-12-051-3/+3
| | | | | | | Cells in the first column must contain some text. http://docutils.sourceforge.net/docs/dev/rst/problems.html#tables Backport of d4822148d09d715b742d290383fe642c0b77faba from master
* [1.10.x] Added stub release notes for 1.10.5.Tim Graham2016-12-022-0/+13
| | | | Backport of 6d1394182d8c4c02598e0cf47f42a5e86706411f from master
* [1.10.x] Post-release version bump.Tim Graham2016-12-011-1/+1
|
* [1.10.x] Bumped version for 1.10.4 release.1.10.4Tim Graham2016-12-011-1/+1
|
* [1.10.x] Added release dates for 1.10.4, 1.9.12, 1.8.17.Tim Graham2016-12-013-3/+3
| | | | Backport of 9ea9686532336caefcd5fedb76ad9a68a512d243 from master
* [1.10.x] Fixed #27558 -- Prevented redundant index on InnoDB ForeignKey.Ed Morley2016-12-013-1/+18
| | | | | The MySQL backend overrides _field_should_be_indexed() so that it skips index creation for ForeignKeys when using InnoDB.
* [1.10.x] Replaced RawSQL with Cast in Coalesce doc example.Simon Charette2016-11-301-3/+3
| | | | Backport of ad8f6a45eb44dbf527f915246883034c8554754c from master
* [1.10.x] Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with ↵Krzysztof Urbaniak2016-11-294-1/+22
| | | | | | prefix_default_language=False. Backport of b8a815e9dfea89034ede7ff786551f89af84a31b from master
* [1.10.x] Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash ↵Andrew Nester2016-11-293-2/+14
| | | | | | on SQLite. Backport of ade52ef71f04e57e217585358cb289098260e3ec from master
* [1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Tim Graham2016-11-281-1/+1
| | | | Backport of d7e6b8febd8c88edaa85d336c92cd8ea3687214a from master
* [1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy2016-11-251-1/+0
| | | | Backport of c238da894216458bb548b039a754844d44f3cd80 from master
* [1.10.x] Rephrased an ambiguous sentence in docs/topics/signals.txt.Daniel Musketa2016-11-241-2/+3
| | | | Backport of df2a5227c90d60bdae154ac5acc0436a6ed1f953 from master
* [1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Alex Scott2016-11-241-1/+1
| | | | Backport of da4c0e8cc90d8a43908524f6b85135e60582feb7 from master
* [1.10.x] Normalized casing of "custom user model".Tim Graham2016-11-238-92/+88
| | | | Backport of 93a081946d92da010c7de62dc58e697c6c33e5d3 from master
* [1.10.x] Fixed #24370 -- Recommended starting with a custom user model.Krzysztof Gogolewski2016-11-231-36/+49
| | | | Backport of d02a03d574b6623ce0d648dd676ae278d46375fb from master
* [1.10.x] Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales2016-11-234-161/+77
| | | | | | | | | | | | 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
* [1.10.x] Fixed #26677 -- Converted some i18n tests to use disposable FS tree.Ramiro Morales2016-11-233-67/+71
| | | | | | | | | | | | | | 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