summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-09-02[1.6.x] Added missing import in docs/ref/signals.txt.Alexey Efimov
Backport of 4a303341fc from master
2014-08-30[1.6.x] Fixed #23370 -- defer() + select_related() crashed with inherited ↵Akis Kesoglou
models. Backport of 6613ea6e3f from master
2014-08-29[1.6.x] Corrected a usage example of `related_query_name`.Simon Charette
Thanks to Petr Glotov for spotting this. Backport of 05a8cef428 from master
2014-08-28[1.6.x] Fixed #23375 -- Added missing security issues to the archive.Simon Charette
Backport of c9c0be3 from master
2014-08-27[1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ↵Simon Charette
the admin. Thanks to Trac alias Markush2010 and ross for the detailed reports. Backport of 3cbb759 from master
2014-08-26[1.6.x] Fixed #21567 -- Documented how to deploy multiple sites using the ↵Tim Graham
sites framework. Backport of 7b9537fb27 from master
2014-08-26[1.6.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset ↵Tim Graham
may be None. Backport of ced3e303ca from master
2014-08-26[1.6.x] Fixed spelling mistake in file docs.Tim Graham
Backport of a3e88e64a4 from master
2014-08-26[1.6.x] Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
Backport of 5473c36cef from master
2014-08-23[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
Backport of 0c9f40f776 from master
2014-08-22[1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
Backport of a76aab3583 from master
2014-08-22[1.6.x] Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
Thanks to apollo13 for suggested wording. Backport of b7336ec179 from master
2014-08-22[1.6.x] Fixed #23343 -- Typo in ↵Tim Graham
docs/ref/class-based-views/generic-date-based.txt. Backport of 14aff0bd82 from master
2014-08-20[1.6.x] Added dates to release notes.Tim Graham
Backport of b902be798e from master
2014-08-20[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
This is a security fix. Disclosure following shortly.
2014-08-20[1.6.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on ↵Preston Holmes
REMOTE_USE change. This is a security fix. Disclosure following shortly.
2014-08-20[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ↵Tim Graham
names. This is a security fix. Disclosure following shortly.
2014-08-20[1.6.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
This is a security fix. Disclosure following shortly.
2014-08-20[1.6.x] Added release note stubs for 1.5.9 and 1.4.14.Tim Graham
2014-08-19[1.6.x] Added sphinx extension to ease generation of ticket links.Tim Graham
Backport of fca677fa43 from master
2014-08-19[1.6.x] Fixed #17238 -- Added source code links to docs using ↵Tim Graham
sphinx.ext.viewcode. Thanks santiagobasulto for the suggestion. Backport of 9ed4a8c6b1 from master
2014-08-19[1.6.x] Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham for the reviews. Backport of fa02120d36 from master.
2014-08-19[1.6.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() ↵Tim Graham
requires the object attribute. Backport of 03c1609c47 from master
2014-08-19[1.6.x] Fixed #23314 -- Tempered recommendation of storing profile data on ↵Tim Graham
custom user. Thanks gavinwahl for the report. Backport of 3569536491 from master
2014-08-19[1.6.x] Fixed #17272 -- Documented that non-editable fields are skipped ↵Tim Graham
during model validation. Thanks mitar for the report. Backport of c587bd5a94 from master
2014-08-19[1.6.x] Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
Thanks knowledgepoint-devs for the report and claudep for review. Backport of 7006187064 from master
2014-08-19[1.6.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being ↵Tim Graham
escaped. Backport of 5dbe2a9431 from master
2014-08-19[1.6.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults.Tim Graham
Backport of 15cafaa565 from master
2014-08-18[1.6.x] Fixed #14638 -- Clarified model Field.to_python() docs.Tim Graham
Thanks Anubhav Joshi for the patch. Backport of b6aa60f425 from master
2014-08-15[1.6.x] Fixed multi geometries editing in OpenLayers widgetClaude Paroz
Backport of 457c16d0d from master.
2014-08-14[1.6.x] Fixed a grammar error in docs/ref/forms/api.txt.Zhaorong Ma
Backport of bef5b9b7cd from master
2014-08-14[1.6.x] Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
Thanks SpaceFox for the report. Backport of 055d95fce066 from master.
2014-08-13[1.6.x] Corrected content_type parameter name in sitemap docs.Tim Graham
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33. Backport of a7443c24a3 from master
2014-08-12[1.6.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
Backport of 2003cb23d4 from master
2014-08-11[1.6.x] Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
Backport of 7efce77de2 from master
2014-08-11[1.6.x] Fixed #23267 -- Fixed typo in Translation documentationOla Sitarska
Thanks to Tomin1 for the report. Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master.
2014-08-08[1.6.x] Noted that django-jython requires Django 1.7.Tim Graham
2014-08-06[1.6.x] Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia
Backport of 61ed959235 from master
2014-08-05[1.6.x] Fixed #21792 -- Documented Form.has_changed()Tim Graham
Thanks bjb at credil.org for the suggestion and Ivan Mesic for the draft patch. Backport of edcc75e5ac from master
2014-08-05[1.6.x] Updated links for continous integration server.Tim Graham
Backport of 21d0ceefb5 from master
2014-08-02[1.6.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
Thanks frewsxcv for the report. Backport of 75f2c65cb6 from master
2014-08-02[1.6.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
Backport of e26366da44bb343e7a95d01ff0dd18b8026c2802 from master.
2014-08-02[1.6.x] Updated MySQL links to version 5.6.Tim Graham
Backport of fb4f3e04b1 from master
2014-08-01[1.6.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
Backport of 7ce4ef58c9 from master
2014-07-31[1.6.x] Updated timezone docs to use timezone.now()Tim Graham
Thanks James Cleveland for the report and Aymeric for suggesting the solution. Backport of da59902250 from master
2014-07-30[1.6.x] Fixed #19107 -- Restored bug fix for sending unicode email with ↵Tim Graham
Python 2.6.5 and below.
2014-07-30[1.6.x] Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
Backport of abb97cffdf from master
2014-07-29[1.6.x] Fixed #20292: Pass datetime objects (not formatted dates) as params ↵Shai Berger
to Oracle This seems worthwhile in its own right, but also works around an Oracle bug (in versions 10 -- 11.1) where the use of Unicode would reset the date/time formats, causing ORA-01843 errors. Thanks Trac users CarstenF for the report, jtiai for the initial patch, and everyone who contributed to the discussion on the ticket. Backport of 6983201 from master.
2014-07-29[1.6.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
Thanks to wkschwartz for the report and to Tim for the patch. Backport of e5619330e2 from master
2014-07-28[1.6.x] Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
Thanks Andreas Pelme for the report. Backport of 668d432d0a from master