summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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] 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] 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-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-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 #11078 -- Removed inaccurate docs about proxy models Meta.Marco Santamaria
Backport of bae72bdd2aa93472617ed28fc3d5a01f0920ea6e 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 #24646 -- Fixed jinja2 example on Python 2.Tim Graham
Backport of d974c89ebb8a59d91f664035d98d42dbb5cdd592 from master
2015-04-16[1.8.x] Fixed #24605 -- Fixed incorrect reference to alias in subquery.Anssi Kääriäinen
Thanks to charettes and priidukull for investigating the issue, and to kurevin for the report. Backport of 355c5edd9390caad5725375abca03460805f663b from master
2015-04-16[1.8.x] Fixed #23984 -- Added Javascript i18n documentationDaniel Lindsley
This fleshes out the documentation around all of the exported Javascript functions available from the ``javascript_catalog`` view. Backport of 8ca9bc5ec326c0b01634dac264a9ba6f0857483e from master
2015-04-16[1.8.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.Abdulrahman Alotaibi
Backport of 62261ddd0f2d5f2e6bcce013f2913cdb1b1f0be0 from master
2015-04-16[1.8.x] Fixed #24645 -- Documented use of HStoreExtension.Tim Graham
Backport of d3bf5e7b0016edc02e125699c0b0d3aa93404940 from master
2015-04-16[1.8.x] Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen
Fixed queries where an expression was used in order_by() but the expression wasn't in the query's select clause (for example the expression could be masked by .values() call) Thanks to Trac alias MattBlack85 for the report. Backport of fb5c7748da from master.
2015-04-14[1.8.x] Fixed typos in the 1.7.7 release notes.Simon Charette
Backport of 28e89783254ac0899a26eee324555a9033ccbe9a from master
2015-04-14[1.8.x] Removed docs for removed transaction APIs.Tim Graham
Backport of 6b8c969878fb937c94eaf2cdc3de94554f171bdd from master
2015-04-14[1.8.x] Fixed title in 1.7.8 release notesMarkus Holtermann
Refs 309142dba10e24557b67a2734aa67d56518c0b14 Backport of 825bb0ab08cec353edcd2b9aea651bfe9392ef97 from master
2015-04-14[1.8.x] Fixed #24635 -- Updated deprecated urls.py examples in default ↵Andrew Pinkham
project template. Backport of 0b5abb03218ff0c575cee0c83e446bab81cbfadd from master
2015-04-14[1.8.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.peterfarrell
Backport of f8e8853b51476af1cc75a229dadc990c9ccf45ec from master