1
0
mirror of https://github.com/django/django.git synced 2025-10-28 16:16:12 +00:00
Commit Graph

23057 Commits

Author SHA1 Message Date
Alix Martineau
1a039e76c7 [1.10.x] Fixed #27439 -- Documented macOS locale configuration for Django tests.
Backport of 0a8c685447 from master
2016-12-20 13:21:18 -05:00
Tim Graham
54cce02ddd [1.10.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.
Backport of 5e239ae907 from master
2016-12-20 08:30:41 -05:00
Tim Graham
2f95b91bbe [1.10.x] Made cosmetic edits to the "What happens when you save?" docs.
Backport of e2112a5e1a from master
2016-12-17 12:06:34 -05:00
Tim Graham
0d019287ee [1.10.x] Documented how to copy a OneToOneField.
Thanks Anton Gilgur for the report and review.

Backport of 2f44fa7f06 from master
2016-12-17 08:59:12 -05:00
Tim Graham
e1f93e2b1e [1.10.x] Refs #25550 -- Removed a deprecated reverse assignment example in docs.
Backport of 8dac9890a5 from master
2016-12-17 08:59:02 -05:00
Javier Rojas
bb9c9103e5 [1.10.x] Doc'd how ModelAdmin.list_display uses short_description.
Backport of 8ab8a8910c from master
2016-12-15 15:57:35 -05:00
Tim Graham
4086ff9ecb [1.10.x] Refs #27558 -- Isolated indexes test on MySQL.
MySQL schema changes must be done in TransactionTestCase.

Backport of f94475e526 from master
2016-12-15 13:53:54 -05:00
Tim Graham
34c1030eb9 [1.10.x] Corrected docs claiming AsGML is supported on Oracle.
Backport of ebb85d1e79 from master
2016-12-15 13:01:33 -05:00
Ben Wilkins
cdc343cac3 [1.10.x] Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns().
Backport of 9524fd9133 from master
2016-12-15 10:33:44 -05:00
Waldemar Kornewald
0d8cdb5bc4 [1.10.x] Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
Backport of b24af2f405 from master
2016-12-14 18:39:35 -05:00
Tim Graham
14fe184e17 [1.10.x] Fixed missing versionadded/changed annotations on docs.djangoproject.com.
Fixed a regression in bacdfbf3d1.

Backport of e5d3f98abc from master
2016-12-14 14:46:14 -05:00
Perry Roper
c2aa836c4f [1.10.x] Added Prefetch import to first use in QuerySet docs.
Backport of 3be2268992 from master
2016-12-14 13:57:32 -05:00
Tim Graham
7ff301ca00 [1.10.x] Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.
Backport of 2e9fa516fd from master
2016-12-14 07:30:09 -05:00
Tim Graham
ce9f56bb9c [1.10.x] Removed deprecated html_translator_class sphinx config option.
Backport of bacdfbf3d1 from master
2016-12-08 13:20:54 -05:00
ntuckovic
1b6649c6d1 [1.10.x] Fixed #27355 -- Added “Creating extension using migrations” docs.
Backport of 4de8aaf7ff from master
2016-12-08 13:20:33 -05:00
Doug Harris
d978b36414 [1.10.x] Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_model() docs.
Backport of 413216fb9f from master
2016-12-08 08:22:24 -05:00
Tim Graham
653d4558a5 [1.10.x] Removed some blank lines per isort.
Backport of ac06cb0e56 from master
2016-12-06 12:59:16 -05:00
Andreas Pelme
f1f4a7f5a9 [1.10.x] Fixed #27567 -- Fixed crash in the debug view when request.user errors.
Backport of 373140b07a from master
2016-12-06 12:58:40 -05:00
Sergey Fedoseev
6265ca25f3 [1.10.x] Fixed unrendered rows in GIS DB functions table in docs.
Cells in the first column must contain some text.
http://docutils.sourceforge.net/docs/dev/rst/problems.html#tables

Backport of d4822148d0 from master
2016-12-05 17:29:52 -05:00
Tim Graham
1ba49cd2c8 [1.10.x] Added stub release notes for 1.10.5.
Backport of 6d1394182d from master
2016-12-02 08:49:42 -05:00
Tim Graham
ced5ef14b8 [1.10.x] Post-release version bump. 2016-12-01 18:35:19 -05:00
Tim Graham
4c047e90b6 [1.10.x] Bumped version for 1.10.4 release. 1.10.4 2016-12-01 18:19:01 -05:00
Tim Graham
814541f945 [1.10.x] Added release dates for 1.10.4, 1.9.12, 1.8.17.
Backport of 9ea9686532 from master
2016-12-01 17:16:06 -05:00
Ed Morley
82ce55dbbe [1.10.x] Fixed #27558 -- Prevented redundant index on InnoDB ForeignKey.
The MySQL backend overrides _field_should_be_indexed() so that it skips
index creation for ForeignKeys when using InnoDB.
2016-12-01 12:25:37 -05:00
Simon Charette
4074fa9145 [1.10.x] Replaced RawSQL with Cast in Coalesce doc example.
Backport of ad8f6a45eb from master
2016-11-30 12:08:43 -05:00
Krzysztof Urbaniak
81b5971b1c [1.10.x] Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_default_language=False.
Backport of b8a815e9df from master
2016-11-29 13:42:37 -05:00
Andrew Nester
75de55f1f3 [1.10.x] Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.
Backport of ade52ef71f from master
2016-11-29 12:24:00 -05:00
Tim Graham
f2135fb732 [1.10.x] Fixed typo in docs/topics/auth/customizing.txt.
Backport of d7e6b8febd from master
2016-11-28 16:40:33 -05:00
Luke Murphy
e0292229d5 [1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.
Backport of c238da8942 from master
2016-11-25 07:19:32 -05:00
Daniel Musketa
471d72f81f [1.10.x] Rephrased an ambiguous sentence in docs/topics/signals.txt.
Backport of df2a5227c9 from master
2016-11-24 05:52:43 -05:00
Alex Scott
4f4d1a71d3 [1.10.x] Fixed typo in docs/topics/auth/customizing.txt.
Backport of da4c0e8cc9 from master
2016-11-24 05:41:46 -05:00
Tim Graham
63696982b8 [1.10.x] Normalized casing of "custom user model".
Backport of 93a081946d from master
2016-11-23 15:17:00 -05:00
Krzysztof Gogolewski
9f89ca41db [1.10.x] Fixed #24370 -- Recommended starting with a custom user model.
Backport of d02a03d574 from master
2016-11-23 14:43:57 -05:00
Ramiro Morales
a079d5ceed [1.10.x] Refs #26677 -- Simplified i18n test cleanups.
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 bb7bb379e8 from master
2016-11-23 07:18:59 -05:00
Ramiro Morales
c1bd4679e8 [1.10.x] Fixed #26677 -- Converted some i18n tests to use disposable FS tree.
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 faeeb84edf from master
2016-11-23 07:18:40 -05:00
Daniel Musketa
d0f417be1f [1.10.x] Fixed typo in docs/topics/signals.txt.
Backport of b5ef90192f from master
2016-11-23 06:55:22 -05:00
Henry Dang
047a62b3f7 [1.10.x] Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().
Backport of b1a9041535 from master
2016-11-22 13:58:30 -05:00
Daniel Musketa
0acb83b86e [1.10.x] Updated doc links to virtualenv website.
Backport of 66505b72c5 from master
2016-11-22 08:37:34 -05:00
Tim Graham
59ea6fd686 [1.10.x] Fixed #27511 -- Corrected Field.related_model docs about GenericRelation.
Backport of 55adfc0760 from master
2016-11-21 12:53:35 -05:00
François Freitag
89d16636be [1.10.x] Refs #23811 -- Corrected git bisect run example usage.
Backport of 0783aa7deb from master
2016-11-21 06:55:31 -05:00
Jonatas CD
02ac92888e [1.10.x] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().
Backport of b28c6ca763 from master
2016-11-17 12:39:56 -05:00
Tim Graham
fe8b55699a [1.10.x] Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.
Backport of 3ce212a23c from master
2016-11-16 07:28:51 -05:00
Mitchel Humpherys
04d4350649 [1.10.x] Fixed incorrect word choice in docs/topics/migrations.txt.
Backport of ae660cde5a from master
2016-11-16 07:01:17 -05:00
Simon Charette
b495d8e334 [1.10.x] Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse relationships.
Thanks Tim for the review.

Backport of 31a56e30cf from master
2016-11-15 20:50:41 -05:00
akki
d2fc204694 [1.10.x] Replaced "django" with "Django" in spelling_wordlist.
Backport of 74ed20b49a from master
2016-11-15 17:32:16 -05:00
Jonatas CD
af0f01558b [1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.
Backport of 9da45ff352 from master
2016-11-15 11:21:58 -05:00
Simon Charette
65cdded2c9 [1.10.x] Refs #25284 -- Corrected an obsolete implicit __in lookup example.
Thanks IRC alias rpkilby for the report.

Backport of 9e4fd3301d from master
2016-11-15 08:25:16 -05:00
Tim Graham
87e10af485 [1.10.x] Ignored flake8's newly added E305, E741, E743. 2016-11-14 18:22:39 -05:00
Jezeniel Zapanta
6a476bd229 [1.10.x] Fixed typo in docs/topics/db/multi-db.txt.
Backport of 48f45431eb from master
2016-11-11 12:41:35 -05:00
Ian Lee
25fe13d6b0 [1.10.x] Fixed typo in docs/ref/settings.txt.
Backport of 501c993010 from master
2016-11-11 07:02:08 -05:00