1
0
mirror of https://github.com/django/django.git synced 2025-01-19 06:43:15 +00:00

20206 Commits

Author SHA1 Message Date
Sławomir Ehlert
178b8fbdcd [1.8.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txt
Backport of 64ed8cdc9f2f7333b2a9fd6b318f520278c39293 from master
2015-05-06 09:59:10 -04:00
Anssi Kääriäinen
5b5858575c [1.8.x] Fixed #24752 -- query crash when reusing Case expressions
Case expressions weren't copied deep enough (self.cases list was
reused resulting in an error).

Backport of 7b05d2fdaed582662d8f79130932f600f4f966a0 from master
2015-05-05 11:38:48 -04:00
Abhaya Agarwal
eb00b427fc [1.8.x] Fixed #24736 -- Documented the Sitemap.limit attribute
Backport of 9096e2b5f75abf8e8882937bd3c3d47ccdc24e25 from master
2015-05-05 09:22:54 -04:00
Milan Broum
0d6b7e4a88 [1.8.x] Allowed using the sqlite3 backend as much as possible without _sqlite3.
The inner import was dropped during the reorganizing of the database
backends in commit 28308078f397d1de36fd0da417ac7da2544ba12d.

Backport of 95058606c89ba2dc95205487fa837ec39cf41ed5 from master
2015-05-04 13:00:23 -04:00
Tim Graham
efb9860432 [1.8.x] Used a simpler word that doesn't fail the spelling checker.
Backport of 17b1f7886c276086bbb471c0d5c3b510319f8bbb from master
2015-05-04 10:55:57 -04:00
Aymeric Augustin
4c880428d9 [1.8.x] Added release notes for previous commit.
Backport of 81f7651 from master
2015-05-04 07:42:50 +02:00
Aymeric Augustin
1f0a6082ec [1.8.x] Fixed #24685 -- Fixed check for template name unicity.
Thanks Preston Timmons for the report.

