summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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 #21443Claude Paroz
2013-12-11[1.6.x] Added release note for #21358Claude Paroz
2013-12-11[1.6.x] Added release note for #21473Claude Paroz
2013-12-11[1.6.x] Fixed #21510 -- Readded search reset link in changelist search barClaude 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] 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 documentationClaude Paroz
Backport of 626bdf648 from master.
2013-12-07[1.6.x] Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude 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 methodClaude 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-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-04[1.6.x] Listed 1.6.x releases in descending orderAlasdair 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.txtAlasdair Nicol
Thanks Tim Graham for the report Backport of c75dd664cf 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 TextInputClaude 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 sessionsClaude Paroz
Thanks Gunnar Scherf for the report and the suggested patch. Backport of 384816fcc from master.
2013-11-25[1.6.x] Fixed #21507 -- Corrected default widget information for FileFieldLudwik 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 connectionClaude 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 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 BaseModelAdminClaude 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 #21427 -- Clearly state integer field value ranges in docsMarkus 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 0Claude 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 dotsClaude Paroz
Thanks Keryn Knight for the report. Backport of 97ac22ebfc from master.
2013-11-18[1.6.x] Added more internal links in the management command documentation.Baptiste Mispelon
Backport of bc0413cbc6fd472371e907f17303c5ddcc9b4642 from master.
2013-11-18[1.6.x] Added release note for TypedChoiceField coerce limitationClaude Paroz
Thanks Elec for the report and Simon Charette for the review. Refs #21397. Backport of 4a00f132e0 from master.
2013-11-18[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
Sphinx generates left single quotes for apostrophes after code markup, when right single quotes are required. The easiest way to fix this is just by inserting the unicode character for a right single quote. Instances of the problem were found by looking for ">‘" in the generated HTML. Backport of c33d1ca1d98003de29cdecb6080b52c5c52139bd from master.
2013-11-18[1.6.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-18[1.6.x] Fixed #21404 -- Added session.set_expiry() note to 1.6 release notes.Tim Graham
Thanks pwr for the suggestion. Backport of ffdae5b66d from master
2013-11-17Updated humanize translations and added release note.Claude Paroz
Refs #21415.
2013-11-16[1.6.x] Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
The GenericRelation refactoring removed GenericRelations from model._meta.many_to_many. This had the side effect of disallowing editable GenericRelations in ModelForms. Editable GenericRelations aren't officially supported, but if we don't fix this we don't offer any upgrade path for those who used the ability to set editable=True in GenericRelation subclass. Thanks to Trac alias joshcartme for the report and stephencmd and Loic for working on this issue. Backpatch of 0e079e4331a8be4dbd18d5e5776116330b0a5e61 from master.
2013-11-15[1.6.x] Fixed #21440 -- Typo #2 in topics/http/shortcuts.txtTim Graham
Thanks alasdair. Backport of d011714002 from master
2013-11-15[1.6.x] Fixed #21440 -- Typo in topics/http/shortcuts.txtTim Graham
Thanks olof.bjarnason at gmail.com for the report. Backport of 6e9e6ca071 from master
2013-11-14[1.6.x] Added backported fixes to 1.6.1 release notes.Baptiste Mispelon
Backport of 8e6d1b97921dd3ead6afd5eb39fcd2c82244e106 from master.
2013-11-14[1.6.x] Release notes for ORM changes in 1.6Anssi Kääriäinen
Backport of 4301d6fa36 from master