| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-12 | Bumped version number for 1.6.1.1.6.1 | Jacob Kaplan-Moss | |
| 2013-12-11 | [1.6.x] Fixed #21594 -- Added note about model formsets deleting objects. | Ben Spaulding | |
| This behavior has been fixed in 65e03a424e. refs #10284. | |||
| 2013-12-11 | [1.6.x] Additions and edits to the 1.6.1 release notes. | Tim Graham | |
| 2013-12-11 | [1.6.x] Added release note for #21443 | Claude Paroz | |
| 2013-12-11 | [1.6.x] Added release note for #21358 | Claude Paroz | |
| 2013-12-11 | [1.6.x] Added release note for #21473 | Claude Paroz | |
| 2013-12-11 | [1.6.x] Fixed #21473 -- Limited language preservation to logout | Ludwik Trammer | |
| Current language is no longer saved to session by LocaleMiddleware on every response (the behavior introduced in #14825). Instead language stored in session is reintroduced into new session after logout. | |||
| 2013-12-11 | [1.6.x] Fixed #21510 -- Readded search reset link in changelist search bar | Claude Paroz | |
| Thanks moritz.pfeiffer at alp-phone.ch for the report and Tim Graham for the initial patch. Backport of c7c647419c from master. | |||
| 2013-12-10 | [1.6.x] Updated translations from Transifex | Claude Paroz | |
| 2013-12-10 | [1.6.x] Fixed #21560 -- Added missing 'slug' field in example code. | Christian Schmitt | |
| Backport of 744aac6dac from master | |||
| 2013-12-08 | [1.6.x] Updated a bunch of hyperlinks in documentation | Claude Paroz | |
| Backport of 626bdf648 from master. | |||
| 2013-12-07 | [1.6.x] Fixed #21551 -- Reenabled loading fixtures from subdirectory | Claude Paroz | |
| This was a regression in Django 1.6 that was only partially restored in 839940f27f. Thanks Jonas Haag for the report. Backport of 41ebc4838d from master. | |||
| 2013-12-07 | [1.6.x] Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method | Claude Paroz | |
| Thanks dibrovsd at gmail.com for the report and Simon Charette for the review. Backport of 8a9c8bb90 from master. | |||
| 2013-12-07 | [1.6.x] Added fix for #21530 to 1.6.1 release notes. | Baptiste Mispelon | |
| Backport of 19b22d4f0e0eafec1aafb9489f0830ae572b5db5 from master. | |||
| 2013-12-07 | [1.6.x] Fixed #21530 -- Prevent AttributeError in default URLconf detection ↵ | Baptiste Mispelon | |
| code. Thanks to @dmyerscoug for the report and original patch and to @alasdairnicol for the added tests. Backport of a020dd0a99da13d0f024d42c46f01d8f503e9d5e from master. | |||
| 2013-12-05 | [1.6.x] Fixed #21562 -- Warned against using the same app name as a django ↵ | Alasdair Nicol | |
| contrib app. Thanks yourcelf for the report. Backport of 317fd13c7a from master | |||
| 2013-12-05 | [1.6.x] Corrected setting name in gis test error message. | Ramiro Morales | |
| e36c165b14 from master. | |||
| 2013-12-04 | [1.6.x] Listed 1.6.x releases in descending order | Alasdair Nicol | |
| Backport of 0daa2f1bf1 from master | |||
| 2013-12-04 | [1.6.x] Fixed #21558 -- Support building CHM files. | Aymeric Augustin | |
| Thanks Michał Pasternak. Backport of cd9e85ec from master. | |||
| 2013-12-04 | [1.6.x] Added link to localized formatting doc from main index. | Ramiro Morales | |
| abb04f1f3f from master. | |||
| 2013-12-02 | [1.6.x] Added a warning regarding risks in serving user uploaded media. | Tim Graham | |
| Thanks Preston Holmes for the draft text. Backport of df6760f12c from master | |||
| 2013-12-02 | [1.6.x] Fixed #21538 -- Added numpy to test/requirements/base.txt | Alasdair Nicol | |
| Thanks Tim Graham for the report Backport of c75dd664cf from master | |||
| 2013-12-02 | [1.6.x] Fixed #21358 -- Allowed runserver on non-English locales | Claude Paroz | |
| Thanks svartalf for the report. Backport of 2080bce69 from master. | |||
| 2013-12-01 | [1.6.x] Fixed incorrect type for max_length. | Tim Graham | |
| Backport of 3b60ffa334 from master | |||
| 2013-11-30 | [1.6.x] Fixed #21535 -- Fixed password hash iteration upgrade. | Tim Graham | |
| Thanks jared_mess for the report. Backport of fddb0131d3 from master | |||
| 2013-11-28 | [1.6.x] Fixed #21496 -- Fixed crash when GeometryField uses TextInput | Claude Paroz | |
| Thanks Rhett Garber for the report and initial patch. Backport of 34b8a3855 from master. | |||
| 2013-11-28 | [1.6.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-26 | [1.6.x] Fixed #21448 -- Fixed test client logout with cookie-based sessions | Claude Paroz | |
| Thanks Gunnar Scherf for the report and the suggested patch. Backport of 384816fcc from master. | |||
| 2013-11-26 | [1.6.x] Fixed #21355 -- try importing _imaging from PIL namespace first. | Richard Xia | |
| Backport of 5725236c3e from master | |||
| 2013-11-25 | [1.6.x] Fixed #21507 -- Corrected default widget information for FileField | Ludwik Trammer | |
| Backport of 70e61310d6 from master | |||
| 2013-11-24 | [1.6.x] Fixed typo in previous commit; refs #21490. | Tim Graham | |
| Backport of 03bc0a8ac5 from master | |||
| 2013-11-24 | [1.6.x] Fixed #21490 -- Fixed custom admin URL reverse example. | Tim Graham | |
| Thanks glarrain for the report. Backport of bfe7377adb from master | |||
| 2013-11-23 | [1.6.x] Fixed #21486 -- Prevented settings config in signal connection | Claude Paroz | |
| This was particularly problematic in the chain get_wsgi_application -> db.connections import -> signal connection -> settings configuration. Thanks Jon Dufresne for the report. Backport of 42fef294464 from master. | |||
| 2013-11-23 | [1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands. | Ramiro Morales | |
| Removed multiple locales separated by commas variation (that wasn't working as documented) in favor of simply allowing use of the ``--locale``/``-l`` options more than once for ``makemessages`` and ``compilemessages``. Thanks Romain Beylerian for the report and Claude, Simon for their help. | |||
| 2013-11-23 | [1.6.x] Removed obsolete deprecation notes. | Aymeric Augustin | |
| 2013-11-22 | [1.6.x] Improved docs for ModelFormSet.clean(). | Loic Bistuer | |
| Backport of 033b26173b from master | |||
| 2013-11-22 | [1.6.x] Noted that localmem is the default cache. | mlissner | |
| Backport of c456ea4ec8 from master | |||
| 2013-11-22 | [1.6.x] Fixed #21443 -- Cannot show debug info on PY3's importlib | Bouke Haarsma | |
| Thanks productions@zaziork.co.uk for the review. Backport of 18185724e6 from master. | |||
| 2013-11-22 | [1.6.x] Fixed sentence structure in ↵ | Cody Scott | |
| docs/internals/contributing/triaging-tickets.txt Backport of 4a54b69e88 from master | |||
| 2013-11-22 | [1.6.x] Fixed #21487 -- Session cannot store tzinfo instances anymore. | Aymeric Augustin | |
| Thanks filipp for the report. | |||
| 2013-11-21 | [1.6.x] Fixed #21405 -- Prevented queryset overwrite in BaseModelAdmin | Claude Paroz | |
| Thanks guido@20tab.com for the report and Tim Graham for the analyze. Backport of 1718b5256c from master. | |||
| 2013-11-21 | [1.6.x] Fixed #21431 -- GenRel->FK list_filter regression in admin | Anssi Kääriäinen | |
| Report, analysis and tests from stephenmcd. Backpatch of 752d3d70da6291039f33781a0a2ef6f3b7c5fcb5 from master. | |||
| 2013-11-21 | [1.6.x] Fixed #21427 -- Clearly state integer field value ranges in docs | Markus Amalthea Magnuson | |
| Added an explicit mention of the exact value ranges for integer type fields that are safe in all databases supported by Django. Also, put all value numbers inside double ticks. Backport of b6a6cf4ab791b092e18ab16537aa88dd7ae9bc36 from master. | |||
| 2013-11-20 | [1.6.x] Fixed #21472 -- Fixed inline formsets display when parent pk is 0 | Claude Paroz | |
| Thanks agale031176@gmail.com for the report. Backport of fafb6cf049b from master. | |||
| 2013-11-19 | [1.6.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.6.x] Added more examples to the get_object_or_404 documentation. | Baptiste Mispelon | |
| Backport of ebfa508fa32b27de6f3e2ca04c81b46408b0506e from master. | |||
| 2013-11-19 | [1.6.x] Fixed the base class note in the Date Views docs. | Rocky Meza | |
| Backport of 42197e31aa from master | |||
| 2013-11-18 | [1.6.x] Fixed typo in topics/http/sessions.txt. | Tim Graham | |
| Backport of 9348fc5628 from master | |||
| 2013-11-18 | [1.6.x] Fixed #21457 -- Allowed fixture file name to contain dots | Claude Paroz | |
| Thanks Keryn Knight for the report. Backport of 97ac22ebfc from master. | |||
| 2013-11-18 | [1.6.x] Added non-breaking spaces for humanize in Russian | Claude Paroz | |
