1
0
mirror of https://github.com/django/django.git synced 2025-03-21 14:50:45 +00:00

18536 Commits

Author SHA1 Message Date
Shai Berger
991f523753 [1.7.x] Fixed #23969: Made Oracle default test-tablespace larger.
It seems our test suite has grown...
Refs #21775
2014-12-07 12:54:04 +02:00
Tim Graham
284496e692 [1.7.x] Fixed #23965 -- Mentioned that FieldFile inherits from File
Backport of 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f from master
2014-12-06 11:52:22 -05:00
wrwrwr
a80e4817a7 [1.7.x] Cleaned up a note in docs/topics/db/sql.txt.
Backport of 34a06d99e0fc96a0f0648bfde141d342e963e971 from master
2014-12-06 09:26:16 -05:00
Peter Inglesby
00018642c9 [1.7.x] Fixed typo in docs/ref/applications.txt.
Backport of 0fde2ca0368928bb8ee16b06b8ca33031bb779b7 from master
2014-12-06 09:23:37 -05:00
Claude Paroz
01e117abf0 [1.7.x] Fixed documentation of GeoModelAdmin.openlayers_url
Backport of e3091350 from master.
2014-12-06 12:47:42 +01:00
Tim Graham
6a94c97729 [1.7.x] Corrected example in Form.has_changed() docs.
Backport of ebfadb808043c689b19cfee818c10f63866ee8fc from master
2014-12-05 13:17:36 -05:00
Young Yang
58e0d6bdbc [1.7.x] Fixed #23955 -- Corrected formset fields in topic guide.
Backport of f0c7a6f36005d489e049236922abe0bd3a3eac2c from master
2014-12-05 11:33:16 -05:00
Claude Paroz
6ba960266a [1.7.x] Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Thanks adityagupta104 for the report and Tim Graham for the review.
Backport of 8d7a48027e from master.
2014-12-04 21:39:32 +01:00
Tim Graham
d57124433f [1.7.x] Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.
Thanks wkornewald for the report and Markus Holtermann for review.

Backport of 765fa36d57d08d0568438f6fd74521e7a56abb61 from master
2014-12-04 10:59:05 -05:00
Tim Graham
e8c88c93ec [1.7.x] Fixed typo in aggregation docs. 2014-12-03 20:10:28 -05:00
Benjamin Bach
48bd44670b [1.7.x] Documented a current limitation of multiple table annotation; refs #10060.
Backport of 4b23a6c7a9232cc07ec95fe98be17efbd4449822 from master
2014-12-03 19:19:28 -05:00
Theodoros Ikonomou
82c0c7b34f [1.7.x] Fixed typo in docs/ref/request-response.txt.
Backport of 49d034fff21213b369c08b39772e0437c3cc723b from master
2014-12-03 18:44:06 -05:00
Tim Graham
5219a02fda [1.7.x] Added a test to verify headers set by default middleware; refs #23939.
Backport of 50c1d8f24b0d04c813b3dd34720df86446091afa from master
2014-12-03 14:17:05 -05:00
Tim Graham
38960a5dd8 [1.7.x] Fixed assertion from refs #23939 test.
The assertion is different on master due to
393c0e24223c701edeb8ce7dc9d0f852f0c081ad.
2014-12-03 14:09:23 -05:00
Tim Graham
99c0cc5300 [1.7.x] Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware.
Thanks andrewbadr for the report and Carl Meyer for the review.

Backport of b06dfad88fb12a927c86a1eb23064201c9560fb1 from master
2014-12-03 13:42:02 -05:00
Gavin Wahl
e9975ed3cd [1.7.x] Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.
Backport of dee4d23f7e703aec2d1244e4facbf7f4c88deed5 from master
2014-12-03 08:32:59 -05:00
Tim Graham
de92c61e40 [1.7.x] Added some directories on Jenkins to flake8 exclude.
Backport of 53908c1f934b32e83e9fa34c14910b1837f7f610 from master
2014-12-02 18:42:14 -05:00
Tim Graham
0a70d63b0b [1.7.x] Tweaked fix for refs #23946; thanks Claude.
Backport of 5c773447c3239a297b22929f0df15d2971d72e77 from master
2014-12-02 15:58:49 -05:00
Andriy Sokolovskiy
2d0d6cadd4 [1.7.x] Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.
Backport of bba545345f46f09245799f7ae0a22177a84eba71 from master
2014-12-02 12:02:18 -05:00
Kamil Braun
ccc30ffe57 [1.7.x] Fixed #23934 -- Fixed regression in admin views obj parameter.
Backport of 0623f4dea46eefba46efde6c6528f7d813ef4391 from master
2014-12-02 08:43:59 -05:00
Claude Paroz
3a42d9730c [1.7.x] Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Thanks James Rivett-Carnac for the report and Markus Holtermann
for the review.
Backport of e11c6fd21 from master.
2014-12-02 09:02:54 +01:00
Tim Graham
bc5bb3e1a0 [1.7.x] Fixed selenium test failure of JavascriptI18nTests.
The failure was introduced in dd1ea70779adff294140eddb0229c382e12f32f3.
The tests wouldn't start due to a "Dependency on unknown app" error.

