1
0
mirror of https://github.com/django/django.git synced 2025-03-17 12:50:46 +00:00

18567 Commits

Author SHA1 Message Date
Markus Holtermann
208d5c42e7 [1.7.x] Revert "[1.7.x] Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth"
This reverts commit 478546fcef38d95866a92bc44d10e15b26c7254c.

Backport of 2832a9b028c267997b2fd3dd0989670d57cdd08f from master
2015-02-07 20:50:15 +01:00
Markus Holtermann
e6ffe43b67 [1.7.x] Revert "[1.7.x] Refs #24075 -- Silenced needless call_command output while running tests"
This reverts commit b419bd38431b83eec93376cd911e2b17eb8e7342.

Backport of bd3d796ecd9a66832ad26024df65caeb63b60a5d from master
2015-02-07 19:57:50 +01:00
Josh Schneier
d3404c1ca8 [1.7.x] Fixed typos of "select_related" in docs.
Backport of 7d363ed43247a80d2b764723e1bf6e0e6da4e82f from master
2015-02-04 07:33:48 -05:00
Tim Graham
2401ef8682 [1.7.x] Demoted "Installing a distribution-specific package" in install notes.
Backport of 281fc03474ac18c8281ed4cf289128c87bda2030 from master
2015-02-03 16:38:09 -05:00
minusf
dfa0716664 [1.7.x] Fixed typos in docs/ref/forms/validation.txt.
Backport of 66f5aa9fa5d53ddd7fbdb7ddac39c429f0c1b4fd from master
2015-02-03 12:27:20 -05:00
Tim Graham
346451164e [1.7.x] Fixed broken links in class based views flattend index; refs #24250.
Backport of 9a391fbd6102176d576aa96ed3aeee9e9661b455 from master
2015-02-03 09:12:12 -05:00
Tim Graham
9c456ea8ff [1.7.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.
Backport of 5d193d042a3cc49033f0e8b5125913650d779496 from master
2015-02-03 08:42:53 -05:00
Tim Graham
e775200e05 [1.7.x] Simplified a versionchanged note for LiveServerTestCase.
Backport of 6d0538bd8c38e83a605c987a40081149b254b802 from stable/1.7.x
2015-02-01 21:07:38 -05:00
Andrei Kulakov
341a20ff6c [1.7.x] Updated recommendation for testing keyword arg in custom fields.
Backport of dbabf43920bfd99f0e720c7c20228c17128a2af8 from master
2015-01-30 08:30:07 -05:00
Tim Graham
39a8640e30 [1.7.x] Added stub 1.7.5 release notes.
Backport of ac6033d8835ac54c1222801f6aeb47f9997b517a from master
2015-01-28 06:39:22 -05:00
Tim Graham
b25101a0d0 [1.7.x] Post-release version bump. 2015-01-27 12:27:03 -05:00
Tim Graham
b626c289cc [1.7.x] Bumped version for 1.7.4 release. 1.7.4 2015-01-27 12:10:08 -05:00
Tim Graham
c93fb26527 [1.7.x] Added 1.4.19 release notes.
Backport of 6f8418089c5e81d12718187da2140394ed30da43 from master
2015-01-27 11:48:33 -05:00
Andriy Sokolovskiy
3d4a826174 [1.7.x] Fixed #24104 -- Fixed check to look on field.get_internal_type() instead of class instance 2015-01-27 14:40:39 +01:00
Collin Anderson
6dc6ec2188 [1.7.x] Fixed #24190 -- Clarified len(queryset)
Backport of ee23e03637aa8b82311f93b0a660574a0512891a from master
2015-01-24 10:18:19 -05:00
Claude Paroz
b1bf8d64fb [1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve()
This regression was caused by 818e59a3f0. The patch is a partial
backport of the new FileResponse class available in later Django
versions.
Thanks Raphaël Hertzog for the report, and Tim Graham and Collin
Anderson for the reviews.
2015-01-23 08:58:34 +01:00
Simon Charette
7b677fe063 [1.7.x] Fixed #24186 -- Fixed a typo in the admin docs.
Thanks to Keryn Knight for the report.

Backport of dccf41cff0f46a94aa1d853d1bad9052079bb454 from master
2015-01-20 11:57:00 -05:00
Markus Holtermann
70845c6809 [1.7.x] Refs #24163 -- Fixed failing Oracle test when migrating from ForeignKey to OneToOneField
Thanks Tim Graham for review

Backport of 64ecb3f07db4be5eef4d9eb7687f783ee446c82f from master
2015-01-20 17:46:37 +01:00
Tim Graham
7a1ccc0699 [1.7.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+
Backport of b19b81b3960ec2090d40be65547502a3386a769b from master
2015-01-19 15:41:29 -05:00
Tim Graham
3e803f9cbd [1.7.x] Designated Django 1.8 as the next LTS.
Backport of c38db4d7e072e9a5002cb4897d9104e5eaa292ed from master
2015-01-19 12:08:20 -05:00
Markus Holtermann
db2a97870d [1.7.x] Fixed #24163 -- Removed unique constraint after index on MySQL
Thanks Łukasz Harasimowicz for the report.

Backport of 5792e6a88c1444d4ec84abe62077338ad3765b80 from master
2015-01-19 17:25:05 +01:00
Tim Graham
bb2b4acc7a [1.7.x] Added deprecation docs for legacy lookup support; refs #16187.
Backport of 8e435a564034c59ac408ec71283d8ac6ede2ce1f from master
2015-01-19 10:45:55 -05:00
Tim Graham
07bd23d329 [1.7.x] Added missing items to deprecation timeline/1.7 release notes.
Backport of ecf109f2159f4581adb354263406116c2bda11d7 from master.
2015-01-18 21:26:19 -05:00
Tim Graham
bc3021b93b [1.7.x] Removed a flake8 exclude that caused code to be missed.
Backport of 2fa2068406cbef08bac3e2da9b69e86c6b931f57 from master
2015-01-18 20:48:47 -05:00
Tim Graham
af523573fc [1.7.x] Clarified deprecation of forms.forms.get_declared_fields(); refs #19617.
Backport of 89e9f81601f7a343690e1153e70fd56091246d0b from master
2015-01-18 16:07:48 -05:00
Tim Graham
e8191caca5 [1.7.x] Clarified a contrib.sites deprecation and added to 1.7 release notes.
Backport of ba27f895878bb155fefb8c1b9beee2c9f3d85b3f from master
2015-01-18 13:45:40 -05:00
Tim Graham
4df91d05e8 [1.7.x] Clarified contrib.contenttypes.generic deprecation; refs #19774.
Backport of 737cd4ff3decfd3e709885d219e70d8395305965 from stable/1.7.x
2015-01-18 13:43:47 -05:00
Tim Graham
eea66a6e97 [1.7.x] Added removal of check management command to deprecation timeline.
Backport of 20e4e8fc79af9a87fb48951d03d3747f1f550551 from master
2015-01-17 19:16:41 -05:00
Tim Graham
ecbe20fe20 [1.7.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #20702.
Backport of 7cfcdd98dcf0dbbde7cfd656e450c52342dbe6f3 from stable/1.8.x
2015-01-17 18:18:06 -05:00
Markus Holtermann
29737a2949 [1.7.x] Cleaned up migration writer tests
Backport of 65d55c409343aab7c2ae771c459720ef797b4cdb from master
2015-01-17 20:45:41 +01:00
Tim Graham
85c0eb1e3b [1.7.x] Replaced deprecated requires_model_validation in docs.
Backport of 18192b9fa4387d5e6c677a7929d91ce04f92cda7 from master
2015-01-17 12:52:34 -05:00
Tim Graham
467fd7ea1a [1.7.x] Updated tutorial 1 with actual migrate output. 2015-01-17 10:54:34 -05:00
Tim Graham
5f600db37a [1.7.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric.
Backport of 25264d4e2a4b3fd6a25e6b617388ea24f3d48d63 from master
2015-01-17 09:31:59 -05:00
Rick Hutcheson
be0bc9a9e7 [1.7.x] Fixed a typo in the test responses docs.
Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master
2015-01-16 18:24:48 -05:00
Collin Anderson
cef3f805c2 [1.7.x] Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.
Backport of 5338ff4808c822a8b00e90154b884b7be3011e60 from master
2015-01-16 12:03:15 -05:00
Tim Graham
433e7dd507 [1.7.x] Fixed #23312 -- Marked an i18n test as expectedFailure on Windows/Python 3. 2015-01-16 10:31:49 -05:00
Keryn Knight
bd08cfca6f [1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging.
Backport of 726a9550db5129badc1c44809b0bed728fa1ad90 from master
2015-01-16 09:42:03 -05:00
Tim Graham
065b2a82f6 [1.7.x] Fixed #24135 -- Made RenameModel rename many-to-many tables.
Thanks Simon and Markus for reviews.

Backport of 28db4af80a319485c0da724d692e2f8396aa57e3 from master
2015-01-15 20:43:49 -05:00
Markus Holtermann
b419bd3843 [1.7.x] Refs #24075 -- Silenced needless call_command output while running tests
Thanks Tim Graham for the report

Backport of 51dc617b21e67636d96cf645905797a4d6ff4bf0 from master
2015-01-15 21:13:27 +01:00
Luke Plant
327703c067 [1.7.x] Direct readers to format_html() in mark_safe() docs.
Backport of 4832c004e88a68b98b976b4f68a1c9fdb4ea3530 from master
2015-01-15 08:29:00 +00:00
Markus Holtermann
478546fcef [1.7.x] Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth
Thanks Florian Apolloner for the report and Claude Paroz and Tim Graham for the review and help on the patch.

Backport of 737d24923ac69bb8b89af1bb2f3f4c4c744349e8 from master.
2015-01-14 20:37:56 +01:00
Tim Graham
02c059ff7f [1.7.x] Fixed a static view test on Windows.
Backport of a6f144fd4fee0090de3a99b1f50a4142722e7946 from master
2015-01-14 13:57:10 -05:00
Tim Graham
2e2617991a [1.7.x] Added stub release notes for 1.7.4.
Backport of ec7ef5afbbd12abe74314d557aabb3d85d667749 from master
2015-01-14 09:48:06 -05:00
Tim Graham
f7ce66bc46 [1.7.x] Post-release version bump. 2015-01-13 14:14:05 -05:00
Tim Graham
6bf1930fb5 [1.7.x] Bumped version for 1.7.3 release. 1.7.3 2015-01-13 13:11:37 -05:00
Tim Graham
9b403a108c [1.7.x] Added dates to release notes. 2015-01-13 13:09:34 -05:00
Tim Graham
bcfb47780c [1.7.x] Fixed DoS possibility in ModelMultipleChoiceField.
This is a security fix. Disclosure following shortly.

Thanks Keryn Knight for the report and initial patch.
2015-01-13 13:02:56 -05:00
Tim Graham
818e59a3f0 [1.7.x] Prevented views.static.serve() from using large memory on large files.
This is a security fix. Disclosure following shortly.
2015-01-13 13:02:56 -05:00
Tim Graham
de67dedc77 [1.7.x] Fixed is_safe_url() to handle leading whitespace.
This is a security fix. Disclosure following shortly.
2015-01-13 13:02:56 -05:00
Carl Meyer
41b4bc73ee [1.7.x] Stripped headers containing underscores to prevent spoofing in WSGI environ.
This is a security fix. Disclosure following shortly.

Thanks to Jedediah Smith for the report.
2015-01-13 13:02:56 -05:00