summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [1.8.x] Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham2015-08-183-0/+49
* [1.8.x] Added stub release notes for security releases.Tim Graham2015-08-184-6/+16
* [1.8.x] Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff2015-08-171-2/+4
* [1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops ...Caio Ariede2015-08-151-0/+3
* [1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham2015-08-141-3/+3
* [1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors t...Adam Brenecki2015-08-131-2/+11
* [1.8.x] Corrected indentation of JsonResponse docs.Tim Graham2015-08-121-18/+16
* [1.8.x] Updated memcached library links to point to PyPI.Tim Graham2015-08-111-2/+2
* [1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham2015-08-111-3/+2
* [1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham2015-08-106-61/+34
* [1.8.x] Removed unnecessary comma in docsClaude Paroz2015-08-101-1/+1
* [1.8.x] Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.Tim Graham2015-08-082-37/+8
* [1.8.x] Corrected some inconsistent headings in docs/ref/templates/builtins.txt.Tim Graham2015-08-081-22/+19
* [1.8.x] Updated Wikipedia links to use httpsClaude Paroz2015-08-0831-47/+47
* [1.8.x] Updated Transifex links in docsClaude Paroz2015-08-081-3/+3
* [1.8.x] Fixed #25231 -- Added recording of squashed migrations in the migrate...mlavin2015-08-071-0/+3
* [1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial v...Tim Graham2015-08-071-2/+2
* [1.8.x] Fixed #25229 -- Clarified how an iterable works with @permission_requ...Tim Graham2015-08-051-1/+2
* [1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham2015-08-052-5/+33
* [1.8.x] Fixed #25212 -- Documented the RawSQL expression.Tim Graham2015-08-053-6/+36
* [1.8.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham2015-08-041-1/+1
* [1.8.x] Fixed password_reset signature in docsAlasdair Nicol2015-08-041-1/+1
* [1.8.x] Fixed #25136 -- Documented Count('X', distinct=True) in aggregate top...Caio Ariede2015-08-041-6/+28
* [1.8.x] Fixed #25215 -- Solved reference to forms.HStoreField in declaration ...Curtis Maloney2015-08-041-0/+3
* [1.8.x] Refs #17914 -- Discouraged using reverese() with callables.Tim Graham2015-08-031-0/+1
* [1.8.x] Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede2015-08-012-4/+2
* [1.8.x] Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt2015-08-011-2/+1
* [1.8.x] Fixed #24690 -- Added a warning about mutable defaults for ArrayField.Tim Graham2015-08-011-0/+6
* [1.8.x] Fixed #25176 -- Prevented TestCase.setUpTestData() exception from lea...Adam Chainz2015-08-011-0/+3
* [1.8.x] Improved link to the supported versions section of the download page.Tim Graham2015-07-311-2/+3
* [1.8.x] Clarified assertRaisesMessage() behavior with respect to the message.Tim Graham2015-07-311-1/+1
* [1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference g...Tim Graham2015-07-312-60/+96
* [1.8.x] Fixed #25168 -- Documented how to avoid foreign key constraint error ...Tim Graham2015-07-311-0/+6
* [1.8.x] Removed unnecessary F() from Func expressions docsAlasdair Nicol2015-07-301-1/+1
* [1.8.x] Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham2015-07-301-1/+1
* [1.8.x] Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.Tim Graham2015-07-281-3/+4
* [1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...Tim Graham2015-07-2728-98/+98
* [1.8.x] Fixed typo in docs/ref/middleware.txtjorgecarleitao2015-07-271-1/+1
* [1.8.x] Fixed #25166 -- Clarified how auth permissions are created.Tim Graham2015-07-252-6/+8
* [1.8.x] Fixed malformed Sphinx directives.Tim Graham2015-07-252-2/+2
* [1.8.x] Fixed #25161 -- Encouraged users to install the latest release in docsAlasdair Nicol2015-07-241-4/+7
* [1.8.x] Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_...Matt Johnson2015-07-231-0/+4
* [1.8.x] Fixed #25156 -- Mentioned django.setup() in the settings overview for...James Bennett2015-07-211-1/+23
* [1.8.x] Normalized indentation and line lengths in docs/topics/auth/default.txt.Tim Graham2015-07-211-36/+37
* [1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade2015-07-201-1/+1
* [1.8.x] Fixed #25125 -- Updated docs on cookie naming conventions.Konrad Świat2015-07-171-5/+6
* [1.8.x] Fixed typo in docs/topics/i18n/translation.txtRafał Selewońko2015-07-161-2/+2
* [1.8.x] Fixed typo in SelectDateWidget docs.Tim Graham2015-07-151-1/+1
* [1.8.x] Added 1.4.22 release notes.Tim Graham2015-07-142-0/+10
* [1.8.x] Fixed #25121 -- Added a warning that filtering sensitive information ...Tim Graham2015-07-141-0/+8