Backport of b8cc5f3cd4c70518dceb894edf9717abff79f0b4 from master
2014-12-01 17:04:44 -05:00
Tim Graham
943b1047de [1.7.x] Fixed flake8 warnings.
Backport of 392e11945fa246d751d23bb515703fcaf55dfa26 from master
2014-12-01 16:01:18 -05:00
Markus Holtermann
ba3e976186 [1.7.x] Fixed #23880 -- Added missing index_together handling for SQLite
Backport of d2202ec2d4d0477b682c6d0051f27ab4843ef89f from master
2014-12-01 16:00:36 -05:00
Shai Berger
d62e16fe46 [1.7.x] Restored the 'TEST_' prefix in the warning about deprecated test database settings
Backport of 88edce2abb from master
2014-12-01 02:18:16 +02:00
Claude Paroz
25e0329fbe [1.7.x] Removed instructions to create a PostgreSQL cluster in GIS docs
Creating a new cluster is neither required not recommendable for
most users. The previous section explains how to create a user
with sufficient permissions to automatically create a database
during tests.
2014-11-29 11:22:08 +01:00
wrwrwr
3ac39bb63d [1.7.x] Added notes on registering signals in ready() and using dispatch_uid.
Refs #23641.

Backport of d66bda60590daabe21f60a532a613a31a10fedbd from master
2014-11-27 11:23:43 -05:00
wrwrwr
e3ea5d4dad [1.7.x] Fixed typo in docs/topics/forms/modelforms.txt.
Backport of a15aba66f2fc650f70a791fb7fa880cf85cb1229 from master
2014-11-27 10:54:09 -05:00
Berker Peksag
8819f6f7c9 [1.7.x] Fixed #23847 -- Improved the email_check example in the auth documentation.
Backport of 87bd13617c57a806deb550e3af1c06ce00517a9c from master.
2014-11-27 11:57:54 +01:00
Carl Meyer
6f65bd1cf0 [1.7.x] Fixed #23872 -- Removed sensitivity of migrations tests to CWD.
Backport of 47b7f601eeb93bd7a91f87b77da658212f2f2314 from master.
2014-11-26 17:36:04 -07:00
Kenial Lee
5f79da5814 [1.7.x] Fixed #23901 -- Documented how to use SpatiaLite with Homebrew.
Backport of cc870b8ef5e3464c6f051e3ef0a25dfc4b597452 from master
2014-11-26 14:05:21 -05:00
Luke Plant
87254532fb [1.7.x] Release notes for ff3d746e8d8e8fbe6de287bd0f4c3a9fa23c18dc
Backport of 8b15018fd57b7b10df321b61a17601982660ebdc from master
2014-11-26 08:22:49 +00:00
Luke Plant
8e3c3be32d [1.7.x] Fixed bug in circular dependency algo for migration dependencies.
Previous algo only worked if the first item was a part of the loop,
and you would get an infinite loop otherwise (see test).

To fix this, it was much easier to do a pre-pass.

A bonus is that you now get an error message that actually helps you debug
the dependency problem.

Backport of ff3d746e8d8e8fbe6de287bd0f4c3a9fa23c18dc from master, with
additional tests from c5def493d0993d65bf7d96f0a204006cbeaa6178
2014-11-26 08:15:33 +00:00
Simon Charette
2a20bccda9 [1.7.x] Fixed #23754 -- Always allowed reference to the primary key in the admin
This change allows dynamically created inlines "Add related" button to work
correcly as long as their associated foreign key is pointing to the primary
key of the related model.

Thanks to amorce for the report, Julien Phalip for the initial patch,
and Collin Anderson for the review.

