1
0
mirror of https://github.com/django/django.git synced 2025-03-14 11:20:46 +00:00

7068 Commits

Author SHA1 Message Date
Markus Holtermann
a38951948a [1.7.x] Fixed display of lists after website redesign
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197

Backport of c7786550c4ed396b8580db58f7da60e850894d19 from master
2014-12-17 08:24:27 -05:00
Alex Gaynor
ebfb1dab26 [1.7.x] Fixed the formatting of one section of the security page
Backport of 104aaab7049afc6ef456fee52763f6d4f7dd575d from master
2014-12-16 19:01:06 -05:00
Tim Graham
c085bea6c3 [1.7.x] Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.
Thanks kmmbvnr for the report.

Backport of d2ff8a7241b621b8013c7ec1631e95ae4445f76d from master
2014-12-16 18:39:19 -05:00
Andriy Sokolovskiy
10482faf19 [1.7.x] Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to to non-empty table.
Backport of 3dbbb8a89ca4beaabd5359fe82e32ed633b15140 from master
2014-12-16 10:56:35 -05:00
Andriy Sokolovskiy
fdf4dc6cea [1.7.x] Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.
A default is no longer required.

Backport of d8f3b86a7691c8aa0ec8f5a064ad4c3218250fed from master
2014-12-15 14:58:01 -05:00
Tim Graham
4cc646bb56 [1.7.x] Fixed typos in docs/releases/1.7.2.txt.
Backport of d39461eb46b2d11051940e16818baf2f0e1b894d from master
2014-12-15 13:43:34 -05:00
Andriy Sokolovskiy
1690b92b0d [1.7.x] Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().
Backport of 089047331d972c0ee58d13476fc54f2118bf1359 from master
2014-12-15 13:42:08 -05:00
JuneHyeon Bae
eb632bfba5 [1.7.x] Fixed timesince translations for Korean
Refs #23989.
2014-12-14 16:47:06 +01:00
Shai Berger
9189ef438e [1.7.x] Added release note for Refs #23969 2014-12-13 22:57:25 +02:00
Tim Graham
e905d4984d [1.7.x] Updated advice on six.moves.range/xrange; refs #23812.
Backport of bc88ec550afd5ce972b8c902572c6447d89c0cc9 from master
2014-12-13 13:42:45 -05:00
Carl Meyer
0a8b911582 [1.7.x] Fixed #23455 -- Accept either bytes or text for related_name, convert to text.
Backport of c72eb80d114fb5d90bd21b5549e8abd0bbd17f99 from master.
2014-12-12 13:13:57 -07:00
Carl Meyer
b376071936 [1.7.x] Fixed #23982 -- Added doc note on generating Python 2/3 cross-compatible migrations.
Thanks Luke Plant for the report, and Tim Graham, Simon Charette, and Markus
Holtermann for review and discussion.

This is a backport of d4bdddeefe35214f194cb85e40dbb761c206e7fa from master.
2014-12-12 13:09:59 -07:00
Carl Meyer
f8b4cf4022 [1.7.x] Revert "Fixed #23455 -- Forced related_name to be a unicode string during deconstruction."
This reverts commit 45bd7b3bd9008941580c100b9fc7361e3ff3ff0d.

This is a backport of 8aaf51f94c70e3cfcd2c75a0be1b6f55049d82d8 from master.
2014-12-12 13:09:04 -07:00
Tim Graham
c64286c62b [1.7.x] Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline.
Thanks amarandon for the report.

Backport of c7a19f42030c15ad3b3475ad9a4854e10733ff74 from master
2014-12-12 11:49:44 -05:00
Grzegorz Slusarek
4b96e862b4 [1.7.x] Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.
Backport of 0dea81cd6d34b3e41cc4bbec99b5fdf06142b09e from master
2014-12-12 08:50:38 -05:00
Tim Graham
a189e9f0d0 [1.7.x] Appeased spell checker.
Backport of 6a141832ab9be30d1bde4794560897bcdbe68fb6 from master
2014-12-11 14:44:27 -05:00
Markus Holtermann
f446acf8bb [1.7.x] Fixed #23956 -- Fixed migration creation for multiple table inheritance
Backport of 44927ba817a4ecf9834d429ff6c86bc5ac961305 from master
2014-12-11 13:28:57 -05:00
Yohan Boniface
491bf20d19 [1.7.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.
Backport of 38fc463fbfb9b74c38f1e8c33e4c99bc2274a880 from master
2014-12-11 12:12:33 -05:00
Tim Graham
da562d6a87 [1.7.x] Fixed #23961 -- Clarified when makemigrations will create a directory.
Backport of fa6e3a40e1866b64eb30e0dfbd43b340c0d831da from master
2014-12-09 07:31:33 -05:00
Tim Graham
6022da4f48 [1.7.x] Fixed #23974 -- Clarified wording of FileField.save/delete save parameter.
Thanks GreenAsJade.

Backport of 1aa41dd000e0779c8b1de1f8e7aa4a0f2f752655 from master
2014-12-08 13:18:23 -05:00
Jon Dufresne
4862eb6e5b [1.7.x] Refs #23964 -- Added warning about case-insensitive, unique fields used with formsets
Backport of 4d27d72d149b714431b77f2f15bad1591a9602b7 from master
2014-12-08 12:58:26 -05:00
Berker Peksag
b249d4dcc7 [1.7.x] Added an "htmlview" target to open docs after building them.
This is helpful if you build and test documentation updates in
your development env.

Copied from CPython's Doc/Makefile.

Backport of b327a614eb7d885441c6a2575e10b70ac1352aae from master
2014-12-08 07:24:07 -05:00
Quentin Pradet
614cbf1c3c [1.7.x] Fixed typo in docs/howto/custom-lookups.txt.
Backport of 6bc343d8749b3698dd15d1de59dfc02928bb772c from master
2014-12-08 07:20:00 -05:00
Vladimir Rutsky
44527ac346 [1.7.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.
Backport of 1a408e42eef34d8302da06fcbeaccfa6395d1c92 from master
2014-12-07 12:25:46 -05: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
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
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
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
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
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
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