Backport of 1563b89 from master
2015-05-04 07:39:28 +02:00
José Padilla
0c79932881 [1.8.x] Fixed typo in translation import statement
Backport of b0bd1f0e19857ed8c085f4621c5b7fcfde5ec040 from master
2015-05-02 20:21:36 +02:00
Tim Graham
f0f8116a5f [1.8.x] Added stub release notes for 1.8.2.
Backport of 3cb386b8c2b2d7d72a3778c89d5d1f997fa0cad8 from master
2015-05-01 16:52:46 -04:00
Tim Graham
47374103de [1.8.x] Post-release version bump. 2015-05-01 16:46:49 -04:00
Tim Graham
3d128dcadd [1.8.x] Bumped version for 1.8.1 release. 1.8.1 2015-05-01 16:26:55 -04:00
Tim Graham
cc9eeceee2 [1.8.x] Added dates to release notes.
Backport of 06aaed41a4a9b8da8aca5854a45e457c0b72210e from master
2015-05-01 16:25:06 -04:00
Tim Graham
d7ea279f76 [1.8.x] Fixed #24724 -- Fixed GIS initialization crash on Windows.
Backport of 3c4fca271bd6850d252c4b637871e597484804d1 from master
2015-05-01 16:18:53 -04:00
Tim Graham
77ed1548f2 [1.8.x] Fixed #24676 -- Fixed help text positioning in `contrib.admin` filter_* widgets.
Backport of 2c3ce26beb254101f12fa69cc341ba9aeae62029 from master
2015-05-01 15:32:45 -04:00
Dave Hodder
53031cce42 [1.8.x] Updated capitalization in the word "JavaScript" for consistency
Backport of 08c980d752bc7f31f146facadfec3d284c4115c6 from master
2015-05-01 13:27:40 -04:00
daphshez
c45fd57f68 [1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales.
Backport of 57202a112a966593857725071ecd652a87c157fb from master
2015-05-01 10:30:19 -04:00
Aric Coady
6b05d3a2e3 [1.8.x] Fixed #24729 -- Removed test db flush when using --keepdb. 2015-04-30 09:50:46 -04:00
Claude Paroz
cb370f8510 [1.8.x] Updated translations from Transifex
Updates for languages: Indonesian, Belarusian, Persian, and Dutch.
2015-04-30 14:27:51 +02:00
Tim Graham
556b1c8ad3 [1.8.x] Fixed model_regress test failure on non-ASCII path; refs #24717.
Backport of 29e90f3ae0b0b72bbdf342e0136414bff917c6a6 from master
2015-04-30 08:13:30 -04:00
Markus Holtermann
bf4dc5733f [1.8.x] Fixed #24725 -- Allowed renaming of target models in ManyToMany relations
This is a regression caused by introducing rendered migration states in
1aa3e09c2043 and the _meta refactoring in fb48eb05816b.

Thanks to Danilo Bargen for reporting the issue and Marten Kenbeek and
Tim Graham for triaging the bug and providing the initial test case.

Backport of 63f9b633f9cb620a4c4764b47dca127706a8d7b4 from master
2015-04-30 13:46:24 +02:00
Dmitry Medvinsky
49dea4164a [1.8.x] Added translation.override() context manager to docs.
Backport of cf34ee68f0d70cfbcba40524b5d1086ad94874e1 from master
2015-04-29 21:23:22 -04:00
Tim Graham
afae8ff916 [1.8.x] Fixed #24665 -- Clarified model field flag defaults.
Backport of 2b086229a2a6c786e32da37b6b122c2cc894450f from master
2015-04-29 20:41:07 -04:00
David D. Riddle
8c58caaf9d [1.8.x] Fixed #24717 -- Fixed model_regress test failure on RHEL6 SCL
The test failed on RHEL6 systems running python 2.7 from a RedHat
Software Collection (SCL) because this test runs an external python
script with a stripped system environment. RedHat SCLs work by setting
a number of system environment variables when these are stripped out by
this test the python 2.7 interpreter is no longer able to function
properly because it can not find the system libraries needed.

Now we use use mock to modify the system environment directly.

Backport of 31e6c9c8e310e68a96c1f76b9657242c6cecaa4d from master
2015-04-29 12:28:39 -04:00
Baptiste Mispelon
d5fb31da17 [1.8.x] Used full variable names instead of abbreviation in examples
Thanks to Andrew Ingram for the report.
Backport of 683ece0ec8d12d5e4f8656759ad87ace5792e2d1 from master.
2015-04-29 17:24:03 +02:00
Mounir
ec23572f12 [1.8.x] Fixed typo in docs/topics/i18n/translation.txt
Backport of 25b52d04f6eace3b702adf7c6ab68daf1867c7e3 from master
2015-04-28 12:53:38 -04:00
Aric Coady
b67bd1b483 [1.8.x] Fixed #24719 -- Restored the ability to use interators as queryset related object filters.
Backport of 9c2d8cde77ee6edd407e92f93eacd4624290394f from master
2015-04-28 11:00:58 -04:00
Alasdair Nicol
c37eb3c870 [1.8.x] Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Backport of eaeea6f94701547ce1b50dbcf5cf71460e9e4c91 from master
2015-04-28 09:31:35 -04:00
Alasdair Nicol
5105c1628d [1.8.x] Used assertIsInstance in tests.
Backport of d91321e8be0d8e52546026d461b14157d565870c from master
2015-04-27 08:42:52 -04:00
Tim Graham
8fa763a983 [1.8.x] Fixed #24704 -- Clarified system check interaction with runserver.
Backport of 0f2e82b9ec9797147945a6f9a402b5ae0fb1d9f4 from master
2015-04-25 15:06:45 -04:00
Markus Holtermann
419f296259 [1.8.x] Fixed #24701 -- Converted model manager names to unicode in migrations
Thanks to Reto Aebersold for reporting the issue and Tim Graham and
Claude Paroz for the review.

Backport of faad6070ee2eeea270c76381f9ca5999bf1ac15f from master
2015-04-25 18:18:40 +02:00
Adam Zapletal
fc342bff94 [1.8.x] Fixed a typo and formatting consistency in testing tools docs
I changed "appears" to "appear" and emphasized the word "not" to match
the rest of the document.

Backport of 0cf7477ed839517e203e4b5aad414707cb401d30 from master
2015-04-25 12:24:54 +02:00
Nik Nyby
9e647ce86f [1.8.x] Added missing comma in LocMemCache example.
Backport of 9d6914da668d9a38537d4c29e3601f06dd830477 from master
2015-04-24 20:29:25 -04:00
Marcus Pennington
2a334d7985 [1.8.x] Fixed #24700 -- Added dash to slug regex in http docs
Backport of 269a5dbdd37362e27b2bb3bf3a600ffd5ea2c3bb from master
2015-04-24 13:10:51 -04:00
Nicolas Noé
61e902c4c4 [1.8.x] Fixed #24656 -- Added missing imports to query expressions doc.
Backport of 37682368a604e08f3135375c85529e566492a352 from master
2015-04-24 10:55:35 -04:00
Daniel Harding
911e09833b [1.8.x] Updated startproject MIDDLEWARE_CLASSES in docs.
Backport of ad31bc0565914c4676bfb7c116c4be407a367be4 from master
2015-04-24 09:34:19 -04:00
Alasdair Nicol
415a65fc0c [1.8.x] Fixed #24695 -- Tidied up a couple of regexes in the CBV docs
Thanks datakid for the report

Backport of b9e972b96171236c40a8a922c62d36b49854ee52 from master
2015-04-24 09:23:59 -04:00
Tim Graham
fa49b99e31 [1.8.x] Documented INSTALLED_APPS requirement for HStoreField.
Backport of 618bc4e65316681314522f63522c419fb6f7285e from master
2015-04-24 08:27:09 -04:00
Richard Eames
fe533fc537 [1.8.x] Fixed #24613 -- Added example to QuerySet.defer() documentation
Backport of dd99f57710bb4930561a6c049f54719af80850ec from master
2015-04-22 19:19:17 -04:00
Tim Graham
322b9c90aa [1.8.x] Fixed #24684 -- Typo in docs/topics/forms/modelforms.txt
Backport of 1418f7530455abf3e6f743164ae15ee6b2566a3c from master
2015-04-22 09:31:43 -04:00
Tim Graham
0778f4dd82 [1.8.x] Clarified "AbstractUser.last_login allows null values" in 1.8 release notes.
Backport of 27b92228a969941d8fc0d04a894f436c0e9120c7 from master
2015-04-22 08:48:12 -04:00
Claude Paroz
99bf9085a3 [1.8.x] Fixed #24672 -- Clarified note about installing postgis_topology
Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the
review.
Backport of 6e8cb75e3e from master.
2015-04-21 17:57:36 +02:00
Steve Hiemstra
2329ca969f [1.8.x] Fixed #24682 -- Corrected a few generic editing view links
Backport of 258d81acbee252693569e3d4e5f95d3dfe3b0638 from master
2015-04-21 10:27:10 -04:00
Markus Holtermann
0cacb8f8ba [1.8.x] Fixed #24573 -- Considered new related models for reloading
Thanks tttomekkk for the report.

Backport of b93690c4652a108b4305c0df34509bfc267fd927 from master
2015-04-21 12:06:11 +02:00
Matthew Wilkes
697317f334 [1.8.x] Refs #24354 -- Prevented repointing of relations on superclasses when migrating a subclass's name change
The issue was hidden on 1.8+ until #24573 due to a bug inside the model
reloading process.

Forwardport of patch from ae87ad005f7b62f5fa5a29ef07443fa1bbb9baf0
2015-04-21 12:02:27 +02:00
Marten Kenbeek
516907540b [1.8.x] Refs #24591 -- Optimized cloning of ModelState objects.
Changed ModelState.clone() to create a deepcopy of self.fields.
2015-04-20 19:23:15 -04:00
Tim Graham
43f800a978 [1.8.x] Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.
Backport of ffe83d16bd0abfa58e4448cf9d48b52cc43544e9 from master
2015-04-20 15:47:07 -04:00
Simon Charette
beb957041c [1.8.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.
Thanks to knbk for the report.

Backport of 37e23c606031d5b34197e196fb6e6fed0137bb37 from master
2015-04-20 15:19:57 -04:00
Anton
76f20c5307 [1.8.x] Fixed typo in docs/topics/class-based-views/intro.txt
Backport of f5fbddf22f5e9b760e76ef35f104270026c60693 from master
2015-04-20 14:11:51 -04:00
Tim Graham
e02616b1b0 [1.8.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.
Thanks Carsten Fuchs.

Backport of e15c55e2bf5eb2f1073d18b4ee6fdce2369820f2 from master
2015-04-20 10:49:56 -04:00
Neal Todd
b39c970cfe [1.8.x] Amended get_all_related_objects() backwards compatible replacement.
Backport of d84f01ff08922c70f9bb0861846c8ace0764b2dc from master
2015-04-20 09:50:31 -04:00