summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-04-21[1.6.x] Update for 1.6.3 security release.1.6.3James Bennett
2014-04-21[1.6.x] Added information on resolved security issues to release notes.Erik Romijn
Backport of c07f3e60c2d455e36ba4ac339d4283d32bbc3814 from master
2014-04-21[1.6.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.6.x] Corrected the section identifier for MySQL unicode reference.Matt Lauber
Backport of b2514c02e1 from master
2014-04-18[1.6.x] Moved RemoteUserBackend documentation to reference guide.Tim Graham
Backport of 26d118c3fe from master
2014-04-18[1.6.x] Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collationMoayad Mardini
Thanks tobami at gmail.com for the report. Backport of 11ac50b18e from master
2014-04-18[1.6.x] Fixed #22473 -- Emphasized that Model.clean() is not called from ↵Tim Graham
Model.save(). Backport of b43bbd6d39 from master
2014-04-18[1.6.x] Added some missing items to the 1.6.3 release notes.Tim Graham
Backport of c2b269df6e from master
2014-04-18[1.6.x] Fixed #22471 -- Corrected misprint in i18n docsErik Romijn
Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master.
2014-04-16[1.6.x] Fixed #22220 -- Added more examples to reverse() documention.Ben Davis
Thanks EvilDMP for the suggestions. Backport of 030dd4f72c from master
2014-04-16[1.6.x] Fixed #22457 -- Fixed contributing guide w/o github set-upJordi 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-16[1.6.x] Fixed #22453 -- Corrected DoesNotExist message in docs.Tim Graham
Thanks Eugenio Cano-Manuel. Backport of eefad142dee466c1ead6038fbeec75479b1afead from master
2014-04-16[1.6.x] Added a note regarding django.contrib.auth.authenticate.Tim Graham
Thanks Josh Brown for the suggestion. Backport of ae5b662796 from master
2014-04-16[1.6.x] Added RemoteUserMiddleware to middleware reference page.Tim Graham
Backport of 465980d070a33555cdabb4787db50a4e23228de2 from master.
2014-04-15[1.6.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-13[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for ↵valtron
reverse FK. Regression introduced by commit 9777442. Refs #21410. Conflicts: tests/prefetch_related/tests.py Backport of d3b71b976d from master
2014-04-10[1.6.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.Tim Graham
Thanks Josh Kupershmidt. Backport of c487b1e230 from master
2014-04-10[1.6.x] Fixed #21353 -- Noted that description is ignored for TabularInlines.Tim Graham
Thanks nofinator for the report. Backport of d5031ecf88 from master
2014-04-10[1.6.x] Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
Python 2 getpass on Windows does not accept unicode, even when containing on ASCII characters. Related #190807. Backport of b5a9166f7e from master
2014-04-10[1.6.x] Fixed #22412 -- More nuanced advice re template filters and exceptions.Carl Meyer
Thanks Tim for review. Backport of 7e3834adc9 from master
2014-04-10[1.6.x] Documentation fixes for the select_for_update change.Shai Berger
Refs #22343; thanks Tim Graham for the fixes.
2014-04-10[1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
The ticket was originally about two failing tests, which are fixed by putting their queries in transactions. Thanks Tim Graham for the report, Aymeric Augustin for the fix, and Simon Charette, Tim Graham & Loïc Bistuer for review. Backport of b990df1d63 from master
2014-04-09[1.6.x] Fixed small typo in django-admin.txtejstronge
The word 'by' seemed to be missing from the first line of the compilemessages command. Backport of 5ca522b9ed from master
2014-04-08[1.6.x] Fixed #16205 -- Added an installation for Windows.Anubhav Joshi
Backport of d35d2f61c5 from master
2014-04-03[1.6.x] Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
Thanks simon29 for the report. Backport of a8e2ec0e82 from master
2014-04-02[1.6.x] Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes.Ramiro Morales
e6ced2bb08 from master.
2014-04-01Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud
Thanks Baptiste Mispelon for the review. Backport of acee46fc9 from master.
2014-03-31[1.6.x] Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
Backport of 981b864fbd from master
2014-03-31[1.6.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
Thanks to trac username honyczek for the report. Refs #6903. Backport of 4339e9a92d from master
2014-03-31[1.6.x] Added 1.6.3 release note for refs #22250.Tim Graham
Backport of d57ba04d89 from master
2014-03-30[1.6.x] Corrected an import in a model form docs example.Ramiro Morales
422f5d9a2c from master.
2014-03-29[1.6.x] Fixed #21858 -- Clarified 1.6 release note regarding M2M help text ↵Tim Graham
changes. Thanks lee at semel.net for the report. Backport of f30e6590f4 from master
2014-03-27[1.6.x] Added Python 3.4 support notes.Tim Graham
Backport of 306deab2c7 from master
2014-03-27[1.6.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().Tim Martin
Thanks cjerdonek for the report. Backport of a779757706 from master
2014-03-25[1.6.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
refs #14305. Thanks Adrian Klaver for the report. Backport of 9b7ba8af1b4ddb539cd69cbec9645cd873db7624 from master
2014-03-24[1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one ↵Adam Kaliński
relationships. Thanks EvilDMP for the suggestion. Backport of ec08d62a20 from master
2014-03-24[1.6.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.Tim Graham
Thanks valgarv at gmx.net for the report. Backport of 60d2dde286 from master
2014-03-24[1.6.x] Fixed #21665 -- Documented that changes in assertRedirects may be ↵Tim Graham
required given new URL escaping behavior. Thank pdc for the report. Backport of 62e81bc00b from master
2014-03-24[1.6.x] Updated six to 1.6.1.Tim Graham
Backport of 2ec82c7387 from master
2014-03-23[1.6.x] Fixed #22317 -- Fixed documented handler400 default valueClaude Paroz
Backport of 3f7615cddc from master.
2014-03-22[1.6.x] Added release note about strip_tags improvementClaude Paroz
Backport of 1c8dbb0cc from master.
2014-03-22[1.6.x] Improved strip_tags and clarified documentationClaude 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/ Backport of 6ca6c36f8 from master.
2014-03-21[1.6.x] Small doc changes missed in 66076268.Aymeric Augustin
Partial backport of 253e8ac2 from master.
2014-03-21[1.6.x] Replaced an instance of PIL with Pillow in the docs.Tim Graham
Backport of 563d6a6bba from stable/1.7.x
2014-03-19[1.6.x] Fixed #22253 -- Added django-i18n to the mailing lists docs.Anubhav Joshi
Thanks bmispelon for the suggestion. Backport of 0399523cf1ac1f6adcfe593e05824ff4f98da3d3 from master
2014-03-16[1.6.x] Fixed #22242 -- Documented common cookie size limit.Daniel Pyrathon
Backport of 885e7adf56 from master
2014-03-13[1.6.x] Fixed #22245 -- Avoided widget overwrite in forms.IntegerField ↵Claude Paroz
subclasses Thanks Jeroen Pulles for the report and Simon Charette for the review. Backport of 5a976b4bec7 from master.
2014-03-13[1.6.x] Fixed #22262 -- Added the correct line in the last example of ↵Dejan Noveski
Translator lines Backport of 958b511a80c01ac010561c8fefe4548203700fa3 from master.
2014-03-11[1.6.x] Fixed typo in docs/ref/django-admin.txtTim Graham
Thanks Wes Kendall for the report. Backport of ce3d9f847d from master
2014-03-03[1.6.x] Fixed #21986 -- Added some guidelines for database indexes.Alex de Landgraaf
Thanks django-issues at colons.co for the suggestion. Backport of c8d61fa109 from master