summaryrefslogtreecommitdiff
Commit message (Expand)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
* Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz2016-03-044-4/+7
* Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz2016-03-044-14/+20
* 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 #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 ensu...Tim Graham2016-03-032-0/+12
* 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
* 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-026-22/+133
* Refs #17001 -- Added a test for custom prefetch related queryset on generic r...Simon Charette2016-03-021-0/+13
* 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 o...acrefoot2016-03-028-21/+91
* 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
* 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
* Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer2016-03-014-2/+50
* 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 #26229 -- Improved check for model admin check admin.E124Alasdair Nicol2016-03-012-7/+50
* Fixed #26186 -- Documented how app relative relationships of abstract models ...Simon Charette2016-02-294-36/+71
* Removed obsolete test CreatesuperuserManagementCommandTestCase.test_nolocale.Jon Dufresne2016-02-291-34/+0
* Removed unused 'Between' lookup.Adam Chainz2016-02-291-5/+0
* 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-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 concurrent...Tore Lundqvist2016-02-268-12/+89
* Fixed #26286 -- Prevented content type managers from sharing their cache.Simon Charette2016-02-264-10/+30
* 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 modelform_factory...Yoong Kang Lim2016-02-262-2/+31