| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2013-11-18 | [1.5.x] Fixed #21240 -- Added 1.5 release note for ↵ | Tim Graham | |
| OneToOneField/select_related change. Thanks marcin at sokrates.pl. Backport of ba63b9895b from master | |||
| 2013-11-15 | [1.5.x] Fixed #21440 -- Typo #2 in topics/http/shortcuts.txt | Tim Graham | |
| Thanks alasdair. Backport of d011714002 from master | |||
| 2013-11-15 | [1.5.x] Fixed #21440 -- Typo in topics/http/shortcuts.txt | Tim Graham | |
| Thanks olof.bjarnason at gmail.com for the report. Backport of 6e9e6ca071 from master | |||
| 2013-11-12 | [1.5.x] Removed a mention of `Form._errors` from the documentation. | Baptiste Mispelon | |
| Also removed a sentence that was incorrect: raising a `ValidationError` inside `Form.clean` doesn't clear the `cleaned_data` attribute. Thanks to loic84 and timograham for the review. Backport of 9aa6d4bdb6618ba4f17acc7b7c0d1462d6cbc718 and 0048ed77c7016a03aed6dbc255a6372f3df2ccd5 from master. | |||
| 2013-11-10 | [1.5.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES. | Bernardo Pires | |
| Corrected LANGUAGES documentation on how to translate language names. Now using django.utils.translation.ugettext_lazy instead of a dummy gettext() function. Thanks to Salvatore for the report. Backport of 8bc350b38516d8c3a14aed113dd3402b9375b75c from master. Conflicts: docs/topics/i18n/translation.txt | |||
| 2013-11-08 | [1.5.x] Added missing parameter in npgettext_lazy docs | glts | |
| Backport of 413307fe35 from master | |||
| 2013-11-07 | [1.5.x] Fixed broken link for TestCase.multi_db. | Tim Graham | |
| 2013-11-07 | [1.5.x] Added 1.4.10 release notes. | Tim Graham | |
| Backport of c29dd76f40 from master | |||
| 2013-11-07 | [1.5.x] Removed no longer relevant word | Sylvain Bellemare | |
| Backport of 3935b0f263 from master | |||
| 2013-11-01 | [1.5.x] Fixed spelling ("dependant" -> "dependent") | Tim Graham | |
| Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report. Backport of 090315f5df from master | |||
| 2013-11-01 | [1.5.x] Fixed typo -- "a" user, not "an" user | Sylvain Bellemare | |
| Backport of c7dabe49dd from master | |||
| 2013-11-01 | [1.5.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 on | Claude Paroz | |
| Thanks thevlad at gmail.com for the report. Backport of 89116cf24a from master. | |||
| 2013-11-01 | [1.5.x] Fixed #21359 -- Corrected MySQL collation name in databases docs | Claude Paroz | |
| Thanks k_sze for the report. Backport of 67c6c1a7c from master. | |||
| 2013-10-30 | [1.5.x] Fixed #21294 -- Clarified the logout next_page argument. | Tim Graham | |
| Thanks wim at go2people.nl for the report. Backport of 51e6575472 from master | |||
| 2013-10-30 | [1.5.x] Documented the limitation on sep argument to Signer | Antoine Catton | |
| Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com> Backport of e9a356a695 from master | |||
| 2013-10-30 | [1.5.x] Fixed #21316 -- Documented that modifying safe strings makes them ↵ | Tim Graham | |
| unsafe. Thanks dev@simon.net.nz for the suggestion and vijay_shanker for the patch. Backport of 1edef50880 from master | |||
| 2013-10-30 | [1.5.x] Fixed #21337 -- Documented removal of ↵ | Tim Graham | |
| django.core.servers.basehttp.WSGIServerException refs 2ca00faa913754cd5860f6e1f23c8da2529c691a Backport of b47a052eb5 from master | |||
| 2013-10-25 | [1.5.x] Fixed #21325 -- Added missing argument to permission_required decorator. | Tim Graham | |
| Backport of cc2049cdd7 from master | |||
| 2013-10-25 | [1.5.x] Fixed typo in docs/releases/1.4.9.txt. | Paolo Melchiorre | |
| Backport of 3b0293370a from master | |||
| 2013-10-24 | [1.5.x] Bump everything for 1.5.5 bugfix release.1.5.5 | James Bennett | |
| 2013-10-23 | [1.5.x] Bumped release date for 1.5.5 & 1.4.9. | Tim Graham | |
| Backport of 4ce5c119b5 from master | |||
| 2013-10-23 | Fixed #13245: Explained Oracle's behavior w.r.t db_table | Shai Berger | |
| and how to prevent table-name truncation Thanks russellm & timo for discussion, and timo for review. Backported from master 317040a73b77be8f8210801793b2ce6d1a69301e | |||
| 2013-10-22 | [1.5.x] Added 1.5.5 and 1.4.9 release notes | Tim Graham | |
| Backport of 2eb8f15516 from master | |||
| 2013-10-22 | [1.5.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txt | Tim Graham | |
| Thanks joao at silvaneves.org for the report. Backport of 9704c49d59 from master | |||
| 2013-10-21 | [1.5.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets. | Riccardo Magliocchetti | |
| Backport of 1e39982b6e from master | |||
| 2013-10-18 | [1.5.x] Fixed #21212 -- Documented the reverse name for OneToOneField. | Juergen Schackmann | |
| Thanks bjb at credil.org for the report. Backport of f8632572ad from master | |||
| 2013-10-18 | [1.5.x] Added a warning regarding session security and subdomains. | Tim Graham | |
| Backport of a3372f67cb from master | |||
