summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Refs #24046 -- POC for mark_for_escaping() removal.24046Tim Graham2016-03-054-26/+5
* Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".Tim Graham2016-03-051-1/+1
* Fixed typo in docs/releases/1.8.12.txt.Tim Graham2016-03-051-1/+1
* Added stub release notes for 1.9.5/1.8.12.Tim Graham2016-03-053-0/+26
* Fixed #26312 -- Documented "create database" requirement in tutorial 2.Bob McDonald2016-03-051-4/+9
* Removed claim that you can use different database backends for Django's tests.Tim Graham2016-03-051-5/+3
* Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz2016-03-042-2/+2
* Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz2016-03-042-14/+6
* Fixed typo in docs/releases/1.9.1.txt.Tim Graham2016-03-041-1/+1
* Added stub release notes for 1.8.11.Tim Graham2016-03-042-0/+13
* Fixed #26321 -- Added missing "for_save" parameter in expressions example.Tim Graham2016-03-031-3/+3
* Fixed #26310 -- Documented that a queryset ordering must be specified to ensu...Tim Graham2016-03-032-0/+12
* Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf.Simon Charette2016-03-032-3/+11
* Fixed #26309 -- Documented that login URL settings no longer support dotted p...Alasdair Nicol2016-03-034-9/+18
* Fixed #26226 -- Made related managers honor the queryset used for prefetching...Simon Charette2016-03-022-0/+14
* Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt.Tim Graham2016-03-021-1/+1
* Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn2016-03-024-9/+32
* Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...acrefoot2016-03-022-1/+15
* Fixed typo in 1.9.3/1.8.10 release date.Dmitry Dygalo2016-03-022-2/+2
* Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol2016-03-012-4/+4
* Fixed #25814 -- Added changing #django topic to release checklist.Tim Graham2016-03-011-0/+3
* Added stub release notes for 1.9.4.Tim Graham2016-03-012-0/+13
* Added CVE-2016-2512/2513 to security release archive.Tim Graham2016-03-011-2/+28
* Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner2016-03-013-0/+97
* Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer2016-03-012-0/+32
* Added stub release notes for security issues.Tim Graham2016-03-012-4/+4
* Fixed #26217 -- Added a warning about format strings to WeekArchiveView docs.Michal Petrucha2016-03-011-12/+20
* Fixed #26165 -- Added some FAQs about CSRF protection.acemaster2016-03-011-7/+50
* Fixed typos in docs/ref/models/meta.txt.Taranjeet2016-03-011-2/+2
* Fixed #26186 -- Documented how app relative relationships of abstract models ...Simon Charette2016-02-292-0/+33
* Minor fixes for release-process doc fixShai Berger2016-02-281-3/+3
* Fixed docs: release-process, Supported Versions section, concrete exampleShai Berger2016-02-281-2/+3
* Fixed #26230 -- Made default_related_name affect related_query_name.chenesan2016-02-274-2/+60
* Fixed #26275 -- Noted difference between o and Y date format chars.inondle2016-02-271-2/+3
* Fixed #26286 -- Prevented content type managers from sharing their cache.Simon Charette2016-02-262-0/+6
* Added 'prefetches to docs/spelling_wordlist.Tim Graham2016-02-261-0/+1
* Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz2016-02-262-2/+27
* Fixed #24793 -- Unified temporal difference support.Simon Charette2016-02-261-1/+8
* Fixed #26280 -- Fixed cached template loader crash when loading nonexistent t...Ivan Tsouvarev2016-02-261-0/+3
* Fixed #26231 -- Used .get_username in admin login template.Sjoerd Job Postmus2016-02-251-0/+4
* Corrected a run on sentence in doc/topics/db/models.txt.Tim Graham2016-02-251-4/+4
* Fixed #26278 -- Clarified apps.ready docs.Tim Graham2016-02-251-2/+2
* Refs #26270 -- Reorganized TestCase docs.Tim Graham2016-02-251-47/+36
* Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong2016-02-252-1/+13
* Fixed a function signature in docs/topics/auth/default.txt.Tim Graham2016-02-241-1/+1
* Fixed #26266 -- Output the primary key in the GeoJSON serializer propertiesClaude Paroz2016-02-242-0/+12
* Removed docs of deprecated SimpleTestCase warnings behavior.Tim Graham2016-02-241-1/+0
* Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.Jon Dufresne2016-02-243-0/+5
* Fixed #23832 -- Added timezone aware Storage API.James Aylett2016-02-233-5/+73
* Fixed #25670 -- Allowed dictsort to sort a list of lists.Andrew Kuchev2016-02-232-0/+37