summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-01[1.8.x] Bumped version for 1.8 release.1.8Tim Graham
2015-04-01[1.8.x] Added release date for Django 1.8.Tim Graham
Backport of 61d6c5d02effef8852d344e4fcaf0754fd47d741 from master
2015-04-01[1.8.x] Refs #24500 -- Avoided locale.getpreferredencoding in makemessagesClaude Paroz
Fixes a regression introduced in 53c2cf1e. Backport of 3f4e77840 from master.
2015-04-01[1.8.x] Adapted form regression test to new translationsClaude Paroz
Backport of 2112b7d78 from master.
2015-04-01[1.8.x] Refs #24538 -- Simplified a test per Aymeric's feedback.Tim Graham
Backport of a184a99123e4dc4c2a90c20e1604e5d301cd76bf from master
2015-04-01[1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode.Tim Graham
This change: * Makes the InclusionNode cache-safe by removing render-time side effects to its nodelist. * Ensures the render_context stack is properly scoped and reset by updating the render call to use Template.render rather than Nodelist.render. Backport of 0808ccce3808235c5b5a56e3f689cec0d4bc0ebf from master
2015-04-01[1.8.x] Fixed #24538 -- Allowed self in Jinja contextTim Heap
Rendering a Jinja template with self in the context threw an error. While self is a reserved variable in Jinja, including self in the context is not an error, so Django should respect that. Backport of 4ea1909d3c420ba1fbdbf7221cad518d43aef885 from master
2015-04-01[1.8.x] Fetched updated contrib translations from TransifexClaude Paroz
2015-04-01[1.8.x] Fetched updated core translations from TransifexClaude Paroz
2015-04-01[1.8.x] Removed source strings from translated po filesClaude Paroz
2015-04-01[1.8.x] Refs #24554 -- Prevented rendering of unused migrationsMarkus Holtermann
Thanks Claude Paroz and Tim Graham for the review Backport of 3e7d9d05ac5efff4e4732c3453c7a8ef502d0ed0 from master
2015-04-01[1.8.x] Fixed #24554 -- Sped up migrations by rendering initial apps when ↵Markus Holtermann
they are first needed Calling Migration.mutate_state() now also allows to do in_place mutations in case an intermediate state is thrown away later. Thanks Anssi Kääriäinen for the idea, Ryan Hall for parts of the patch, and Claude Paroz and Tim Graham for the review Backport of 57dc8dd3fa3c3adf133c522ecadb501d94bacd52 from master
2015-03-31[1.8.x] Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld
Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master
2015-03-31[1.8.x] Fixed typo in docs/topics/cache.txtKostochko Dmitriy
Backport of d026eb63666a34382912cf68af75492fc583b9db from master
2015-03-31[1.8.x] Fixed sessions test on Python 3.5; refs #23763.Tim Graham
SimpleCookie.__repr__() changed in https://hg.python.org/cpython/rev/88e1151e8e02 Backport of 4e59156c10d36eeb1e6fced4dff0f11157f68264 from master
2015-03-31[1.8.x] Documented jinja2 install requirement.Tim Graham
Backport of 56286542dbb7d1cca253b25de0eb3eb4392ff271 from master
2015-03-30[1.8.x] Removed duplicate attribute in MySQL DatabaseSchemaEditor.Andriy Sokolovskiy
Backport of 29b4a3f513f412fb4a987b777b61b596c09d217e from master
2015-03-30[1.8.x] Fixed #15590 -- Documented how the path of a FileField can be changed.Jorge Barata González
Thanks simon29 for report, and freakboy3742, floledermann, jacob, claudep and collinanderson for discussing the task. Backport of 931a340f1feca05b7a9f95efb9a3ba62b93b37f9 from master
2015-03-29[1.8.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and ↵Christopher Luc
auto_now_add Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the review. Backport of 8119876d4a533fbc2ba4d1c30eaddbcc28119488 from master
2015-03-28[1.8.x] Fixed skipping of gis_tests when dependencies not installed.Tim Graham
Backport of ba1665ed75264e57b7bc6cd7606e072ad3050a3b from master
2015-03-28[1.8.x] Fixed #24541 -- Clarified ModelFormSet's handling of initial data.Tim Graham
Backport of 6de3a1e2c34ae5bfcdec3ebbf3d682aa578ecae0 from master
2015-03-28[1.8.x] Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham
Backport of 3e132406e3a95b3fe54e75129013e10bf3e9e86a from master
2015-03-28[1.8.x] Fixed typo in docs/topics/forms/modelforms.txtSaeX
Backport of 19e41a9799079ddae3ba94f95d25577ab4232037 from master
2015-03-27[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in ↵Moritz Sichert
non-Django templates. Backport of 1f2abf784a9fe550959de242d91963b2ad6f7e9c from master
2015-03-27[1.8.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.Tim Graham
Backport of 2acf9d099d29f45c829ee0127e55b7cfdd201995 from master
2015-03-25[1.8.x] Added some missing newlines in docs/ref/validators.txt.Tim Graham
Backport of f4cc0c40a85a8cbba6d2e4cd3158070dfd8645a2 from master
2015-03-25[1.8.x] Corrected typo in documentationDavid Seddon
Backport of 0f6f80c2e7736ec4e2aa40287fe8c37ffff0a783 from master
2015-03-24[1.8.x] Fixed #24361 -- Clarified docs on reconfiguring logging.Tim Graham
Thanks Tuttle for the report and draft patch, and Carl Meyer for help and review. Backport of c633667da3605208ea5fc137f5322c599f48da69 from master
2015-03-24[1.8.x] Fixed #24532 -- Restored fallback support for allow_syncdb.Tim Graham
2015-03-24[1.8.x] Fixed #24501 -- Improved auth.decorators.user_passes_test() example.Matt Seymour
Backport of fca14cd3f27a01f7ba1fe32ea9587fa75b85713a from master
2015-03-23[1.8.x] Added test for LogEntry.get_edited_object(); refs #24244.Varun Sharma
Backport of 74f8110e74927c231bfcd106fa28bf6e6dd034e6 from master
2015-03-23[1.8.x] Fixed #13525 -- Added tests and docs for nested parameters in URL ↵Bas Peschier
patterns. When reversing, only outer parameters are used if captured parameters are nested. Added tests to check the edge cases and documentation for the behavior with an example to avoid it. Backport of 23a5d64f40b0f4a3fbfef7427ca793cb1df1034e from master
2015-03-22[1.8.x] Fixed backport of refs #24485 tests.Tim Graham
2015-03-22[1.8.x] Fixed #23814 -- Pointed localflavor documentation to external packageIacopo Spalletti
Edited localflavor doc to point to the external package documentation, leaving just the 'How to migrate' section in Django. Backport of 87fed9444033533ad7105c4b1e4ffc5d7854a2c6 from master.
2015-03-22Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton
2015-03-22[1.8.x] Fixed #24508 -- Made annotations commutativeJosh Smeaton
Backport of 127b3873d03704f77428b984de022664b268314e from master
2015-03-21[1.8.x] Fixed #24500 -- Fixed makemessages encoding problems retrieving ↵Pakal
gettext version. Backport of 53c2cf1e7b3f1c9a7794fcc5c4669145f351b2fa from master
2015-03-21[1.8.x] Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz
Backport of 9e83f30cd31 from master.
2015-03-20[1.8.x] Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon
Backport of 6770b7ecd208a0746f181e54202fb829460c6490 from master
2015-03-20[1.8.x] Fixed #23520 -- Explained that custom plural forms should be avoidedClaude Paroz
Thanks aruseni for the report. Backport of 556eb67701 from master.
2015-03-20[1.8.x] Fixed #24503 -- Added docs on LANGUAGE_CODE fallback change in 1.8.Tim Graham
Thanks Pakal and Claude. Backport of 8219eabbba6e8f6d8569792615935011b5cf0771 from master
2015-03-19[1.8.x] Fixed typo in escape_filter() docstring.Jon Walsh
Backport of 8d90489fe0049049f1f13c737ac51a24abf1efc3 from master
2015-03-18[1.8.x] Bumped version to 1.8 rc 1.1.8c1Tim Graham
2015-03-18[1.8.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham
This is a security fix; disclosure to follow shortly.
2015-03-18[1.8.x] Fixed an infinite loop possibility in strip_tags().Tim Graham
This is a security fix; disclosure to follow shortly.
2015-03-18[1.8.x] Added stub release notes for security releases.Tim Graham
2015-03-18[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to ↵Karl Hobley
be bypassed. Backport of 81e1a35c364e5353d2bf99368ad30a4184fbb653 from master
2015-03-18[1.8.x] Refs #24483 -- Added a test for deconstruction of Field.choicesTim Graham
Backport of b4a56ed4f55502239cb11b57f0fa75baa0a97640 from master
2015-03-18[1.8.x] Refs #24469 -- Fixed escaping of forms, fields, and media in ↵Moritz Sichert
non-Django templates. Backport of 6bff3439894ac22d80f270f36513fc86586273f3 from master
2015-03-18[1.8.x] Updated translation catalogsClaude Paroz
Strings are frozen in anticipation of the Django 1.8 release.