Backport of f9c4e14aeca7df79991bca8ac2d743953cbd095c from master
2014-11-25 13:32:24 -05:00
Simon Charette
f46ebc680b [1.7.x] Added warning about get_inline_instances() permission checking; refs #23754.
Backport of e0d1f2684ae60573b209783f9fd4f9db163ad704 from master
2014-11-25 13:15:02 -05:00
Redouane Zait
f671905fdb [1.7.x] Fixed #23898 -- Added missing context to admin's deleted_selected view.
Backport of 8e7b384d89db67e450aef1f2eb9a12703a5942e9 from master
2014-11-25 11:27:30 -05:00
Richard Olsson
3350531ceb [1.7.x] Fixed typo in docs/ref/django-admin.txt
Backport of c1552af1fe5832011e3b1c3e5b40c20ff3dbe6f9 from master
2014-11-25 07:51:58 -05:00
Tim Graham
299e7718cf [1.7.x] Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency.
Backport of 1dbdc03382 from master
2014-11-24 15:59:43 -05:00
Sergey Fedoseev
78fe7ec14f [1.7.x] Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode.
Backport of 1e9ac504e4 from master
2014-11-24 15:55:43 -05:00
Tom V
014f699c8b [1.7.x] Fixed typo in django/utils/decorators.py comment.
Backport of d049b36f91538595b9c7cdb7a1506c130803d226 from master
2014-11-24 10:46:28 -05:00
Luke Plant
9d0e61f04d [1.7.x] Further fixes to the migration notes for get_query_set
This rename is very tricky for the case of subclasses which define
get_query_set and haven't been updated yet, which applies to all projects in
the form of RelatedManager from Django 1.5.

Backport of 0c623da66406d1f20b5e26d497d57da5ad0de066 from master
2014-11-24 15:35:31 +00:00
Danilo Bargen
60cf46fdf5 [1.7.x] Fixed #23543 -- Added docs on testing management command output.
Backport of cdee8659763ee7044c1507bcd2202581b1744f0b from master
2014-11-24 10:29:14 -05:00
Luke Plant
e10c5a8fdd [1.7.x] Better migration docs for get_query_set -> get_queryset
This way they won't need to fix things again when get_query_set disappears

Backport of 91e2780dfba5609b0f83d51aee1cf7e8fe78b1f7 from master
2014-11-24 10:17:27 +00:00
Kevin Ndung'u
22d292e23b [1.7.x] Fixed #23900 -- Added missing imports in code example.
The Preventing header injection example included
classes that are not imported.

Thanks to Collin Anderson and Berker Peksağ for the
reviews.

Backport of 0d74209ef66111f29f122d5f5fdf8e2964890cc5 from master.
2014-11-23 23:08:13 +01:00
Carl Meyer
2d06c112d1 Revert "[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compatible"
This reverts commit 8014001d9287d516c58be80ad71fb63593648b3d.

Adding kwargs to deconstructed objects does not achieve useful
forward-compatibility in general, since the additional kwargs are silently
dropped rather than having their expected effect. In fact, it can cause the
failure to be more difficult to debug. Thanks Shai Berger for discussion.
2014-11-22 22:26:58 -07:00
Carl Meyer
8014001d92 [1.7.x] Fixed #23892 -- Made deconstructible classes forwards compatible
Backport of f36151ed169813f2873e13ca9de616cfa4095321 from master.
2014-11-22 14:33:46 -07:00
Claude Paroz
4592059484 [1.7.x] Updated an old note about GEOSGeometry.transform
Backport of b0a58b9085b from master.
2014-11-22 13:26:49 +01:00
Simon Charette
cc5aa809e2 [1.7.x] Fixed typo in forms/models.py comment.
Backport of a7c3d0f288a66d327e71476e9a9bfcc791602b8c from master
2014-11-21 15:59:54 -05:00
Stanislas Guerra
4ea39230fc [1.7.x] Fixed #23778 -- Added a doc section on using the Django runner for reusable apps.
Backport of 06726965c3e53e9a6b87e1532951a93d5f94f426 from master.
2014-11-21 13:07:45 -07:00
Alasdair Nicol
f91c6ecc22 [1.7.x] Fixed #23865 -- documented how to assign errors to a field in Model.clean()
Also added a unit test wit the simpler syntax which we have documented,
where the dictionary values are strings.

Backport of 5b26a014a81ba0d404d46e11d2b45c01d92b97e5 from master
2014-11-21 13:02:40 -05:00