summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-18[1.8.x] Bumped version for 1.8.4 release.1.8.4Tim Graham
2015-08-18[1.8.x] Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-08-18[1.8.x] Added stub release notes for security releases.Tim Graham
2015-08-17[1.8.x] Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
2015-08-15[1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops ...Caio Ariede
2015-08-14[1.8.x] Refs #23843 -- Updated Oracle annotations workaround to reflect lates...Tim Graham
2015-08-14[1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham
2015-08-13[1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors t...Adam Brenecki
2015-08-13[1.8.x] Fixed #25267 -- Corrected message for admin.E122 system check.Fabrizio Ettore Messina
2015-08-13[1.8.x] Removed unreachable codeAndriy Sokolovskiy
2015-08-12[1.8.x] Corrected indentation of JsonResponse docs.Tim Graham
2015-08-11[1.8.x] Updated memcached library links to point to PyPI.Tim Graham
2015-08-11[1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham
2015-08-10[1.8.x] Removed unnecessary comma in docsClaude Paroz
2015-08-08[1.8.x] Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.Tim Graham
2015-08-08[1.8.x] Corrected some inconsistent headings in docs/ref/templates/builtins.txt.Tim Graham
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
2015-08-08[1.8.x] Updated Transifex links in docsClaude Paroz
2015-08-07[1.8.x] Fixed #25231 -- Added recording of squashed migrations in the migrate...mlavin
2015-08-07[1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial v...Tim Graham
2015-08-05[1.8.x] Fixed #25229 -- Clarified how an iterable works with @permission_requ...Tim Graham
2015-08-05[1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
2015-08-05[1.8.x] Fixed #25212 -- Documented the RawSQL expression.Tim Graham
2015-08-04[1.8.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham
2015-08-04[1.8.x] Fixed password_reset signature in docsAlasdair Nicol
2015-08-04[1.8.x] Fixed #25136 -- Documented Count('X', distinct=True) in aggregate top...Caio Ariede
2015-08-04[1.8.x] Fixed #25215 -- Solved reference to forms.HStoreField in declaration ...Curtis Maloney
2015-08-03[1.8.x] Fixed #25206 -- Fixed error message when checking a ModelAdmin fields...Alasdair Nicol
2015-08-03[1.8.x] Refs #17914 -- Discouraged using reverese() with callables.Tim Graham
2015-08-01[1.8.x] Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede
2015-08-01[1.8.x] Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt
2015-08-01[1.8.x] Fixed #25204 -- Added missing space in runserver logging.Tim Graham
2015-08-01[1.8.x] Fixed #24690 -- Added a warning about mutable defaults for ArrayField.Tim Graham
2015-08-01[1.8.x] Fixed #25176 -- Prevented TestCase.setUpTestData() exception from lea...Adam Chainz
2015-07-31[1.8.x] Improved link to the supported versions section of the download page.Tim Graham
2015-07-31[1.8.x] Clarified assertRaisesMessage() behavior with respect to the message.Tim Graham
2015-07-31[1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference g...Tim Graham
2015-07-31[1.8.x] Fixed #25168 -- Documented how to avoid foreign key constraint error ...Tim Graham
2015-07-30[1.8.x] Removed unnecessary F() from Func expressions docsAlasdair Nicol
2015-07-30[1.8.x] Updated GeoIP test for newer versionsClaude Paroz
2015-07-30[1.8.x] Fixed #25183 -- Fixed non-deterministic GeoIP test.Tim Graham
2015-07-30[1.8.x] Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham
2015-07-28[1.8.x] Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.Tim Graham
2015-07-27[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...Tim Graham
2015-07-27[1.8.x] Fixed typo in docs/ref/middleware.txtjorgecarleitao
2015-07-25[1.8.x] Fixed #25166 -- Clarified how auth permissions are created.Tim Graham
2015-07-25[1.8.x] Fixed malformed Sphinx directives.Tim Graham
2015-07-24[1.8.x] Fixed #25161 -- Encouraged users to install the latest release in docsAlasdair Nicol
2015-07-23[1.8.x] Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_...Matt Johnson