1
0
mirror of https://github.com/django/django.git synced 2025-04-07 15:06:47 +00:00

23028 Commits

Author SHA1 Message Date
Daniel Musketa
471d72f81f [1.10.x] Rephrased an ambiguous sentence in docs/topics/signals.txt.
Backport of df2a5227c90d60bdae154ac5acc0436a6ed1f953 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 da4c0e8cc90d8a43908524f6b85135e60582feb7 from master
2016-11-24 05:41:46 -05:00
Tim Graham
63696982b8 [1.10.x] Normalized casing of "custom user model".
Backport of 93a081946d92da010c7de62dc58e697c6c33e5d3 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 d02a03d574b6623ce0d648dd676ae278d46375fb 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 bb7bb379e8cd91a91336946829519d64e919a1d2 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 faeeb84edfebecf5a5f40df9ef816e5f1cd457c6 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 b5ef90192fa4e1ebcf8c5d4abacb1caaefdc2008 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 b1a9041535db5d03dab7f205669f0ab7a47de854 from master
2016-11-22 13:58:30 -05:00
Daniel Musketa
0acb83b86e [1.10.x] Updated doc links to virtualenv website.
Backport of 66505b72c58099ded7420a7f90792d5bdf48ff01 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 55adfc076030fc6be2c8d459c4c0a5c91cd4c94c 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 0783aa7debc6720306e7f345e5beace07febba64 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 b28c6ca7631e13ea29490bf51a367ab10198c74c 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 3ce212a23c55c0e2fb99a632afdf04d03cf41e74 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 ae660cde5a426f1a843b5bfdf8aadc12a54fa143 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 31a56e30cfb3c8e1a9373e5abdd12b5b23d5d910 from master
2016-11-15 20:50:41 -05:00
akki
d2fc204694 [1.10.x] Replaced "django" with "Django" in spelling_wordlist.
Backport of 74ed20b49ade9f1cbd9af294e35478d8e0f59344 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 9da45ff352db1d1b7c64e5c724e9b0b31822b967 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 9e4fd3301d0a4e40cab8df4b51a2b04274f61da0 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 48f45431eb588c9193408fc7b58e8ccf9c179568 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 501c9930101060d63fb5c25c1dc0154a6c23b775 from master
2016-11-11 07:02:08 -05:00
Joseph Kahn
7fd379719a [1.10.x] Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.
Backport of 373c6c409c310cb61e1e9c9aff4adba379ffd0b4 from master
2016-11-09 10:27:33 -05:00
Tim Graham
3dc480fcd2 [1.10.x] Inlined a note in docs/ref/models/expressions.txt.
Backport of 0d6c7cae7c4bc3ecd12c5a0d929384f3aa3e90d1 from master
2016-11-09 08:21:17 -05:00
Jop Reyntjes
89d960121d [1.10.x] Fixed #27414 -- Doc'd that F() expressions on relations return pk values.
Backport of f8fab6f90233c7114d642dfe01a4e6d4cb14ee7d from master
2016-11-09 07:13:24 -05:00
Mariusz Felisiak
bc74bc1f35 [1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.
Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master
2016-11-08 16:34:32 -05:00
Claude Paroz
9b7c196294 Fixed #27455 -- Fixed contrib.auth link in Chinese translation 2016-11-07 20:27:04 +01:00
Krzysztof Żuraw
07db0e068f [1.10.x] Fixed #27133 -- Doc'd how to provide initial data with migrations.
Backport of eaa6ea2f37509f2e54de5268f32469deeff89eb9 from master
2016-11-06 12:52:09 +01:00
Leila20
a2d2d455b6 [1.10.x] Fixed typo in django/forms/widgets.py comment.
Backport of 656654fb5b82fa8d18016399c7676f310bafcd1c from master
2016-11-06 11:56:02 +01:00
Krzysztof Gogolewski
70d9effa02 [1.10.x] Adjusted documentation of migration related commands.
Backport of d1dbaeaadb659e61c8f351457c25cac1604675bb from master
2016-11-05 22:21:32 +01:00
Tim Graham
59bbacf88d [1.10.x] Updated "fork Django on GitHub" link.
Backport of b741fe397aa567dd43d3e9dbd9fb5ecca6eab412 from master
2016-11-04 05:48:54 +01:00
Pamela McA'Nulty
74e93b072a [1.10.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 2c4d15e31989ba31687fa16e889eb1bff1c9c574 from master
2016-11-04 05:13:10 +01:00
Tim Graham
2527d0aaaa [1.10.x] Fixed #27425 -- Removed obsolete "developers for hire" FAQ.
Backport of 58eca7c49c6059942ca99e6f08dbc626ba8638b2 from master
2016-11-03 12:50:44 +01:00
Tim Graham
b04594135f [1.10.x] Added CVE-2016-9013,14 to the security release archive.
Backport of b8ae2c16cfc4bf88c1720eafd8e35438181a7413 from master
2016-11-01 10:48:41 -04:00
Tim Graham
942dfccc46 [1.10.x] Post-release version bump. 2016-11-01 10:22:08 -04:00
Tim Graham
46b40274dd [1.10.x] Bumped version for 1.10.3 release. 1.10.3 2016-11-01 09:36:44 -04:00
Tim Graham
884e113838 [1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
This is a security fix.
2016-11-01 09:36:44 -04:00
Marti Raudsepp
34e10720d8 [1.10.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle.
This is a security fix.
2016-11-01 09:36:44 -04:00
Tim Graham
3f8fcfbf3c [1.10.x] Added stub release notes for 1.9.11/1.8.16. 2016-11-01 09:36:44 -04:00
Andrew Nester
acacf54fa1 [1.10.x] Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with SuspiciousOperation.
Backport of 1ce04bcce0076360623ae164afd3541a5c031af2 from master
2016-11-01 07:18:06 -04:00
Henry Dang
157607cb6c [1.10.x] Fixed #27400 -- Documented {% static %} encoding change in 1.10.
Backport of 9c2e1ad6a5f0ca98d68df7afdb13715921949c5a from master
2016-10-31 16:11:07 -04:00
Timothy Allen
355917f7c4 [1.10.x] Updated docs/topics/db/queries.txt examples to use print() function.
Backport of 5595db9504ca3fe431f04f853ac8b71edac012c9 from master
2016-10-31 15:23:14 -04:00
Tim Graham
052578879d [1.10.x] Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.
Backport of de91c172cfda624451fab9a87be92cc0d32e1fcf from master
2016-10-31 15:19:21 -04:00
Krzysztof Urbaniak
a7dabe4216 [1.10.x] Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as the language.
Backport of a01d887a3ad9029ed198b6af974534fec46223f9 from master
2016-10-31 14:33:42 -04:00
Krzysztof Urbaniak
62c9894b34 [1.10.x] Added additional tests for translation's get_language_from_path().
Backport of ee06689878e87e45d3c2402dd5e3bb3ba2a79bcf from master
2016-10-31 14:33:29 -04:00
medmunds
59001ca213 [1.10.x] Fixed #27382 -- Doc'd that ugettext_lazy() should be converted to text for non-Django code.
Backport of d3708aeb26032911897e213a300c8b8ea5c5a345 from master
2016-10-29 07:25:22 -04:00
Zach Wernberg
92bcc9cfbf [1.10.x] Corrected TooManyFieldsSent doctring for GET requests.
Backport of 6c994013e242bad67264d445b0bd4c0772bffdb4 from master
2016-10-27 18:45:11 -04:00
Adam Chainz
3ea9e3baf9 [1.10.x] Documented that cache keys are strings rather than bytes.
Backport of 968f61b99180a17e1752432df38f28f192c6cf86 from master
2016-10-27 15:50:06 -04:00
mark-summerfield
261c6c0447 [1.10.x] Described PostgreSQL as more scalable than SQLite.
Backport of 4584bc3a1e3d610eb001cdfffa8ef18863fc03d3 from master
2016-10-27 09:14:37 -04:00
Tim Graham
df66aee856 [1.10.x] Updated "running the tests" to use 'pip install -e'.
Backport of d84ffcc22b2a0dbc0a44a67d56da7e3647e2f87a from master
2016-10-27 08:44:10 -04:00
Jon Dufresne
dda9a5928a [1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method.
Thanks Tim Graham for the review and edits.

Backport of c74378b from master
2016-10-26 19:33:25 -07:00