summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refs #24046 -- POC for mark_for_escaping() removal.24046Tim Graham2016-03-059-112/+12
|
* 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
| | | | | Such as a setup isn't tested through continuous integration and therefore isn't likely to work reliably.
* Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz2016-03-044-4/+7
| | | | | The errors='replace' parameter to force_text altered the URL before checking it, which wasn't considered sane. Refs 24fc935218 and ada7a4aef.
* Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz2016-03-044-14/+20
| | | | | This fixes a regression introduced by c5544d28923. Thanks John Eskew for the reporti and Tim Graham for the review.
* 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
| | | | Thanks tomaszn for the patch.
* Fixed #26316 -- Factored duplicated code in model/field migration operations.Akshesh2016-03-032-42/+9
|
* Refs #25653 -- Corrected help text for runtests.py --selenium option.Moritz Sichert2016-03-031-1/+1
|
* Fixed #26310 -- Documented that a queryset ordering must be specified to ↵Tim Graham2016-03-032-0/+12
| | | | | | ensure ordered results. Thanks Simon Charette for review.
* Cleaned up TestStaticFilePermissions to use call_command().Jon Dufresne2016-03-031-9/+3
|
* Passed proper default value to int-type 'verbosity' optionJon Dufresne2016-03-031-1/+1
|
* Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf.Simon Charette2016-03-034-12/+34
| | | | Thanks Tim for the review.
* Fixed #26309 -- Documented that login URL settings no longer support dotted ↵Alasdair Nicol2016-03-034-9/+18
| | | | paths.
* Fixed #26226 -- Made related managers honor the queryset used for ↵Simon Charette2016-03-026-22/+133
| | | | | | prefetching their results. Thanks Loïc for the suggested improvements and Tim for the review.
* Refs #17001 -- Added a test for custom prefetch related queryset on generic ↵Simon Charette2016-03-021-0/+13
| | | | relations.
* 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-029-10/+46
|
* Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its ↵acrefoot2016-03-028-21/+91
| | | | | | | | objects. PostgreSQL support only. Thanks Vladislav Manchev and alesasnouski for working on the patch.
* Fixed #26304 -- Ignored unmanaged through model in table introspection.Matthew Schinckel2016-03-024-2/+19
|
* Fixed typo in 1.9.3/1.8.10 release date.Dmitry Dygalo2016-03-022-2/+2
|
* Removed obsolete, unused option 'hide_empty' from loaddata command.Jon Dufresne2016-03-011-4/+1
| | | | Unused since 67235fd4ef1b006fc9cdb2fa20e7bb93b0edff4b.
* Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol2016-03-013-8/+7
|
* 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-015-21/+211
| | | | This is a security fix.
* Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer2016-03-014-2/+50
| | | | This is a security fix.
* 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
| | | | Thanks Florian Apolloner and Shai Berger for review.
* Fixed typos in docs/ref/models/meta.txt.Taranjeet2016-03-011-2/+2
|
* Fixed #26229 -- Improved check for model admin check admin.E124Alasdair Nicol2016-03-012-7/+50
| | | | Refs #22792
* Fixed #26186 -- Documented how app relative relationships of abstract models ↵Simon Charette2016-02-294-36/+71
| | | | | | | | | | behave. This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e. Thanks Tim for the review. Refs #25858.
* Removed obsolete test CreatesuperuserManagementCommandTestCase.test_nolocale.Jon Dufresne2016-02-291-34/+0
| | | | | | Test was added in 4c934f3921a59c7b3e088f6472b6f6da40848567 to verify that the commend works when locale.getdefaultlocale() doesn't return a locale. getdefaultlocale() no longer runs at runtime, so the test isn't needed.
* Removed unused 'Between' lookup.Adam Chainz2016-02-291-5/+0
| | | | | | It was added in 20bab2cf9d02a5c6477d8aac066a635986e0d3f3 and stopped being used for `Range` in 00aa562884a418c4ee20e223ab82c3455997ee7d when `bilateral` was added to `Transform`.
* Minor fixes for release-process doc fixShai Berger2016-02-281-3/+3
| | | | As suggested by Tim Graham
* Fixed docs: release-process, Supported Versions section, concrete exampleShai Berger2016-02-281-2/+3
| | | | | | | Security & data loss fixes are applied to the two last feature releases, not just one. Thanks Loic Bistuer for review
* Fixed #26230 -- Made default_related_name affect related_query_name.chenesan2016-02-278-8/+97
|
* Fixed #26275 -- Noted difference between o and Y date format chars.inondle2016-02-271-2/+3
|
* Fixed #26264 -- Fixed prefetch_related() crashes with values_list(flat=True)Attila Tovt2016-02-262-5/+17
|
* Fixed #21608 -- Prevented logged out sessions being resurrected by ↵Tore Lundqvist2016-02-268-12/+89
| | | | | | concurrent requests. Thanks Simon Charette for the review.
* Fixed #26286 -- Prevented content type managers from sharing their cache.Simon Charette2016-02-264-10/+30
| | | | | | | | | | This should prevent managers methods from returning content type instances registered to foreign apps now that these managers are also attached to models created during migration phases. Thanks Tim for the review. Refs #23822.
* Added 'prefetches to docs/spelling_wordlist.Tim Graham2016-02-261-0/+1
|
* Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz2016-02-265-12/+155
|
* Fixed #24974 -- Fixed inheritance of formfield_callback for ↵Yoong Kang Lim2016-02-262-2/+31
| | | | modelform_factory forms.