| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-21 | [1.5.x] Update for 1.5.6 security release.1.5.6 | James Bennett | |
| 2014-04-21 | [1.5.x] Added information on resolved security issues to release notes. | Erik Romijn | |
| Backport of c07f3e60c2d455e36ba4ac339d4283d32bbc3814 from master | |||
| 2014-04-21 | [1.5.x] Fixed queries that may return unexpected results on MySQL due to ↵ | Erik Romijn | |
| typecasting. This is a security fix. Disclosure will follow shortly. Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master | |||
| 2014-04-21 | [1.5.x] Corrected the section identifier for MySQL unicode reference. | Matt Lauber | |
| Backport of b2514c02e1 from master | |||
| 2014-04-18 | [1.5.x] Fixed #22471 -- Corrected misprint in i18n docs | Erik Romijn | |
| Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master. | |||
| 2014-04-16 | [1.5.x] Fixed #22457 -- Fixed contributing guide w/o github set-up | Jordi Yeh | |
| The published commnand was not working when the user did not have the git client set-up with the public-key. Changed the contributing guide to clone it from https instead. Backport of 28102991172ab931d030412275f926c1b05c688d from master | |||
| 2014-04-15 | [1.5.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4. | Tim Graham | |
| Thanks zjcheah at yahoo.com for the report. Backport of 0f37d2e4c0 from master | |||
| 2014-04-10 | [1.5.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt. | Tim Graham | |
| Thanks Josh Kupershmidt. Backport of c487b1e230 from master | |||
| 2014-03-24 | [1.5.x] Updated six to 1.6.1. | Tim Graham | |
| Backport of 2ec82c7387db071278201796208808de84c90dbf from master | |||
| 2014-03-22 | [1.5.x] Clarified strip_tags documentation | Claude Paroz | |
| The fact that strip_tags cannot guarantee to really strip all non-safe HTML content was not clear enough. Also see: https://www.djangoproject.com/weblog/2014/mar/22/strip-tags-advisory/ Partial backport (doc-only) of 6ca6c36f82 from master. | |||
| 2014-03-13 | [1.5.x] Fixed #22262 -- Added the correct line in the last example of ↵ | Dejan Noveski | |
| Translator lines Backport of 958b511a80c01ac010561c8fefe4548203700fa3 from master. | |||
| 2014-02-18 | [1.5.x] Fixed #22062 -- Corrected static files config for Apache >= 2.4 | Tim Graham | |
| Backport of ffa238c3f7 from master | |||
| 2014-01-29 | [1.5.x] Fix typo CRSF -> CSRF | Ian Foote | |
| Backport of af64f829d7 from master | |||
| 2014-01-26 | [1.5.x] Added release note stubs for 1.5.6 and 1.4.11. | Tim Graham | |
| Backport of dfa28981ce from master | |||
| 2014-01-24 | [1.5.x] Fixed #21869 -- Fixed docs building with Sphinx 1.2.1. | Tim Graham | |
| Thanks tragiclifestories for the report. Backport of e1d18b9d2e from master | |||
| 2014-01-24 | [1.5.x] Fixed #21824 -- Added reference to LTS in docs/internals/security.txt | James Turley | |
| Backport of 4d8209431d from master | |||
| 2014-01-23 | [1.5.x] Fixed some punctuation; thanks Chris Jerdonek. | Tim Graham | |
| Backport of 81830ce34f from master | |||
| 2014-01-22 | [1.5.x] Always use parentheses when documenting a method with no arguments. | Baptiste Mispelon | |
| Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master. | |||
| 2014-01-22 | [1.5.x] Don't show `self` in the list of arguments of a method. | Baptiste Mispelon | |
| This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855. Backport of 79e1d6ebd70898d514a44b85648e3d24104c4243 from master. | |||
| 2014-01-22 | [1.5.x] Fixed #21726 -- Clarified that password should not be included in ↵ | Tim Graham | |
| REQUIRED_FIELDS. Thanks russellm for the report. Backport of 6f06c749b7 from master | |||
| 2014-01-20 | [1.5.x] Fixed #21834 -- Clarifed usage of template_name in tutorial part 4. | Tim Graham | |
| Backport of a292ad1105 from stable/1.6.x | |||
| 2014-01-20 | [1.5.x] Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation. | Baptiste Mispelon | |
| Thanks to tudor.prodan, susan, and Tim Graham for the report and reviews. Backport of 88de53d4a86548016f245a1413b856aa334bc737 from master. | |||
| 2014-01-19 | [1.5.x] Added a note about LTS releases. | Jacob Kaplan-Moss | |
| Backport of a44cbca2a5f1388c6511dad48443877fa660845a from master. | |||
| 2014-01-17 | [1.5.x] Fixed #20052 -- Discouraged use of Jython given the current state of ↵ | Tim Graham | |
| django-jython. Thanks Josh Juneau (maintainer of django-jython) for the review. Backport of a67e327db5 from master | |||
| 2014-01-16 | [1.5.x] Fixed #21768 -- Corrected TemplateView context section. | Tim Graham | |
| Thanks nedbatchelder for the report and claudep for the patch. Backport of c05b2f58e7 from master | |||
| 2014-01-15 | [1.5.x] Fixed typo in storage docs | Kevin Wood | |
| Backport of 82f466b571 from master | |||
| 2014-01-03 | [1.5.x] Fixed a sentence in the session security docs; thanks claudep. | Tim Graham | |
| Backport of 4d27d311f6 from master | |||
| 2014-01-02 | [1.5.x] Fixed typos. Changed grammar. | Frank Tobia | |
| Backport of 6dd8631617 from master | |||
| 2014-01-02 | [1.5.x] Fixed minor typos. | Nathan Smith | |
| Backport of 44d40ba521 from master | |||
| 2014-01-01 | [1.5.x] Fixed version number in docs/conf.py | Tim Graham | |
| Since there are no more alpha/beta/rcs for 1.5 we can set release=version. | |||
| 2013-12-30 | [1.5.x] Fixed #21708 -- Added some headings to separate unrelated topics. | Tim Graham | |
| Thanks ashley at ashleymills.com for the suggestion. Backport of 270f7e2167 from master | |||
| 2013-12-30 | [1.5.x] Fixed #21710 -- Documented User.get_short_name() | Tim Graham | |
| Thanks Keryn Knight for the report. Backport of 0150830687 from master | |||
| 2013-12-26 | [1.5.x] Fixed #21582 -- Corrected URL namespace example. | Tim Graham | |
| Thanks oubiga for the report. Backport of 025ec2e7fe from master | |||
| 2013-12-25 | [1.5.x] Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config. | Tim Graham | |
| Thanks carrie.hazelton at altamiracorp.com for the report. Backport of e82e7ae1e8 from master | |||
| 2013-12-18 | [1.5.x] Fixed #21613 -- Removed a hardcoded input id from the tutorial. | Tim Graham | |
| Thanks Bruno Brouard for the report. Backport of cc2d960274 from master | |||
| 2013-12-18 | [1.5.x] Fixed #21632 -- Docs: Removed example with callable as query parameter | Kevin Christopher Henry | |
| Using callables as query parameters is undocumented and not working, so this changes an example from the ForeignKey.limit_choices_to documentation that uses it. Backport of d34c8c338a from master | |||
| 2013-12-14 | [1.5.x] Fixed #21539 -- Added example of modelformset_factory's form argument | Alasdair Nicol | |
| Backport of 1fa681ee11 from master | |||
| 2013-12-11 | [1.5.x] Fixed #21594 -- Added note about model formsets deleting objects. | Ben Spaulding | |
| This behavior has been fixed in 65e03a424e. refs #10284. Backport of de1d5d5df5 from stable/1.6.x. | |||
| 2013-12-04 | [1.5.x] Fixed #21558 -- Support building CHM files. | Aymeric Augustin | |
| Thanks Michał Pasternak. Backport of cd9e85ec from master. | |||
| 2013-12-02 | [1.5.x] Fixed #21538 -- Added numpy to test/requirements/base.txt | Alasdair Nicol | |
| Thanks Tim Graham for the report Backport of c75dd664c from master | |||
| 2013-11-28 | [1.5.x] Fixed #21515 -- Corrected example of template.Context in documentation. | Baptiste Mispelon | |
| Thanks to trac user oubiga for the report. Backport of 077af42139db84d88f293ab5eadc989a9169dce1 from master. | |||
| 2013-11-25 | [1.5.x] Fixed #21507 -- Corrected default widget information for FileField | Ludwik Trammer | |
| Backport of 70e61310d6 from master | |||
| 2013-11-24 | [1.5.x] Fixed typo in previous commit; refs #21490. | Tim Graham | |
| Backport of 03bc0a8ac5 from master | |||
| 2013-11-24 | [1.5.x] Fixed #21490 -- Fixed custom admin URL reverse example. | Tim Graham | |
| Thanks glarrain for the report. Backport of bfe7377adb from master | |||
| 2013-11-23 | Removed obsolete deprecation notes. | Aymeric Augustin | |
| 2013-11-22 | [1.5.x] Fix #20054: Removed links to modwsgi.org. | Baptiste Mispelon | |
| Backport of 957fcd0c9fc605bbb69e03296aede3b0bac5a8d2 from master. | |||
| 2013-11-20 | Fixed #21468 -- Removed a ModelForm bit that doesn't apply to 1.5.x. | Baptiste Mispelon | |
| The bit was incorrectly backported with 3860d5e8f814e26baf4deee9258392cd34a4b456. Thanks to trac user direx for the report and to Loic Bistuer for his help. | |||
| 2013-11-19 | [1.5.x] Recommended setuptools in the reuseable app tutorial. | Dražen Lučanin | |
| setuptools has merged with distribute. Backport of b5eef8535a from master. | |||
| 2013-11-19 | [1.5.x] Fixed the base class note in the Date Views docs. | Rocky Meza | |
| Backport of 42197e31aa from master | |||
| 2013-11-18 | [1.5.x] Fixed typo in topics/http/sessions.txt. | Tim Graham | |
| Backport of 9348fc5628 from master | |||
