summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-01[1.8.x] Bumped version for 1.8.1 release.1.8.1Tim Graham
2015-05-01[1.8.x] Added dates to release notes.Tim Graham
Backport of 06aaed41a4a9b8da8aca5854a45e457c0b72210e from master
2015-05-01[1.8.x] Fixed #24724 -- Fixed GIS initialization crash on Windows.Tim Graham
Backport of 3c4fca271bd6850d252c4b637871e597484804d1 from master
2015-05-01[1.8.x] Fixed #24676 -- Fixed help text positioning in ``contrib.admin`` ↵Tim Graham
filter_* widgets. Backport of 2c3ce26beb254101f12fa69cc341ba9aeae62029 from master
2015-05-01[1.8.x] Updated capitalization in the word "JavaScript" for consistencyDave Hodder
Backport of 08c980d752bc7f31f146facadfec3d284c4115c6 from master
2015-05-01[1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales.daphshez
Backport of 57202a112a966593857725071ecd652a87c157fb from master
2015-04-30[1.8.x] Fixed #24729 -- Removed test db flush when using --keepdb.Aric Coady
2015-04-30[1.8.x] Updated translations from TransifexClaude Paroz
Updates for languages: Indonesian, Belarusian, Persian, and Dutch.
2015-04-30[1.8.x] Fixed model_regress test failure on non-ASCII path; refs #24717.Tim Graham
Backport of 29e90f3ae0b0b72bbdf342e0136414bff917c6a6 from master
2015-04-30[1.8.x] Fixed #24725 -- Allowed renaming of target models in ManyToMany ↵Markus Holtermann
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-29[1.8.x] Added translation.override() context manager to docs.Dmitry Medvinsky
Backport of cf34ee68f0d70cfbcba40524b5d1086ad94874e1 from master
2015-04-29[1.8.x] Fixed #24665 -- Clarified model field flag defaults.Tim Graham
Backport of 2b086229a2a6c786e32da37b6b122c2cc894450f from master
2015-04-29[1.8.x] Fixed #24717 -- Fixed model_regress test failure on RHEL6 SCLDavid D. Riddle
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[1.8.x] Used full variable names instead of abbreviation in examplesBaptiste Mispelon
Thanks to Andrew Ingram for the report. Backport of 683ece0ec8d12d5e4f8656759ad87ace5792e2d1 from master.
2015-04-28[1.8.x] Fixed typo in docs/topics/i18n/translation.txtMounir
Backport of 25b52d04f6eace3b702adf7c6ab68daf1867c7e3 from master
2015-04-28[1.8.x] Fixed #24719 -- Restored the ability to use interators as queryset ↵Aric Coady
related object filters. Backport of 9c2d8cde77ee6edd407e92f93eacd4624290394f from master
2015-04-28[1.8.x] Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
Backport of eaeea6f94701547ce1b50dbcf5cf71460e9e4c91 from master
2015-04-27[1.8.x] Used assertIsInstance in tests.Alasdair Nicol
Backport of d91321e8be0d8e52546026d461b14157d565870c from master
2015-04-25[1.8.x] Fixed #24704 -- Clarified system check interaction with runserver.Tim Graham
Backport of 0f2e82b9ec9797147945a6f9a402b5ae0fb1d9f4 from master
2015-04-25[1.8.x] Fixed #24701 -- Converted model manager names to unicode in migrationsMarkus Holtermann
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[1.8.x] Fixed a typo and formatting consistency in testing tools docsAdam Zapletal
I changed "appears" to "appear" and emphasized the word "not" to match the rest of the document. Backport of 0cf7477ed839517e203e4b5aad414707cb401d30 from master
2015-04-24[1.8.x] Added missing comma in LocMemCache example.Nik Nyby
Backport of 9d6914da668d9a38537d4c29e3601f06dd830477 from master
2015-04-24[1.8.x] Fixed #24700 -- Added dash to slug regex in http docsMarcus Pennington
Backport of 269a5dbdd37362e27b2bb3bf3a600ffd5ea2c3bb from master
2015-04-24[1.8.x] Fixed #24656 -- Added missing imports to query expressions doc.Nicolas Noé
Backport of 37682368a604e08f3135375c85529e566492a352 from master
2015-04-24[1.8.x] Updated startproject MIDDLEWARE_CLASSES in docs.Daniel Harding
Backport of ad31bc0565914c4676bfb7c116c4be407a367be4 from master
2015-04-24[1.8.x] Fixed #24695 -- Tidied up a couple of regexes in the CBV docsAlasdair Nicol
Thanks datakid for the report Backport of b9e972b96171236c40a8a922c62d36b49854ee52 from master
2015-04-24[1.8.x] Documented INSTALLED_APPS requirement for HStoreField.Tim Graham
Backport of 618bc4e65316681314522f63522c419fb6f7285e from master
2015-04-22[1.8.x] Fixed #24613 -- Added example to QuerySet.defer() documentationRichard Eames
Backport of dd99f57710bb4930561a6c049f54719af80850ec from master
2015-04-22[1.8.x] Fixed #24684 -- Typo in docs/topics/forms/modelforms.txtTim Graham
Backport of 1418f7530455abf3e6f743164ae15ee6b2566a3c from master
2015-04-22[1.8.x] Clarified "AbstractUser.last_login allows null values" in 1.8 ↵Tim Graham
release notes. Backport of 27b92228a969941d8fc0d04a894f436c0e9120c7 from master
2015-04-21[1.8.x] Fixed #24672 -- Clarified note about installing postgis_topologyClaude Paroz
Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the review. Backport of 6e8cb75e3e from master.
2015-04-21[1.8.x] Fixed #24682 -- Corrected a few generic editing view linksSteve Hiemstra
Backport of 258d81acbee252693569e3d4e5f95d3dfe3b0638 from master
2015-04-21[1.8.x] Fixed #24573 -- Considered new related models for reloadingMarkus Holtermann
Thanks tttomekkk for the report. Backport of b93690c4652a108b4305c0df34509bfc267fd927 from master
2015-04-21[1.8.x] Refs #24354 -- Prevented repointing of relations on superclasses ↵Matthew Wilkes
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-20[1.8.x] Refs #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek
Changed ModelState.clone() to create a deepcopy of self.fields.
2015-04-20[1.8.x] Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.Tim Graham
Backport of ffe83d16bd0abfa58e4448cf9d48b52cc43544e9 from master
2015-04-20[1.8.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.Simon Charette
Thanks to knbk for the report. Backport of 37e23c606031d5b34197e196fb6e6fed0137bb37 from master
2015-04-20[1.8.x] Fixed typo in docs/topics/class-based-views/intro.txtAnton
Backport of f5fbddf22f5e9b760e76ef35f104270026c60693 from master
2015-04-20[1.8.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.Tim Graham
Thanks Carsten Fuchs. Backport of e15c55e2bf5eb2f1073d18b4ee6fdce2369820f2 from master
2015-04-20[1.8.x] Amended get_all_related_objects() backwards compatible replacement.Neal Todd
Backport of d84f01ff08922c70f9bb0861846c8ace0764b2dc from master
2015-04-20[1.8.x] Fixed #24667 --- Repaired model_fields cardinality testYoong Kang Lim
Backport of 36eab95e7fde7fad4368192ddbef4e2dbb32dc91 from master
2015-04-20[1.8.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.Marco Santamaria
Backport of bae72bdd2aa93472617ed28fc3d5a01f0920ea6e from master
2015-04-19[1.8.x] Fixed #24658 -- Added missing Meta attribute in schema testsClaude Paroz
Without that, the Note model would be initially created and then the tests using that model failed when run in isolation. Backport of f54c0ec06e from master.
2015-04-18[1.8.x] Fixed #24595 Oracle test failureShai Berger
The only problem for Oracle was the test, which tested nullity on text/char fields -- but Oracle interprets_empty_strings_as_null. Backport of d5a0acc from master
2015-04-18[1.8.x] Removed DateTimeQuerySet from docs.Tim Graham
Obsolete since refs #23867. Backport of e9fdecf98417e39a93c81a854a780550321a9795 from master
2015-04-17[1.8.x] Fixed typo in docs/releases/1.8.1.txtTim Graham
2015-04-17[1.8.x] Fixed #24655 -- Fixed JavaScript path of contrib.admin's related ↵Eric Whitmire
field widget
2015-04-17[1.8.x] Fixed #24657 -- Fixed include template tag example.Tim Graham
Thanks pattypatpat for the report. Backport of f47c796b52a3c504d487c2484153fa5d90a25a74 from master
2015-04-17[1.8.x] Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
Thanks Simon Percivall for the report, and Simon Charette and Tim Graham for the reviews. Backport of 02260ea3f6 from master.
2015-04-16[1.8.x] Fixed gis_tests when run without GIS dependencies.Tim Graham
Backport of ed336a1a5d3991acef2208b7aaf9fbe99af48a14 from master